Class FxLinkedNotionalAmount

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

public class FxLinkedNotionalAmount extends Object
A type to describe the cashflow representation for fx linked notionals.

Java class for FxLinkedNotionalAmount complex type.

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

 <complexType name="FxLinkedNotionalAmount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resetDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedFxSpotFixingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="observedFxSpotRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="notionalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxLinkedNotionalAmount

      public FxLinkedNotionalAmount()
  • Method Details

    • getResetDate

      public XMLGregorianCalendar getResetDate()
      Gets the value of the resetDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setResetDate

      public void setResetDate(XMLGregorianCalendar value)
      Sets the value of the resetDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedFxSpotFixingDate

      public XMLGregorianCalendar getAdjustedFxSpotFixingDate()
      Gets the value of the adjustedFxSpotFixingDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedFxSpotFixingDate

      public void setAdjustedFxSpotFixingDate(XMLGregorianCalendar value)
      Sets the value of the adjustedFxSpotFixingDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getObservedFxSpotRate

      public BigDecimal getObservedFxSpotRate()
      Gets the value of the observedFxSpotRate property.
      Returns:
      possible object is BigDecimal
    • setObservedFxSpotRate

      public void setObservedFxSpotRate(BigDecimal value)
      Sets the value of the observedFxSpotRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getNotionalAmount

      public BigDecimal getNotionalAmount()
      Gets the value of the notionalAmount property.
      Returns:
      possible object is BigDecimal
    • setNotionalAmount

      public void setNotionalAmount(BigDecimal value)
      Sets the value of the notionalAmount property.
      Parameters:
      value - allowed object is BigDecimal