Class FxCashSettlementSimple

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

public class FxCashSettlementSimple extends Object
A type that is used for describing cash settlement of a variance or volatility swap option. It includes the settlement currency together with the spot currency exchange required to calculate the settlement currency amount.

Java class for FxCashSettlementSimple complex type.

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

 <complexType name="FxCashSettlementSimple">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="fixing" type="{http://www.fpml.org/FpML-5/confirmation}FxFixing" maxOccurs="unbounded"/>
           <element name="rateSourceFixing" type="{http://www.fpml.org/FpML-5/confirmation}FxRateSourceFixing" maxOccurs="unbounded"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxCashSettlementSimple

      public FxCashSettlementSimple()
  • Method Details

    • getSettlementCurrency

      public Currency getSettlementCurrency()
      Gets the value of the settlementCurrency property.
      Returns:
      possible object is Currency
    • setSettlementCurrency

      public void setSettlementCurrency(Currency value)
      Sets the value of the settlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • 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
    • getFixing

      public List<FxFixing> getFixing()
      Gets the value of the fixing property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the fixing property.

      For example, to add a new item, do as follows:

          getFixing().add(newItem);
       

      Objects of the following type(s) are allowed in the list FxFixing

    • getRateSourceFixing

      public List<FxRateSourceFixing> getRateSourceFixing()
      Gets the value of the rateSourceFixing property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the rateSourceFixing property.

      For example, to add a new item, do as follows:

          getRateSourceFixing().add(newItem);
       

      Objects of the following type(s) are allowed in the list FxRateSourceFixing