Class FxStraddlePremium

java.lang.Object

public class FxStraddlePremium extends PaymentBaseExtended
The Currency and Amount to be paid by the Buyer to the Seller. The straddle premium is calculated on the Fixing Date using the Forward Volatility Agreement parameters.

Java class for FxStraddlePremium complex type.

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

 <complexType name="FxStraddlePremium">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBaseExtended">
       <sequence>
         <element name="paymentCurrency" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedCurrency"/>
         <element name="settlementInformation" type="{http://www.fpml.org/FpML-5/confirmation}SettlementInformation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>