<xsd:group name="QuotationCharacteristics.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group collecting a set of characteristics that can be used to describe a quotation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="measureType" type="AssetMeasureType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of the value that is measured. This could be an NPV, a cash flow, a clean price, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quoteUnits" type="PriceQuoteUnits" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The optional units that the measure is expressed in. If not supplied, this is assumed to be a price/value in currency units.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="side" type="QuotationSideEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The side (bid/mid/ask) of the measure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currency" type="Currency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The optional currency that the measure is expressed in. If not supplied, this is defaulted from the reportingCurrency in the valuationScenarioDefinition.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="timing" type="QuoteTiming" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When during a day the quote is for. Typically, if this element is supplied, the QuoteLocation needs also to be supplied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="QuoteLocation.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Where the quote is from.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="informationSource" type="InformationSource" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="time" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When the quote was observed or derived.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="valuationDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When the quote was computed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expiryTime" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When does the quote cease to be valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cashFlowType" type="CashflowType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">For cash flows, the type of the cash flows. Examples include: Coupon payment, Premium Fee, Settlement Fee, Brokerage Fee, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|