Definition Type: ComplexType
Name: TaxWithholding
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that represents the withholding tax being applied to a particular cash flow.
Collapse XSD Schema Diagram:
Drilldown into reason in schema fpml-loan-5-10_xsd Drilldown into taxRate in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsdXSD Diagram of TaxWithholding in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TaxWithholding">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that represents the withholding tax being applied to a particular cash flow.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="amount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of withholding tax being applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="taxRate" type="NonNegativeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The tax rate being applied to the associated cash flow.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="reason" type="WithholdingTaxReason" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A scheme used to identify the reason for withholding tax being applied to a cash flow.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
taxRate nsA:taxRate 0 (1)
reason nsA:reason 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:taxWithholding