Class FxDisruption

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

public class FxDisruption extends Object
A structure describing how disruption for a specified currency pair should be handled

Java class for FxDisruption complex type.

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

 <complexType name="FxDisruption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="baseCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="referenceCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="provisions" type="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionProvisions" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxDisruption

      public FxDisruption()
  • Method Details

    • getBaseCurrency

      public Currency getBaseCurrency()
      Gets the value of the baseCurrency property.
      Returns:
      possible object is Currency
    • setBaseCurrency

      public void setBaseCurrency(Currency value)
      Sets the value of the baseCurrency 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
    • getProvisions

      public List<FxDisruptionProvisions> getProvisions()
      Gets the value of the provisions 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 provisions property.

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

          getProvisions().add(newItem);
       

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