fpml:bond
Identifies the underlying asset when it is a series or a class of bonds.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-asset-5-5.xsd
Type: fpml:Bond
Properties: Global, Qualified
Content
- Sequence [1..1]
- fpml:instrumentId [0..*] Identification of the underlying asset, using public and/or private identifiers.
- fpml:currency [0..1] Trading currency of the underlyer when transacted as a cash instrument.
- fpml:exchangeId [0..1] Identification of the exchange on which this asset is transacted for the purposes of calculating a contractural payoff. The term "Exchange" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.
- fpml:clearanceSystem [0..1] Identification of the clearance system associated with the transaction exchange.
- fpml:definition [0..1] An optional reference to a full FpML product that defines the simple product in greater detail. In case of inconsistency between the terms of the simple product and those of the detailed definition, the values in the simple product override those in the detailed definition.
- Choice [0..1]
- fpml:seniority [0..1] The repayment precedence of a debt instrument.
- fpml:couponType [0..1] Specifies if the bond has a variable coupon, step-up/down coupon or a zero-coupon.
- fpml:couponRate [0..1] Specifies the coupon rate (expressed in percentage) of a fixed income security or convertible bond.
- fpml:maturity [0..1] The date when the principal amount of a security becomes due and payable.
- fpml:parValue [0..1] Specifies the nominal amount of a fixed income security or convertible bond.
- fpml:faceAmount [0..1] Specifies the total amount of the issue. Corresponds to the par value multiplied by the number of issued security.
- fpml:paymentFrequency [0..1] Specifies the frequency at which the bond pays, e.g. 6M.
- fpml:dayCountFraction [0..1] The day count basis for the bond.
from type fpml:IdentifiedAssetfrom type fpml:UnderlyingAssetfrom group fpml:FixedIncomeSecurityContent.modelfrom group fpml:BondCalculation.model
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Asset |
Used in
- Group fpml:BondChoice.model
- Type fpml:BasketConstituent (Element fpml:basketConstituent)
- Type fpml:ReferenceObligation (Element fpml:referenceObligation)
- Type fpml:SingleUnderlyer (Element fpml:singleUnderlyer)
- Type fpml:TradeUnderlyer2 (Element fpml:underlyer)
- Type fpml:BondOption via reference to fpml:BondChoice.model (Element fpml:bondOption)
Substitution hierarchy
- fpml:underlyingAsset
- can be substituted with fpml:bond
Sample instance
<bond> <instrumentId instrumentIdScheme="CUSIP">ExampleCUSIP1</instrumentId> <currency>JPY</currency> <clearanceSystem>Clearstream</clearanceSystem> <couponRate>0.014</couponRate> <maturity>2011-03-20</maturity> <parValue>10000000000</parValue> <faceAmount>10000000000</faceAmount> </bond>