<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>
|