<xsd:complexType name="ValuationPostponement">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies how long to wait to get a quote from a settlement rate option upon a price source disruption.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="maximumDaysOfPostponement" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation xml:lang="en">The maximum number of days to wait for a quote from the disrupted settlement rate option before proceding to the next method.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|