Definition Type: ComplexType
Name: BasicAssetValuation
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:Valuation
Containing Schema: fpml-riskdef-5-10.xsd
Abstract
Documentation:
A structure that holds a set of measures about an asset.
Collapse XSD Schema Diagram:
Drilldown into quote in schema fpml-riskdef-5-10_xsd2 Drilldown into valuationScenarioReference in schema fpml-riskdef-5-10_xsd2 Drilldown into objectReference in schema fpml-riskdef-5-10_xsd2 Drilldown into definitionRef in schema fpml-riskdef-5-10_xsd2 Drilldown into id in schema fpml-riskdef-5-10_xsd2 Drilldown into Valuation in schema fpml-riskdef-5-10_xsd2XSD Diagram of BasicAssetValuation in schema fpml-riskdef-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BasicAssetValuation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that holds a set of measures about an asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Valuation">
            <xsd:sequence>
                <xsd:element name="quote" type="BasicQuotation" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">One or more numerical measures relating to the asset, possibly together with sensitivities of that measure to pricing inputs</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
objectReference nsE:objectReference 0 (1)
valuationScenarioReference nsE:valuationScenarioReference 0 (1)
quote nsE:quote 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
definitionRef nsE:definitionRef (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:assetQuote