Class PrincipalExchangeDescriptions

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

public class PrincipalExchangeDescriptions extends Object
Specifies each of the characteristics of the principal exchange cashflows, in terms of paying/receiving counterparties, amounts and dates.

Java class for PrincipalExchangeDescriptions complex type.

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

 <complexType name="PrincipalExchangeDescriptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="principalExchangeAmount" type="{http://www.fpml.org/FpML-5/confirmation}PrincipalExchangeAmount"/>
         <element name="principalExchangeDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>