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>
 
  • Field Details

  • Constructor Details

    • PrincipalExchangeAmount

      public PrincipalExchangeAmount()
  • Method Details

    • getAmountRelativeTo

      public AmountReference getAmountRelativeTo()
      Gets the value of the amountRelativeTo property.
      Returns:
      possible object is AmountReference
    • setAmountRelativeTo

      public void setAmountRelativeTo(AmountReference value)
      Sets the value of the amountRelativeTo property.
      Parameters:
      value - allowed object is AmountReference
    • getDeterminationMethod

      public DeterminationMethod getDeterminationMethod()
      Gets the value of the determinationMethod property.
      Returns:
      possible object is DeterminationMethod
    • setDeterminationMethod

      public void setDeterminationMethod(DeterminationMethod value)
      Sets the value of the determinationMethod property.
      Parameters:
      value - allowed object is DeterminationMethod
    • getPrincipalAmount

      public NonNegativeMoney getPrincipalAmount()
      Gets the value of the principalAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setPrincipalAmount

      public void setPrincipalAmount(NonNegativeMoney value)
      Sets the value of the principalAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney