Class FxAveragingProcess

java.lang.Object
net.finmath.smartcontract.product.xml.FxRateObservable
net.finmath.smartcontract.product.xml.FxAveragingProcess
Direct Known Subclasses:
FxAverageRate, FxAverageStrike

public class FxAveragingProcess extends FxRateObservable
Accrual calculation process.

Java class for FxAveragingProcess complex type.

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

 <complexType name="FxAveragingProcess">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxRateObservable">
       <sequence>
         <element name="fixingSchedule" type="{http://www.fpml.org/FpML-5/confirmation}FxWeightedFixingSchedule"/>
         <element name="averagingMethod" type="{http://www.fpml.org/FpML-5/confirmation}FxAveragingMethodEnum"/>
         <element name="precision" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>