fpml:fixedLeg
Fixed payment leg.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-dividend-swaps-5-5.xsd
Other elements with the same name: fpml:fixedLeg, fpml:fixedLeg
Type: fpml:FixedPaymentLeg
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:legIdentifier [0..*] Version aware identification of this leg.
- fpml:effectiveDate [0..1] Specifies the effective date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the effective date of the other leg of the swap.
- fpml:terminationDate [0..1] Specifies the termination date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the termination date of the other leg of the swap.
- fpml:fixedPayment [0..*] Fixed payment of a dividend swap, payment date is relative to a dividend period payment date. Commonly the dividend leg and the fixed payment leg will pay out on the same date, and the payments will be netted.
from type fpml:DirectionalLeg
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Leg |
Used in
- Type fpml:DividendSwapTransactionSupplement (Elements fpml:dividendSwapTransactionSupplement, fpml:dividendSwapTransactionSupplement)
Sample instance
<fixedLeg> <fixedPrice> <price>6.295</price> <priceCurrency>USD</priceCurrency> <priceUnit>MMBTU</priceUnit> </fixedPrice> <notionalQuantity> <quantityUnit>MMBTU</quantityUnit> </notionalQuantity> <totalNotionalQuantity>77500.0</totalNotionalQuantity> </fixedLeg>