complexType "PricingParameterShift"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 1 attribute, 6 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A definition of a shift with respect to a specific pricing parameter.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="PricingParameterShift">
<xsd:sequence>
<xsd:choice>
<xsd:element name="parameterReference" type="AssetOrTermPointOrPricingStructureReference"/>
<xsd:element name="assetReference" type="AssetReference"/>
<xsd:element name="termPointReference" type="TermPointReference"/>
</xsd:choice>
<xsd:element name="shift" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="shiftUnits" type="PriceQuoteUnits"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 6/6)
assetReference
Type:
AssetReference, empty content
A reference to the asset to which the shift is computed.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="assetReference" type="AssetReference"/>

parameterReference
Type:
DEPRECATED. A reference to the pricing input parameter to which the shift is computed.
XML Source (w/o annotations (1); see within schema source)

pricingStructureReference
Type:
A reference to the pricing structure to which the shift is computed.
XML Source (w/o annotations (1); see within schema source)

shift
Type:
xsd:decimal, predefined, simple content
The size of the denominator, e.g. 0.0001 = 1 bp.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="shift" type="xsd:decimal"/>

shiftUnits
Type:
PriceQuoteUnits, simple content
The units of the denominator, e.g. currency. If not present, use the units of the PricingInputReference.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="shiftUnits" type="PriceQuoteUnits"/>

termPointReference
Type:
TermPointReference, empty content
A reference to the term point to which the shift is computed.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="termPointReference" type="TermPointReference"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.