protocol for the financial reporting by … protocol...protocol for the financial reporting by...

47
PROTOCOL FOR THE FINANCIAL REPORTING BY PAYMENT INSTITUTIONS VIA ONEGATE Version 1.0 03-2011

Upload: truongdiep

Post on 15-Sep-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

PROTOCOL FOR THE FINANCIAL REPORTING BY PAYMENT INSTITUTIONS VIA ONEGATE

Version 1.0

03-2011

1) ONEGATE, THE NEW PORTAL TO SUBMIT REPORTS TO THE NATIONAL BANK OF BELGIUM

The National Bank of Belgium provides declarers with a totally secure Internet collection application. This application is called OneGate and allows companies to complete statistical, financial and prudential declaration forms either by introducing data directly or by uploading files. In order to safeguard the confidentiality of the data transmitted, the National Bank of Belgium proposes two access methods:

- access with the aid of a user code and password; - access with the aid of an electronic certificate which guarantees an even greater level of

confidentiality.

The financial reporting of payment institutions is to be done only via OneGate by means of an electronic certificate. This application, as well as the necessary documentation, is available on the site of the NBB (http://www.nbb.be, statistics, declarations OneGate). The CSSR certificate may be reused to obtain access to OneGate. For more information with regard to certificates or the registration procedure, see the online documentation or contact:

Nederlands +32 2 221 54 86 [email protected]

http://www.nbb.be/doc/dq/cssr_help/DeclarationsOneGate_nl.htm Français

+32 2 221 49 39 [email protected]

http://www.nbb.be/doc/dq/cssr_help/DeclarationsOneGate_fr.htm

2) STRUCTURE OF THE REPORTS

Data can in principle be provided in three ways (see also the online OneGate manual): 1. manual data entry; 2. an import of an XML-file or a CSV-file per table; 3. an upload of an XML report for all tables.

For certain declarations, some of these options may have been disabled according to the owners' specifications. A regular OneGate XML report always consists of two parts:

1. Administration: a general administrative part, according to the general XML format

2. Report: an application specific conceptual part, according to the general XML format.

An illustrative OneGate XML report could look like this: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <DeclarationReport xmlns="http://www.onegate.eu/2010-01-01"> <Administration creationTime="2010-01-05T13:06:44.418+01:00"> <From declarerType="KBO">0123456789</From> <To>NBB</To> <Domain>MBS</Domain> <Response feedback="true"> <Email>[email protected]</Email> <Language>EN</Language> </Response> </Administration> <Report action="…" code="PI" date ="2011-03"> <Data form="…"> <Item> <Dim prop="…">…</Dim> … <Dim prop="…">…</Dim> </Item> <Item>…</Item> … <Item>…</Item> </Data> </Report> </DeclarationReport>

The following tags and attributes are optional:

creationTime attribute (the timestamp of the generation of the file, ignored by OneGate); Response tag; feedback attribute (default value is "true"); Email tag (the email address that should receive the feedback data. The value is of type

'string' and the validity of the email address will not be checked). The e-mail address provided in the XML file has a lower priority than the e-mail address provided in the OneGate profile (linked to the certificate) when logging in to the application.

Language tag (the language of the feedback report: the value should be specified using the ISO 639-1 standard).

Within the report tag, the "action" attribute can have two values. By default (so if omitted), the action is "update" implying an incremental update of the report. The alternative is "replace" where all the previously reported figures for the report and the given period are first deleted before the new figures are loaded and validated. The report "code" attribute = "PI". The form codes are "1.1.A", "1.1.B", "1.2", "1.3", "1.4", "1.5.1", "1.5.2", "1.5.3" and "2.1". If a form is empty, it is possible to declare this form "nihil". This can be done online in the OneGate tool or by means of an attribute in the XML report: <Data form="…" action="nihil"/> A form contains items. Each item contains a set of dimension properties. The property codes are:

PI_COL [String Property, representing the codes of the columns] PI_RUB [String Property, representing the codes on the rows] PI_VALNUM [Numeric Value] PI_KEY [String Property, representing the key field in a list]

It is possible to export your reported data in XML format or CSV format (independent of the way the data were introduced or uploaded). Although the codes are mentioned in the OneGate templates, the export functionality might be helpful for the creation of a valid XML report.

It is also possible to combine several reports for one domain (in casu MBS) in one OneGate file, for instance to report multiple periods:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <DeclarationReport xmlns="http://www.onegate.eu/2010-01-01"> <Administration creationTime="2010-01-05T13:06:44.418+01:00"> … </Administration> <Report action="…" code="PI" date ="2011-03"> <Data form="…"> … </Data> </Report> <Report action="…" code="PI" date ="2011-06"> <Data form="…"> … </Data> </Report> </DeclarationReport>

Facts with a zero-value can be reported optionally (unless stated otherwise). As long as a fact has not been reported, it is considered to be zero in OneGate’s validation engine and in data analysis environments. In order to have a valid OneGate report, the following rules or conventions must be respected:

1. Each report must be officially closed; this is only possible when no initial or erroneous forms are left. The closing of the report reflects your approval of the figures and the completion of the reporting. The time stamp of the close is registered and all forms become read-only, implying that they can still be consulted, but not modified any more. Obviously, corrections and revisions remain possible: please contact your CBFA correspondent so that the NBB can reopen your closed report.

2. The reporting is in euro's (or eurocents). There is an absolute tolerance of 1000 euro, to avoid

rounding issues, when applying the validation rules, except for checks on percentages or stated otherwise.

3) EXAMPLE REPORT

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <DeclarationReport xmlns="http://www.onegate.eu/2010-01-01"> <Administration creationTime="2010-01-05T13:06:44.418+01:00"> <From declarerType="KBO">0123456789</From> <To>NBB</To> <Domain>MBS</Domain> <Response feedback="true"> <Email>[email protected]</Email> <Language>EN</Language> </Response> </Administration> <Report code="PI" date="2011-12"> <Data form="1.1.A"> <Item> <Dim prop="PI_RUB">20/28</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">8000</Dim> </Item> <Item> <Dim prop="PI_RUB">20/28</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">20</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2000</Dim> </Item> <Item> <Dim prop="PI_RUB">20</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">21</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2000</Dim> </Item> <Item> <Dim prop="PI_RUB">21</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">22/27</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2000</Dim> </Item> <Item> <Dim prop="PI_RUB">22/27</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item>

<Item> <Dim prop="PI_RUB">22</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">400</Dim> </Item> <Item> <Dim prop="PI_RUB">22</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">23</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">400</Dim> </Item> <Item> <Dim prop="PI_RUB">23</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">24</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">24</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">25</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">25</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">26</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">26</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">27</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item>

<Dim prop="PI_RUB">27</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">28</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2000</Dim> </Item> <Item> <Dim prop="PI_RUB">28</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">280/1</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">280/1</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">280</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">280</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">281</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">281</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">282/3</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">282/3</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">282</Dim>

<Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">282</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">283</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">283</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">284/8</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">284/8</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">284</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">284</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">285/8</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">285/8</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">29/58</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">4000</Dim> </Item> <Item> <Dim prop="PI_RUB">29/58</Dim> <Dim prop="PI_COL">10</Dim>

<Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">29</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">29</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">290</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">290</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">291</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">291</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">3</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1400</Dim> </Item> <Item> <Dim prop="PI_RUB">3</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">30/36</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">30/36</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">30/31</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim>

</Item> <Item> <Dim prop="PI_RUB">30/31</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">32</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">32</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">33</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">33</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">34</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">34</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">35</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">35</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">36</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">36</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item>

<Item> <Dim prop="PI_RUB">37</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">400</Dim> </Item> <Item> <Dim prop="PI_RUB">37</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">40/41</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">40/41</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">40</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">40</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">41</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">41</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">50/53</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">50/53</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">50</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item>

<Dim prop="PI_RUB">50</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">51/53</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">51/53</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">54/58</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">54/58</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">490/1</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">490/1</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">20/58</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">12000</Dim> </Item> <Item> <Dim prop="PI_RUB">20/58</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> </Data> <Data form="1.1.B"> <Item> <Dim prop="PI_RUB">10/15</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6000</Dim> </Item> <Item> <Dim prop="PI_RUB">10/15</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item>

<Item> <Dim prop="PI_RUB">10</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2800</Dim> </Item> <Item> <Dim prop="PI_RUB">10</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1400</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">101</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1400</Dim> </Item> <Item> <Dim prop="PI_RUB">101</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">11</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">11</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">12</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">12</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">13</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2000</Dim> </Item> <Item>

<Dim prop="PI_RUB">13</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">131</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">131</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">1310</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">1310</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">1311</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">1311</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">132</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">132</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">133</Dim>

<Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">133</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">14</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">150</Dim> </Item> <Item> <Dim prop="PI_RUB">14</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">15</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">15</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">19</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">19</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">16</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">16</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">160/5</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">800</Dim> </Item> <Item> <Dim prop="PI_RUB">160/5</Dim> <Dim prop="PI_COL">10</Dim>

<Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">161</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">161</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">162</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">162</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">163/5</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">163/5</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">168</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">168</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">17/49</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">5000</Dim>

</Item> <Item> <Dim prop="PI_RUB">17/49</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">17</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2300</Dim> </Item> <Item> <Dim prop="PI_RUB">17</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">170/4</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">170/4</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">170</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">170</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">171</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">171</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">172</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">172</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item>

<Item> <Dim prop="PI_RUB">173</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">173</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">174</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">174</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">175</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">175</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">1750</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">1750</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">1751</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">1751</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">176</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item>

<Dim prop="PI_RUB">176</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">178/9</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">178/9</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">42/48</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2500</Dim> </Item> <Item> <Dim prop="PI_RUB">42/48</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">42</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">490</Dim> </Item> <Item> <Dim prop="PI_RUB">42</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">43</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">43</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">430/8</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">430/8</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">439</Dim>

<Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">439</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">44</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">44</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">440/4</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">440/4</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">441</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">441</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">46</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">46</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">45</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">45</Dim> <Dim prop="PI_COL">10</Dim>

<Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">450/3</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">450/3</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">454/9</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">250</Dim> </Item> <Item> <Dim prop="PI_RUB">454/9</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">47/48</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">47/48</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">492/3</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">200</Dim> </Item> <Item> <Dim prop="PI_RUB">492/3</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">10/49</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">12000</Dim> </Item> <Item> <Dim prop="PI_RUB">10/49</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> </Data> <Data form="1.2"> <Item> <Dim prop="PI_RUB">70/74</Dim>

<Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2000</Dim> </Item> <Item> <Dim prop="PI_RUB">70/74</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">70</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1700</Dim> </Item> <Item> <Dim prop="PI_RUB">70</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">71</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">150</Dim> </Item> <Item> <Dim prop="PI_RUB">71</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">72</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">72</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">74</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">74</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">60/64</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">800</Dim> </Item> <Item> <Dim prop="PI_RUB">60/64</Dim> <Dim prop="PI_COL">10</Dim>

<Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">60</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">60</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">600/8</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">600/8</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">609</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">609</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">61</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">61</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">62</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">62</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">630</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim>

</Item> <Item> <Dim prop="PI_RUB">630</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">631/4</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">631/4</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">635/7</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">635/7</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">640/8</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">640/8</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">649</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">649</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">9901</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1200</Dim> </Item> <Item> <Dim prop="PI_RUB">9901</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item>

<Item> <Dim prop="PI_RUB">75</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">75</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">750</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">750</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">751</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">751</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">752/9</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">752/9</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">65</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">210</Dim> </Item> <Item> <Dim prop="PI_RUB">65</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">650</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">70</Dim> </Item> <Item>

<Dim prop="PI_RUB">650</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">651</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">70</Dim> </Item> <Item> <Dim prop="PI_RUB">651</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">652/9</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">70</Dim> </Item> <Item> <Dim prop="PI_RUB">652/9</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">9902</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1290</Dim> </Item> <Item> <Dim prop="PI_RUB">9902</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">76</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">76</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">760</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">760</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">761</Dim>

<Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">761</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">762</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">762</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">763</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">763</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">764/9</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">764/9</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">66</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">36</Dim> </Item> <Item> <Dim prop="PI_RUB">66</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">660</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">660</Dim> <Dim prop="PI_COL">10</Dim>

<Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">661</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">661</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">662</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">662</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">663</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">663</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">664/8</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">664/8</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">669</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">669</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">9903</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1304</Dim>

</Item> <Item> <Dim prop="PI_RUB">9903</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">780</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">780</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">680</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">680</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">67/77</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">10</Dim> </Item> <Item> <Dim prop="PI_RUB">67/77</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">670/3</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">60</Dim> </Item> <Item> <Dim prop="PI_RUB">670/3</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">77</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">77</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item>

<Item> <Dim prop="PI_RUB">9904</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1344</Dim> </Item> <Item> <Dim prop="PI_RUB">9904</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">789</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">789</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">689</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">50</Dim> </Item> <Item> <Dim prop="PI_RUB">689</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">9905</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1394</Dim> </Item> <Item> <Dim prop="PI_RUB">9905</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> </Data> <Data form="1.3"> <Item> <Dim prop="PI_RUB">49100</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">42300</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">21300P</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim>

</Item> <Item> <Dim prop="PI_RUB">49200</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">49210</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">49220</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">49300</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1500</Dim> </Item> <Item> <Dim prop="PI_RUB">49310</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">49320</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">49330</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">49400</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">49500</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">49600</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1500</Dim> </Item> <Item> <Dim prop="PI_RUB">49610</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item>

<Item> <Dim prop="PI_RUB">49620</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">49630</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> </Data> <Data form="1.4"> <Item> <Dim prop="PI_RUB">010</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">3000</Dim> </Item> <Item> <Dim prop="PI_RUB">015</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1000</Dim> </Item> <Item> <Dim prop="PI_RUB">020</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">100</Dim> </Item> <Item> <Dim prop="PI_RUB">030</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">600</Dim> </Item> <Item> <Dim prop="PI_RUB">040</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">300</Dim> </Item> <Item> <Dim prop="PI_RUB">050</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">500</Dim> </Item> <Item> <Dim prop="PI_RUB">060</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1500</Dim> </Item> </Data> <Data form="1.5.1"> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">27.2</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim>

<Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">4.5</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">6.5</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">7.8</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">14.4</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">33.2</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">3</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">6.3</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">5.4</Dim> </Item> <Item> <Dim prop="PI_RUB">100</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">12.5</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">36.9</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">3.5</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">20</Dim>

<Dim prop="PI_VALNUM">9</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">6.5</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">19.6</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">38.6</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2.5</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">8.3</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">6.1</Dim> </Item> <Item> <Dim prop="PI_RUB">110</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">20</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">35.1</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">3.2</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">7.3</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">8.3</Dim>

</Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">18.5</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">37.3</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1.7</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">7.4</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">8</Dim> </Item> <Item> <Dim prop="PI_RUB">120</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">18</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">24.1</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">2.6</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">7.4</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">5</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">12.6</Dim> </Item>

<Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">27.6</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">2</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">6.4</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">5.3</Dim> </Item> <Item> <Dim prop="PI_RUB">130</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">10.4</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">22.1</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">3.5</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">7.5</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">6.5</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">8.9</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">26.4</Dim> </Item> <Item>

<Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">3.1</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">7.2</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">6.5</Dim> </Item> <Item> <Dim prop="PI_RUB">140</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">5.3</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">13.8</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">1</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">4.2</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">4.3</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">4.8</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">14.3</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">1.4</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim>

<Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">3.4</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">4.2</Dim> </Item> <Item> <Dim prop="PI_RUB">150</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">4.8</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">10.8</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">0.7</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">3.1</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">3.8</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">5</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">12.6</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">0.3</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">2.5</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">25</Dim>

<Dim prop="PI_VALNUM">3.4</Dim> </Item> <Item> <Dim prop="PI_RUB">160</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">4.6</Dim> </Item> <Item> <Dim prop="PI_RUB">170</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">170</Dim> </Item> <Item> <Dim prop="PI_RUB">170</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">190</Dim> </Item> </Data> <Data form="1.5.2"> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">110</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">15</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">14</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">40</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">53</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">122</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">19</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim>

<Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">13</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">13</Dim> </Item> <Item> <Dim prop="PI_RUB">200</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">65</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">108</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">18</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">22</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">32</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">41</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">113</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">22</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">14</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">25</Dim>

<Dim prop="PI_VALNUM">18</Dim> </Item> <Item> <Dim prop="PI_RUB">210</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">54</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">105</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">24</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">7</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">16</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">62</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">109</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">17</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">19</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">23</Dim> </Item> <Item> <Dim prop="PI_RUB">220</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">46</Dim>

</Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">123</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">45</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">33</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">20</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">46</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">144</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">29</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">25</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">32</Dim> </Item> <Item> <Dim prop="PI_RUB">230</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">37</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">83</Dim> </Item>

<Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">18</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">15</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">13</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">25</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">71</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">16</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">13</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">13</Dim> </Item> <Item> <Dim prop="PI_RUB">240</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">41</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">75</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">42</Dim> </Item> <Item>

<Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">12</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">4</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">37</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">95</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">25</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">12</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">250</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">32</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">65</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">35</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">6</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim>

<Dim prop="PI_COL">30</Dim> <Dim prop="PI_VALNUM">15</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">40</Dim> <Dim prop="PI_VALNUM">12</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">68</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">33</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">5</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">12</Dim> </Item> <Item> <Dim prop="PI_RUB">260</Dim> <Dim prop="PI_COL">35</Dim> <Dim prop="PI_VALNUM">15</Dim> </Item> <Item> <Dim prop="PI_RUB">270</Dim> <Dim prop="PI_COL">45</Dim> <Dim prop="PI_VALNUM">669</Dim> </Item> <Item> <Dim prop="PI_RUB">270</Dim> <Dim prop="PI_COL">50</Dim> <Dim prop="PI_VALNUM">722</Dim> </Item> </Data> <Data form="1.5.3"> <Item> <Dim prop="PI_RUB">300</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">300</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item>

<Dim prop="PI_RUB">300</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">300</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">300</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">850</Dim> </Item> <Item> <Dim prop="PI_RUB">310</Dim> <Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">310</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">850</Dim> </Item> <Item> <Dim prop="PI_RUB">310</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">310</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">310</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">212.5</Dim> </Item> <Item> <Dim prop="PI_RUB">320</Dim> <Dim prop="PI_COL">25</Dim> <Dim prop="PI_VALNUM">1700</Dim> </Item> <Item> <Dim prop="PI_RUB">320</Dim> <Dim prop="PI_COL">10</Dim> <Dim prop="PI_VALNUM">425</Dim> </Item> <Item> <Dim prop="PI_RUB">320</Dim> <Dim prop="PI_COL">20</Dim> <Dim prop="PI_VALNUM">425</Dim> </Item> <Item> <Dim prop="PI_RUB">320</Dim>

<Dim prop="PI_COL">05</Dim> <Dim prop="PI_VALNUM">425</Dim> </Item> <Item> <Dim prop="PI_RUB">320</Dim> <Dim prop="PI_COL">15</Dim> <Dim prop="PI_VALNUM">425</Dim> </Item> </Data> <Data form="2.1" action="nihil"/> </Report> </DeclarationReport>