Definition Type: ComplexType
Name: PercentageTolerance
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a percentage of the agreed delivery quantity.
Collapse XSD Schema Diagram:
Drilldown into option in schema fpml-com-5-10_xsd1 Drilldown into negative in schema fpml-com-5-10_xsd1 Drilldown into postitive in schema fpml-com-5-10_xsd1XSD Diagram of PercentageTolerance in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PercentageTolerance">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The acceptable tolerance in the delivered quantity of a physical commodity product in terms of a percentage of the agreed delivery quantity.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="postitive" type="RestrictedPercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The maximum percentage amount by which the quantity delivered can exceed the agreed quantity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="negative" type="RestrictedPercentage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The maximum percentage amount by which the quantity delivered can be less than the agreed quantity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="option" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates whether the tolerance it at the seller's or buyer's option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
postitive nsD:postitive 0 (1)
negative nsD:negative 0 (1)
option nsD:option 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:percentageTolerance