Definition Type: ComplexType
Name: AssetValuation
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Valuation
Containing Schema: fpml-valuation-4-4.xsd
Abstract
Documentation:
A structure that holds a set of measures about an asset, including possibly their sensitivities.
Collapse XSD Schema Diagram:
Drilldown into fxRate in schema fpml-valuation-4-4_xsd Drilldown into quote in schema fpml-valuation-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 AssetValuation in schema fpml-valuation-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AssetValuation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that holds a set of measures about an asset, including possibly their sensitivities.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Valuation">
            <xsd:sequence>
                <xsd:element name="quote" type="Quotation" 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:element name="fxRate" type="FxRate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Indicates the rate of a currency conversion that may have been used to compute valuations.</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 0 unbounded
fxRate fpml:fxRate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
definitionRef fpml:definitionRef (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:assetValuation, fpml:associatedValuefpml:valuation, fpml:valuation, fpml:valuation,