Definition Type: ComplexType
Name: CollateralValueAllocation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into value in schema fpml-shared-5-10_xsd4 Drilldown into type in schema fpml-shared-5-10_xsd4XSD Diagram of CollateralValueAllocation in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
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 nsE:type 0 (1)
value nsE:value 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:collateralValueAllocation