Definition Type: ComplexType
Name: Mortgage
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:UnderlyingAsset
Containing Schema: fpml-asset-4-4.xsd
Abstract
Documentation:
A type describing a mortgage asset.
Collapse XSD Schema Diagram:
Drilldown into tranche in schema fpml-asset-4-4_xsd Drilldown into sector in schema fpml-asset-4-4_xsd Drilldown into pool in schema fpml-asset-4-4_xsd Drilldown into originalPrincipalAmount in schema fpml-asset-4-4_xsd Drilldown into dayCountFraction in schema fpml-asset-4-4_xsd Drilldown into paymentFrequency in schema fpml-asset-4-4_xsd Drilldown into BondCalculation.model in schema fpml-asset-4-4_xsd Drilldown into maturity in schema fpml-asset-4-4_xsd Drilldown into couponRate in schema fpml-asset-4-4_xsd Drilldown into couponType in schema fpml-asset-4-4_xsd Drilldown into seniority in schema fpml-asset-4-4_xsd Drilldown into issuerPartyReference in schema fpml-asset-4-4_xsd Drilldown into issuerName in schema fpml-asset-4-4_xsd Drilldown into BondContent.model in schema fpml-asset-4-4_xsd Drilldown into insurerReference in schema fpml-asset-4-4_xsd Drilldown into insurer in schema fpml-asset-4-4_xsd Drilldown into definition in schema fpml-asset-4-4_xsd Drilldown into clearanceSystem in schema fpml-asset-4-4_xsd Drilldown into exchangeId in schema fpml-asset-4-4_xsd Drilldown into currency in schema fpml-asset-4-4_xsd Drilldown into description in schema fpml-asset-4-4_xsd Drilldown into instrumentId in schema fpml-asset-4-4_xsd Drilldown into id in schema fpml-asset-4-4_xsd Drilldown into Asset in schema fpml-asset-4-4_xsd Drilldown into UnderlyingAsset in schema fpml-asset-4-4_xsdXSD Diagram of Mortgage in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Mortgage">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing a mortgage asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="UnderlyingAsset">
            <xsd:sequence>
                <xsd:choice minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation>Applicable to the case of default swaps on MBS terms. For specifying the insurer name, when applicable (when the element is not present, it signifies that the insurer is Not Applicable)</xsd:documentation>
                    </xsd:annotation>
                    <xsd:element name="insurer" type="LegalEntity" />
                    <xsd:element name="insurerReference" type="LegalEntityReference" />
                </xsd:choice>
                <xsd:group ref="BondContent.model" />
                <xsd:group ref="BondCalculation.model" />
                <xsd:element name="originalPrincipalAmount" type="xsd:decimal" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The initial issued amount of the mortgage obligation.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="pool" type="AssetPool" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The morgage pool that is underneath the mortgage obligation.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="sector" type="MortgageSector" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The sector classification of the mortgage obligation.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="tranche" type="xsd:token" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The mortgage obligation tranche that is subject to the derivative transaction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId fpml:instrumentId (1) unbounded
description fpml:description 0 (1)
currency fpml:currency 0 (1)
exchangeId fpml:exchangeId 0 (1)
clearanceSystem fpml:clearanceSystem 0 (1)
definition fpml:definition 0 (1)
insurer fpml:insurer (1) (1)
insurerReference fpml:insurerReference (1) (1)
issuerName fpml:issuerName (1) (1)
issuerPartyReference fpml:issuerPartyReference (1) (1)
seniority fpml:seniority 0 (1)
couponType fpml:couponType 0 (1)
couponRate fpml:couponRate 0 (1)
maturity fpml:maturity 0 (1)
paymentFrequency fpml:paymentFrequency 0 (1)
dayCountFraction fpml:dayCountFraction 0 (1)
originalPrincipalAmount fpml:originalPrincipalAmount 0 (1)
pool fpml:pool 0 (1)
sector fpml:sector 0 (1)
tranche fpml:tranche 0 (1)
<xs:group> fpml:BondContent.model (1) (1)
<xs:group> fpml:BondCalculation.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:mortgage