Class NonDeliverableSettlement

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

public class NonDeliverableSettlement extends Object
A type defining the parameters used when the reference currency of the swapStream is non-deliverable.

Java class for NonDeliverableSettlement complex type.

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

 <complexType name="NonDeliverableSettlement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <choice>
           <element name="fxFixingDate" type="{http://www.fpml.org/FpML-5/confirmation}FxFixingDate"/>
           <element name="fxFixingSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates"/>
         </choice>
         <element name="settlementRateOption" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateOption"/>
         <element name="priceSourceDisruption" type="{http://www.fpml.org/FpML-5/confirmation}PriceSourceDisruption" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NonDeliverableSettlement

      public NonDeliverableSettlement()
  • Method Details

    • getReferenceCurrency

      public Currency getReferenceCurrency()
      Gets the value of the referenceCurrency property.
      Returns:
      possible object is Currency
    • setReferenceCurrency

      public void setReferenceCurrency(Currency value)
      Sets the value of the referenceCurrency property.
      Parameters:
      value - allowed object is Currency
    • getFxFixingDate

      public FxFixingDate getFxFixingDate()
      Gets the value of the fxFixingDate property.
      Returns:
      possible object is FxFixingDate
    • setFxFixingDate

      public void setFxFixingDate(FxFixingDate value)
      Sets the value of the fxFixingDate property.
      Parameters:
      value - allowed object is FxFixingDate
    • getFxFixingSchedule

      public AdjustableDates getFxFixingSchedule()
      Gets the value of the fxFixingSchedule property.
      Returns:
      possible object is AdjustableDates
    • setFxFixingSchedule

      public void setFxFixingSchedule(AdjustableDates value)
      Sets the value of the fxFixingSchedule property.
      Parameters:
      value - allowed object is AdjustableDates
    • getSettlementRateOption

      public SettlementRateOption getSettlementRateOption()
      Gets the value of the settlementRateOption property.
      Returns:
      possible object is SettlementRateOption
    • setSettlementRateOption

      public void setSettlementRateOption(SettlementRateOption value)
      Sets the value of the settlementRateOption property.
      Parameters:
      value - allowed object is SettlementRateOption
    • getPriceSourceDisruption

      public PriceSourceDisruption getPriceSourceDisruption()
      Gets the value of the priceSourceDisruption property.
      Returns:
      possible object is PriceSourceDisruption
    • setPriceSourceDisruption

      public void setPriceSourceDisruption(PriceSourceDisruption value)
      Sets the value of the priceSourceDisruption property.
      Parameters:
      value - allowed object is PriceSourceDisruption