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

    • unadjustedPrincipalExchangeDate

      protected XMLGregorianCalendar unadjustedPrincipalExchangeDate
    • adjustedPrincipalExchangeDate

      protected XMLGregorianCalendar adjustedPrincipalExchangeDate
    • principalExchangeAmount

      protected BigDecimal principalExchangeAmount
    • discountFactor

      protected BigDecimal discountFactor
    • presentValuePrincipalExchangeAmount

      protected Money presentValuePrincipalExchangeAmount
    • id

      protected String id
  • Constructor Details

    • PrincipalExchange

      public PrincipalExchange()
  • Method Details

    • getUnadjustedPrincipalExchangeDate

      public XMLGregorianCalendar getUnadjustedPrincipalExchangeDate()
      Gets the value of the unadjustedPrincipalExchangeDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUnadjustedPrincipalExchangeDate

      public void setUnadjustedPrincipalExchangeDate(XMLGregorianCalendar value)
      Sets the value of the unadjustedPrincipalExchangeDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedPrincipalExchangeDate

      public XMLGregorianCalendar getAdjustedPrincipalExchangeDate()
      Gets the value of the adjustedPrincipalExchangeDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedPrincipalExchangeDate

      public void setAdjustedPrincipalExchangeDate(XMLGregorianCalendar value)
      Sets the value of the adjustedPrincipalExchangeDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPrincipalExchangeAmount

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

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

      public BigDecimal getDiscountFactor()
      Gets the value of the discountFactor property.
      Returns:
      possible object is BigDecimal
    • setDiscountFactor

      public void setDiscountFactor(BigDecimal value)
      Sets the value of the discountFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getPresentValuePrincipalExchangeAmount

      public Money getPresentValuePrincipalExchangeAmount()
      Gets the value of the presentValuePrincipalExchangeAmount property.
      Returns:
      possible object is Money
    • setPresentValuePrincipalExchangeAmount

      public void setPresentValuePrincipalExchangeAmount(Money value)
      Sets the value of the presentValuePrincipalExchangeAmount property.
      Parameters:
      value - allowed object is Money
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String