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

  • Constructor Details

    • PrincipalExchangeDescriptions

      public PrincipalExchangeDescriptions()
  • Method Details

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getPayerAccountReference

      public AccountReference getPayerAccountReference()
      Gets the value of the payerAccountReference property.
      Returns:
      possible object is AccountReference
    • setPayerAccountReference

      public void setPayerAccountReference(AccountReference value)
      Sets the value of the payerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getReceiverPartyReference

      public PartyReference getReceiverPartyReference()
      Gets the value of the receiverPartyReference property.
      Returns:
      possible object is PartyReference
    • setReceiverPartyReference

      public void setReceiverPartyReference(PartyReference value)
      Sets the value of the receiverPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getReceiverAccountReference

      public AccountReference getReceiverAccountReference()
      Gets the value of the receiverAccountReference property.
      Returns:
      possible object is AccountReference
    • setReceiverAccountReference

      public void setReceiverAccountReference(AccountReference value)
      Sets the value of the receiverAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getPrincipalExchangeAmount

      public PrincipalExchangeAmount getPrincipalExchangeAmount()
      Gets the value of the principalExchangeAmount property.
      Returns:
      possible object is PrincipalExchangeAmount
    • setPrincipalExchangeAmount

      public void setPrincipalExchangeAmount(PrincipalExchangeAmount value)
      Sets the value of the principalExchangeAmount property.
      Parameters:
      value - allowed object is PrincipalExchangeAmount
    • getPrincipalExchangeDate

      public AdjustableOrRelativeDate getPrincipalExchangeDate()
      Gets the value of the principalExchangeDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setPrincipalExchangeDate

      public void setPrincipalExchangeDate(AdjustableOrRelativeDate value)
      Sets the value of the principalExchangeDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate