Definition Type: ComplexType
Name: ProductComponentIdentifier
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-4.xsd
Abstract
Documentation:
A type defining a USI for the a subproduct component of a strategy.
Collapse XSD Schema Diagram:
Drilldown into tradeId in schema fpml-doc-5-4_xsd Drilldown into issuer in schema fpml-doc-5-4_xsd Drilldown into premiumProductReference in schema fpml-doc-5-4_xsdXSD Diagram of ProductComponentIdentifier in schema fpml-doc-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ProductComponentIdentifier">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a USI for the a subproduct component of a strategy.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="premiumProductReference" type="ProductReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Indicates which product within a strategy this ID is associated with.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="issuer" type="IssuerId">
        </xsd:element>
        <xsd:element name="tradeId" type="TradeId">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
premiumProductReference nsA:premiumProductReference 0 (1)
issuer nsA:issuer (1) (1)
tradeId nsA:tradeId (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:productComponentIdentifier