Definition Type: ComplexType
Name: LetterOfCreditCollateral
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:LcSummary
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Documentation:
Defines a letter of credit.
Collapse XSD Schema Diagram:
Drilldown into collateralValue in schema fpml-collateral-processes-5-10_xsd Drilldown into haircut in schema fpml-collateral-processes-5-10_xsd Drilldown into marketValue in schema fpml-collateral-processes-5-10_xsd Drilldown into valueDate in schema fpml-collateral-processes-5-10_xsd Drilldown into amount in schema fpml-collateral-processes-5-10_xsd Drilldown into identifier in schema fpml-collateral-processes-5-10_xsd Drilldown into LcSummary in schema fpml-collateral-processes-5-10_xsdXSD Diagram of LetterOfCreditCollateral in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LetterOfCreditCollateral">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines a letter of credit.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="LcSummary">
            <xsd:sequence>
                <xsd:element name="amount" type="NonNegativeDecimal" minOccurs="0" />
                <xsd:element name="valueDate" type="xsd:date" minOccurs="0" />
                <xsd:element name="marketValue" type="NonNegativeDecimal" minOccurs="0" />
                <xsd:element name="haircut" type="xsd:decimal" minOccurs="0" />
                <xsd:element name="collateralValue" type="NonNegativeDecimal" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier nsE:identifier 0 unbounded
amount nsE:amount 0 (1)
valueDate nsE:valueDate 0 (1)
marketValue nsE:marketValue 0 (1)
haircut nsE:haircut 0 (1)
collateralValue nsE:collateralValue 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:letterOfCredit