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>