<xsd:complexType name="TermPoint">
<xsd:annotation>
<xsd:documentation xml:lang="en">A value point that can have a time dimension. Allows bid, mid, ask, and spread values to be represented.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="term" type="TimeDimension">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time dimension of the point (tenor and/or date)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BidMidAsk.model" />
<xsd:element name="spreadValue" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The spread value can be used in conjunction with the "mid" value to define the bid and the ask value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="definition" type="AssetReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An optional reference to an underlying asset that defines the meaning of the value, i.e. the product that the value corresponds to. For example, this could be a discount instrument.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|