fpml:premium
The option premium payable by the buyer to the seller.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-com-5-5.xsd
Other elements with the same name: fpml:premium, fpml:premium, fpml:premium, fpml:premium
Type: fpml:CommodityPremium
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:payerPartyReference [1..1] A reference to the party responsible for making the payments defined by this structure.
- fpml:payerAccountReference [0..1] A reference to the account responsible for making the payments defined by this structure.
- fpml:receiverPartyReference [1..1] A reference to the party that receives the payments corresponding to this structure.
- fpml:receiverAccountReference [0..1] A reference to the account that receives the payments corresponding to this structure.
- fpml:paymentDate [1..1] The payment date, which can be expressed as either an adjustable or relative date.
- fpml:paymentAmount [1..1] Non negative payment amount.
- fpml:premiumPerUnit [0..1] The currency amount of premium to be paid per Unit of the Total Notional Quantity.
from type fpml:PaymentBaseExtendedfrom group fpml:PayerReceiver.modelfrom type fpml:NonNegativePayment
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:PaymentBase |
Used in
- Type fpml:CommodityOption (Element fpml:commodityOption)
- Type fpml:CommoditySwaption (Element fpml:commoditySwaption)
Sample instance
<premium> <payerPartyReference href="Party1"/> <receiverPartyReference href="Party2"/> <paymentAmount> <currency>JPY</currency> <amount>25000000</amount> </paymentAmount> <paymentDate> <adjustableDate> <unadjustedDate>2006-05-15</unadjustedDate> <dateAdjustments> <businessDayConvention>FOLLOWING</businessDayConvention> <businessCenters> <businessCenter>JPTO</businessCenter> </businessCenters> </dateAdjustments> </adjustableDate> </paymentDate> <premiumType>Fixed</premiumType> </premium>