Class FxTargetLinearPayoffRegion

java.lang.Object
net.finmath.smartcontract.product.xml.FxTargetPayoffRegion
net.finmath.smartcontract.product.xml.FxTargetLinearPayoffRegion

public class FxTargetLinearPayoffRegion extends FxTargetPayoffRegion
A fixing region in which the payoff varies linearly with the fixing value.

Java class for FxTargetLinearPayoffRegion complex type.

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

 <complexType name="FxTargetLinearPayoffRegion">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxTargetPayoffRegion">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxExchangedCurrency.model"/>
         <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}FxStrike"/>
         <element name="counterCurrencyAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule" minOccurs="0"/>
         <element name="lowerBound" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetRegionLowerBound" minOccurs="0"/>
         <element name="upperBound" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetRegionUpperBound" minOccurs="0"/>
         <element name="leverage" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetLeverage" minOccurs="0"/>
         <element name="payoffCap" type="{http://www.fpml.org/FpML-5/confirmation}FxPayoffCap" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>