Definition Type: ComplexType
Name: ApplicableAssets
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that defines the assets (or type of assets) that a particular payment profile may be associated with.
Collapse XSD Schema Diagram:
Drilldown into facilityType in schema fpml-loan-5-10_xsd Drilldown into facilityIdentifier in schema fpml-loan-5-10_xsd Drilldown into dealIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of ApplicableAssets in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ApplicableAssets">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that defines the assets (or type of assets) that a particular payment profile may be associated with.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="dealIdentifier" type="DealIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The deals for which this default settlement instruction is valid.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="facilityIdentifier" type="FacilityIdentifier" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The facilities for which this default settlement instruction is valid.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="facilityType" type="FacilityType" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The facility type (i.e. term, delayed draw, TLB, etc.) for which this default settlement instruction is valid.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dealIdentifier nsA:dealIdentifier (1) unbounded
facilityIdentifier nsA:facilityIdentifier (1) unbounded
facilityType nsA:facilityType (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:applicableAssets