<xsd:complexType name="PricingChangeNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A notice used to notify changes in the pricing of a given facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityNotice">
<xsd:sequence>
<xsd:element name="pricingChangeReason" type="PricingChangeReason" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Denotes the reason a facility has had to be re-priced.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element name="marginRateChange" type="MarginRateChange" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount by which the margin rate has changed within a facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="onGoingFeeRateChange" type="OnGoingFeeRateChange" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="onGoingFeeRateChange" type="OnGoingFeeRateChange" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parties involved with the associated transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|