<xsd:complexType name="PricingParameterShift">
<xsd:annotation>
<xsd:documentation xml:lang="en">A definition of a shift with respect to a specific pricing parameter.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="parameterReference" type="AssetOrTermPointOrPricingStructureReference" />
<xsd:element name="shift" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The size of the denominator, e.g. 0.0001 = 1 bp.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shiftUnits" type="PriceQuoteUnits" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The units of the denominator, e.g. currency. If not present, use the units of the PricingInputReference.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|