Definition Type: ComplexType
Name: BasicAssetValuation
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Valuation
Containing Schema: fpml-riskdef-4-4.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-4-4_xsd Drilldown into valuationScenarioReference in schema fpml-riskdef-4-4_xsd Drilldown into objectReference in schema fpml-riskdef-4-4_xsd Drilldown into definitionRef in schema fpml-riskdef-4-4_xsd Drilldown into id in schema fpml-riskdef-4-4_xsd Drilldown into Valuation in schema fpml-riskdef-4-4_xsdXSD Diagram of BasicAssetValuation in schema fpml-riskdef-4-4_xsd (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" 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 fpml:objectReference 0 (1)
valuationScenarioReference fpml:valuationScenarioReference 0 (1)
quote fpml:quote (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
definitionRef fpml:definitionRef (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:assetQuote