Class FxAccrualLinearPayoffRegion

java.lang.Object
net.finmath.smartcontract.product.xml.FxAccrualPayoffRegion
net.finmath.smartcontract.product.xml.FxAccrualLinearPayoffRegion

public class FxAccrualLinearPayoffRegion extends FxAccrualPayoffRegion
A fixing region in which the payoff varies linearly with the fixing value.

Java class for FxAccrualLinearPayoffRegion complex type.

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

 <complexType name="FxAccrualLinearPayoffRegion">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAccrualPayoffRegion">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxExchangedCurrency.model"/>
         <choice>
           <sequence>
             <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}FxForwardStrikePrice"/>
             <element name="counterCurrencyAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule" minOccurs="0"/>
           </sequence>
           <element name="averageStrike" type="{http://www.fpml.org/FpML-5/confirmation}FxAverageStrike"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxAccrualRegionBound.model" minOccurs="0"/>
         <element name="leverage" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualLeverage" minOccurs="0"/>
         <element name="payoffCap" type="{http://www.fpml.org/FpML-5/confirmation}FxPayoffCap" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>