Class FxSettlementRateSource

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

public class FxSettlementRateSource extends Object

Java class for FxSettlementRateSource complex type.

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

 <complexType name="FxSettlementRateSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="settlementRateOption" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateOption"/>
         <element name="nonstandardSettlementRate" type="{http://www.fpml.org/FpML-5/confirmation}FxInformationSource"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxSettlementRateSource

      public FxSettlementRateSource()
  • Method Details

    • 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
    • getNonstandardSettlementRate

      public FxInformationSource getNonstandardSettlementRate()
      Gets the value of the nonstandardSettlementRate property.
      Returns:
      possible object is FxInformationSource
    • setNonstandardSettlementRate

      public void setNonstandardSettlementRate(FxInformationSource value)
      Sets the value of the nonstandardSettlementRate property.
      Parameters:
      value - allowed object is FxInformationSource