Class FxAccrualSettlementPeriodPayoff

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

public class FxAccrualSettlementPeriodPayoff extends Object
Payoff region

Java class for FxAccrualSettlementPeriodPayoff complex type.

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

 <complexType name="FxAccrualSettlementPeriodPayoff">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="payoffRegionReference" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualPayoffRegionReference" minOccurs="0"/>
         <choice>
           <sequence>
             <element name="strike" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="counterCurrencyAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
           </sequence>
           <element name="averageStrikeFixingDates" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodFixingDates"/>
         </choice>
         <element name="averageRateFixingDates" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodFixingDates" minOccurs="0"/>
         <element name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="upperBound" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="leverage" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodLeverage" minOccurs="0"/>
         <element name="payoffCap" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>