<xsd:complexType name="PricingMethod">
<xsd:annotation>
<xsd:documentation xml:lang="en">For an asset (e.g. a reference/benchmark asset), the pricing structure used to price it. Used, for example, to specify that the rateIndex "USD-LIBOR-Telerate" with term = 6M is priced using the "USD-LIBOR-Close" curve.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="assetReference" type="AnyAssetReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The asset whose price is required.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pricingInputReference" type="PricingStructureReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the pricing input used to value the asset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|