Class PrincipalExchange

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

public class PrincipalExchange extends Object
A type defining a principal exchange amount and adjusted exchange date. The type forms part of the cashflow representation of a swap stream.

Java class for PrincipalExchange complex type.

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

 <complexType name="PrincipalExchange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedPrincipalExchangeDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedPrincipalExchangeDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="principalExchangeAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="discountFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="presentValuePrincipalExchangeAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>