fpml:convertibleBond
Identifies the underlying asset when it is a convertible bond.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-asset-5-5.xsd
Type: fpml:ConvertibleBond
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.
- fpml:underlyingEquity [0..1] Specifies the equity in which the convertible bond can be converted.
- fpml:redemptionDate [0..1] Earlier date between the convertible bond put dates and its maturity date.
from type fpml:IdentifiedAssetfrom type fpml:UnderlyingAssetfrom type fpml:Bondfrom 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:convertibleBond
Sample instance
<fpml:convertibleBond> <fpml:instrumentId instrumentIdScheme="http://www.example.com/">normalizedString</fpml:instrumentId> <fpml:currency>normalizedString</fpml:currency> <fpml:exchangeId>normalizedString</fpml:exchangeId> <fpml:clearanceSystem>normalizedString</fpml:clearanceSystem> <fpml:definition href="IDREF"/> <fpml:issuerName>string</fpml:issuerName> <fpml:seniority>normalizedString</fpml:seniority> <fpml:couponType>normalizedString</fpml:couponType> <fpml:couponRate>1.0</fpml:couponRate> <fpml:maturity>2000-01-01</fpml:maturity> <fpml:parValue>1.0</fpml:parValue> <fpml:faceAmount>1.0</fpml:faceAmount> <fpml:paymentFrequency> <fpml:periodMultiplier>1</fpml:periodMultiplier> <fpml:period>D</fpml:period> </fpml:paymentFrequency> <fpml:dayCountFraction>normalizedString</fpml:dayCountFraction> <fpml:underlyingEquity> <fpml:instrumentId instrumentIdScheme="http://www.example.com/">normalizedString</fpml:instrumentId> <fpml:currency>normalizedString</fpml:currency> <fpml:exchangeId>normalizedString</fpml:exchangeId> <fpml:clearanceSystem>normalizedString</fpml:clearanceSystem> <fpml:definition href="IDREF"/> <fpml:relatedExchangeId>normalizedString</fpml:relatedExchangeId> <fpml:optionsExchangeId>normalizedString</fpml:optionsExchangeId> <fpml:specifiedExchangeId>normalizedString</fpml:specifiedExchangeId> </fpml:underlyingEquity> <fpml:redemptionDate>2000-01-01</fpml:redemptionDate> </fpml:convertibleBond>