<xsd:complexType name="PriceSourceDisruption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the parameters used to get a price quote to replace the settlement rate option that is disrupted.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="fallbackReferencePrice" type="FallbackReferencePrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">The method, prioritzed by the order it is listed in this element, to get a replacement rate for the disrupted settlement rate option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|