Class FxPayoffCap

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

public class FxPayoffCap extends Object
The amount of gain on the client upside or firm upside is limited. If spot settles above the cap, or below the floor, the payout is adjusted to limit the gain. The adjustment may be made by varying the strike, or by maintaining the strike, but varying the payout notionals.

Java class for FxPayoffCap complex type.

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

 <complexType name="FxPayoffCap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="condition" type="{http://www.fpml.org/FpML-5/confirmation}ConditionEnum"/>
         <element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}Schedule"/>
         <element name="settlementAdjustmentStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementAdjustmentMethodEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>