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>