fpml:mortgage
Identifies a mortgage backed security.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-asset-5-5.xsd
Type: fpml:Mortgage
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]
- 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: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:originalPrincipalAmount [0..1] The initial issued amount of the mortgage obligation.
- fpml:pool [0..1] The morgage pool that is underneath the mortgage obligation.
- fpml:sector [0..1] The sector classification of the mortgage obligation.
- fpml:tranche [0..1] The mortgage obligation tranche that is subject to the derivative transaction.
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
- Type fpml:BasketConstituent (Element fpml:basketConstituent)
- Type fpml:ReferenceObligation (Element fpml:referenceObligation)
- Type fpml:SingleUnderlyer (Element fpml:singleUnderlyer)
- Type fpml:TradeUnderlyer2 (Element fpml:underlyer)
Substitution hierarchy
- fpml:underlyingAsset
- can be substituted with fpml:mortgage
Sample instance
<mortgage> <instrumentId instrumentIdScheme="http://www.fpml.org/spec/2002/instrument-id-CUSIP-1-0">60687VAQ8</instrumentId> <instrumentId instrumentIdScheme="http://www.fpml.org/spec/2002/instrument-id-Bloomberg-1-0">MLCFC 2006-3</instrumentId> <currency>USD</currency> <maturity>2046-07-12</maturity> <originalPrincipalAmount>21219000</originalPrincipalAmount> <pool> <initialFactor>1</initialFactor> </pool> <sector>CMBS</sector> <tranche>H</tranche> </mortgage>