Definition Type: ComplexType
Name: CollateralValueAllocation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-9.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into value in schema fpml-shared-5-9_xsd Drilldown into type in schema fpml-shared-5-9_xsdXSD Diagram of CollateralValueAllocation in schema fpml-shared-5-9_xsd (Financial products Markup Language (FpML®) - Reporting)
Collapse XSD Schema Code:
<xsd:complexType name="CollateralValueAllocation">
    <xsd:sequence>
        <xsd:element name="type" type="CollateralValueAllocationEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of allocation e.g. Full or ExcessOverMargin</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="value" type="Money" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsA:type 0 (1)
value nsA:value 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:collateralValueAllocation
Collapse Comments:
blog comments powered by Disqus