XML Schema Documentation

Complex Type: BasicAssetValuation

[Table of contents]

Super-types: Valuation < BasicAssetValuation (by extension)
Sub-types: None
Name BasicAssetValuation
Used by (from the same schema document) Complex Type QuotedAssetSet
Abstract no
Documentation A structure that holds a set of measures about an asset.
XML Instance Representation
<...
id=" xsd:ID [0..1]"
definitionRef=" xsd:IDREF [0..1]

'An optional reference to the scenario that this valuation applies to.'

"
>
<objectReference> AnyAssetReference </objectReference> [0..1]

'A reference to the asset or pricing structure that this values.'

<valuationScenarioReference> ValuationScenarioReference </valuationScenarioReference> [0..1]

'A reference to the valuation scenario used to calculate this valuation. If the Valuation occurs within a ValuationSet, this value is optional and is defaulted from the ValuationSet. If this value occurs in both places, the lower level value (i.e. the one here) overrides that in the higher (i.e. ValuationSet).'

<quote> BasicQuotation </quote> [1..*]

'One or more numerical measures relating to the asset, possibly together with sensitivities of that measure to pricing inputs'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="BasicAssetValuation">
<xsd:complexContent>
<xsd:extension base=" Valuation ">
<xsd:sequence>
<xsd:element name="quote" type=" BasicQuotation " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>