Class FxFeature

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

public class FxFeature extends Object
A type for defining Fx Features.

Java class for FxFeature complex type.

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

 <complexType name="FxFeature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedCurrency"/>
         <choice>
           <element name="composite" type="{http://www.fpml.org/FpML-5/confirmation}Composite"/>
           <element name="quanto" type="{http://www.fpml.org/FpML-5/confirmation}Quanto"/>
           <element name="crossCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Composite"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxFeature

      public FxFeature()
  • Method Details

    • getReferenceCurrency

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

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

      public Composite getComposite()
      Gets the value of the composite property.
      Returns:
      possible object is Composite
    • setComposite

      public void setComposite(Composite value)
      Sets the value of the composite property.
      Parameters:
      value - allowed object is Composite
    • getQuanto

      public Quanto getQuanto()
      Gets the value of the quanto property.
      Returns:
      possible object is Quanto
    • setQuanto

      public void setQuanto(Quanto value)
      Sets the value of the quanto property.
      Parameters:
      value - allowed object is Quanto
    • getCrossCurrency

      public Composite getCrossCurrency()
      Gets the value of the crossCurrency property.
      Returns:
      possible object is Composite
    • setCrossCurrency

      public void setCrossCurrency(Composite value)
      Sets the value of the crossCurrency property.
      Parameters:
      value - allowed object is Composite