Class CommitmentChange

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

public class CommitmentChange extends Object
A structure which specifies the commitment changes occurring throughout the life of a facility.

Java class for CommitmentChange complex type.

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

 <complexType name="CommitmentChange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}Adjustment"/>
         <element name="remaining" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>