Class FxTargetConstantPayoffRegion

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

public class FxTargetConstantPayoffRegion extends FxTargetPayoffRegion
A fixing region in which the payoff is a constant value (a binary|digital payoff, or zero).

Java class for FxTargetConstantPayoffRegion complex type.

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

 <complexType name="FxTargetConstantPayoffRegion">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxTargetPayoffRegion">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTargetRegionBound.model"/>
         <element name="payoff" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetConstantPayoff" minOccurs="0"/>
         <element name="physicalSettlement" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetPhysicalSettlement" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>