Class FxOptionPremium


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>
 
  • Field Details

  • Constructor Details

    • FxOptionPremium

      public FxOptionPremium()
  • Method Details

    • getSettlementInformation

      public SettlementInformation getSettlementInformation()
      Gets the value of the settlementInformation property.
      Returns:
      possible object is SettlementInformation
    • setSettlementInformation

      public void setSettlementInformation(SettlementInformation value)
      Sets the value of the settlementInformation property.
      Parameters:
      value - allowed object is SettlementInformation
    • getQuote

      public PremiumQuote getQuote()
      Gets the value of the quote property.
      Returns:
      possible object is PremiumQuote
    • setQuote

      public void setQuote(PremiumQuote value)
      Sets the value of the quote property.
      Parameters:
      value - allowed object is PremiumQuote