<xsd:complexType name="RelativePrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type which represents Pricing relative to a Benchmark.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="spread" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Basis Point spread over a Benchmark.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BondEquity.model" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The benchmark being referred to; either a bond or equity product.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|