Definition Type: SimpleType
Name: LoanTradingTypeEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
A list that specifies whether a trade was executed during the syndication period or in the post-syndication market.
Collapse XSD Schema Diagram:
XSD Diagram of LoanTradingTypeEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="LoanTradingTypeEnum">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A list that specifies whether a trade was executed during the syndication period or in the post-syndication market.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Primary">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Trade is part of a syndication.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Secondary">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Trade was performed in the secondary (non-syndication) market.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Primary
Enumeration Secondary
Collapse Derivation Tree:
Collapse References:
nsA:type