Class FxTargetSettlementPeriodPayoff

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

public class FxTargetSettlementPeriodPayoff extends Object
Payoff region

Java class for FxTargetSettlementPeriodPayoff complex type.

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

 <complexType name="FxTargetSettlementPeriodPayoff">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="payoffRegionReference" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetPayoffRegionReference" minOccurs="0"/>
         <element name="strike" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="counterCurrencyAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" 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>