Class AssignmentFee

java.lang.Object
net.finmath.smartcontract.product.xml.AssignmentFee

public class AssignmentFee extends Object
Represents the rules for payment of assignment fees to the agent.

Java class for AssignmentFee complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AssignmentFee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="rule" type="{http://www.fpml.org/FpML-5/confirmation}AssignmentFeeRule"/>
         <element name="lenderTypeWaived" type="{http://www.fpml.org/FpML-5/confirmation}LenderClassification" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AssignmentFee

      public AssignmentFee()
  • Method Details

    • getAmount

      public NonNegativeMoney getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is NonNegativeMoney
    • setAmount

      public void setAmount(NonNegativeMoney value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getRule

      public AssignmentFeeRule getRule()
      Gets the value of the rule property.
      Returns:
      possible object is AssignmentFeeRule
    • setRule

      public void setRule(AssignmentFeeRule value)
      Sets the value of the rule property.
      Parameters:
      value - allowed object is AssignmentFeeRule
    • getLenderTypeWaived

      public List<LenderClassification> getLenderTypeWaived()
      Gets the value of the lenderTypeWaived property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the lenderTypeWaived property.

      For example, to add a new item, do as follows:

          getLenderTypeWaived().add(newItem);
       

      Objects of the following type(s) are allowed in the list LenderClassification