<xsd:group name="PricingInputDates.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The dates that might be relevant for a pricing input, e.g. what valuation date it applies to, when it was built, when the data comes from, etc..</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="baseDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The base date for which the structure applies, i.e. the curve date. Normally this will align with the valuation date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="spotDate" type="IdentifiedDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The spot settlement date for which the structure applies, normally 0-2 days after the base date. The difference between the baseDate and the spotDate is termed the settlement lag, and is sometimes called "days to spot".</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="inputDataDate" type="IdentifiedDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date from which the input data used to construct the pricing input was obtained. Often the same as the baseDate, but sometimes the pricing input may be "rolled forward", in which input data from one date is used to generate a curve for a later date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endDate" type="IdentifiedDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The last date for which data is supplied in this pricing input.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="buildDateTime" type="xsd:dateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date and time when the pricing input was generated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|