Class FxOptionPayout

java.lang.Object

public class FxOptionPayout extends NonNegativeMoney
A type that contains full details of a predefined fixed payout which may occur (or not) in a Barrier Option or Digital Option when a trigger event occurs (or not).

Java class for FxOptionPayout complex type.

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

 <complexType name="FxOptionPayout">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney">
       <sequence>
         <element name="payoutStyle" type="{http://www.fpml.org/FpML-5/confirmation}PayoutEnum"/>
         <element name="settlementInformation" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInformation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>