Definition Type: ComplexType
Name: DisputedCollateral
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into disputeResolutionMethod in schema fpml-collateral-processes-5-10_xsd Drilldown into disputeDate in schema fpml-collateral-processes-5-10_xsd Drilldown into disputedAmount in schema fpml-collateral-processes-5-10_xsdXSD Diagram of DisputedCollateral in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DisputedCollateral">
    <xsd:sequence>
        <xsd:element name="disputedAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This is confirmation of the amount being disputed this would be the difference between the undisputed amount and the call amount from the requestMargin message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="disputeDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This is the date from which the Dispute is deemed by the sending party to have occurred on. It can be used for dispute aging purposes.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="disputeResolutionMethod" type="DisputeResolutionMethod" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The disputeResolutionMethod can consist of either a resolutionCode and description, a resolution code only or a description only. The purpose of this element is to be able to provide details of how the dispute differences will be resolved.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
disputedAmount nsE:disputedAmount 0 (1)
disputeDate nsE:disputeDate 0 (1)
disputeResolutionMethod nsE:disputeResolutionMethod 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:segregatedIndependentAmount, nsE:segregatedIndependentAmount, nsE:variationMargin