Class FxOptionPremium

java.lang.Object

public class FxOptionPremium extends NonNegativePayment
A type that specifies the premium exchanged for a single option trade or option strategy.

Java class for FxOptionPremium complex type.

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

 <complexType name="FxOptionPremium">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativePayment">
       <sequence>
         <element name="settlementInformation" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInformation" minOccurs="0"/>
         <element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}PremiumQuote" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>