Definition Type: ComplexType
Name: IdentifiedAsset
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Asset
Containing Schema: fpml-asset-5-10.xsd
Abstract True
Documentation:
A generic type describing an identified asset.
Collapse XSD Schema Diagram:
Drilldown into instrumentId in schema fpml-asset-5-10_xsd5 Drilldown into id in schema fpml-asset-5-10_xsd5 Drilldown into Asset in schema fpml-asset-5-10_xsd5XSD Diagram of IdentifiedAsset in schema fpml-asset-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IdentifiedAsset" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A generic type describing an identified asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Asset">
            <xsd:sequence>
                <xsd:element name="instrumentId" type="InstrumentId" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId nsF:instrumentId 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:Commodity, nsF:UnderlyingAsset