Class PrincipalExchangeAmount

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

public class PrincipalExchangeAmount extends Object
Specifies the principal exchange amount, either by explicitly defining it, or by point to an amount defined somewhere else in the swap document.

Java class for PrincipalExchangeAmount complex type.

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

 <complexType name="PrincipalExchangeAmount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="amountRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}AmountReference"/>
         <element name="determinationMethod" type="{http://www.fpml.org/FpML-5/confirmation}DeterminationMethod"/>
         <element name="principalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>