Class DualCurrencyFeature

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

public class DualCurrencyFeature extends Object
Describes the parameters for a dual currency option transaction.

Java class for DualCurrencyFeature complex type.

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

 <complexType name="DualCurrencyFeature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="fixingTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
         <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}DualCurrencyStrikePrice"/>
         <element name="spotRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="interestAtRisk" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DualCurrencyFeature

      public DualCurrencyFeature()
  • Method Details

    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency
    • getFixingDate

      public XMLGregorianCalendar getFixingDate()
      Gets the value of the fixingDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setFixingDate

      public void setFixingDate(XMLGregorianCalendar value)
      Sets the value of the fixingDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFixingTime

      public BusinessCenterTime getFixingTime()
      Gets the value of the fixingTime property.
      Returns:
      possible object is BusinessCenterTime
    • setFixingTime

      public void setFixingTime(BusinessCenterTime value)
      Sets the value of the fixingTime property.
      Parameters:
      value - allowed object is BusinessCenterTime
    • getStrike

      public DualCurrencyStrikePrice getStrike()
      Gets the value of the strike property.
      Returns:
      possible object is DualCurrencyStrikePrice
    • setStrike

      public void setStrike(DualCurrencyStrikePrice value)
      Sets the value of the strike property.
      Parameters:
      value - allowed object is DualCurrencyStrikePrice
    • getSpotRate

      public BigDecimal getSpotRate()
      Gets the value of the spotRate property.
      Returns:
      possible object is BigDecimal
    • setSpotRate

      public void setSpotRate(BigDecimal value)
      Sets the value of the spotRate property.
      Parameters:
      value - allowed object is BigDecimal
    • isInterestAtRisk

      public boolean isInterestAtRisk()
      Gets the value of the interestAtRisk property.
    • setInterestAtRisk

      public void setInterestAtRisk(boolean value)
      Sets the value of the interestAtRisk property.