Class FxAccrual

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

public class FxAccrual extends Object
Accrual calculation process.

Java class for FxAccrual complex type.

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

 <complexType name="FxAccrual">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="observable" type="{http://www.fpml.org/FpML-5/confirmation}FxRateObservable" maxOccurs="unbounded"/>
         <element name="accrualRegion" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualRegion" maxOccurs="unbounded"/>
         <element name="fixingSchedule" type="{http://www.fpml.org/FpML-5/confirmation}FxFixingSchedule"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxAccrual

      public FxAccrual()
  • Method Details

    • getObservable

      public List<FxRateObservable> getObservable()
      Gets the value of the observable 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 observable property.

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

          getObservable().add(newItem);
       

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

    • getAccrualRegion

      public List<FxAccrualRegion> getAccrualRegion()
      Gets the value of the accrualRegion 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 accrualRegion property.

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

          getAccrualRegion().add(newItem);
       

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

    • getFixingSchedule

      public FxFixingSchedule getFixingSchedule()
      Gets the value of the fixingSchedule property.
      Returns:
      possible object is FxFixingSchedule
    • setFixingSchedule

      public void setFixingSchedule(FxFixingSchedule value)
      Sets the value of the fixingSchedule property.
      Parameters:
      value - allowed object is FxFixingSchedule
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String