<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="SwapInfoSell" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="SwapInfoSell" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="SSU">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Currency" msdata:Caption="Валюта (0 - USD, 1 - EUR, 2 - CNY)" type="xs:short" minOccurs="0" />
              <xs:element name="DateBuy" msdata:Caption="Дата заключения сделки" type="xs:dateTime" minOccurs="0" />
              <xs:element name="DateSell" msdata:Caption="Дата продажи инвалюты" type="xs:dateTime" minOccurs="0" />
              <xs:element name="DateSPOT" msdata:Caption="Дата продажи рублей" type="xs:dateTime" minOccurs="0" />
              <xs:element name="Type" msdata:Caption="Сроки расчетов TODTOM-0 / TOMSPT-1" type="xs:int" minOccurs="0" />
              <xs:element name="BaseRate" msdata:Caption="Базовый курс (единиц инвалюты за один рубль)" type="xs:decimal" minOccurs="0" />
              <xs:element name="SD" msdata:Caption="Своп-разница (руб.)" type="xs:decimal" minOccurs="0" />
              <xs:element name="TIR" msdata:Caption="Ставка по рублям (% годовых)" type="xs:decimal" minOccurs="0" />
              <xs:element name="Stavka" msdata:Caption="Ставка по инвалюте (% годовых)" type="xs:decimal" minOccurs="0" />
              <xs:element name="limit" msdata:Caption="Максимальный объем продажи инвалюты (млрд ед. инвалюты)" type="xs:decimal" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>