Class FxAccrualSettlementPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriod
net.finmath.smartcontract.product.xml.FxAccrualSettlementPeriod

public class FxAccrualSettlementPeriod extends SettlementPeriod

Java class for FxAccrualSettlementPeriod complex type.

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

 <complexType name="FxAccrualSettlementPeriod">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriod">
       <sequence>
         <element name="payoff" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualSettlementPeriodPayoff" maxOccurs="unbounded"/>
         <element name="accrualFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="barrier" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementPeriodBarrier" minOccurs="0"/>
         <element name="accrualFixingDates" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodFixingDates"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>