chandrakant karale

Ranch Hand
+ Follow
since Nov 21, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by chandrakant karale

I have a method call which is throwing NullpointerException at

return(Integer)getSqlMapClientTemplate().queryForObject("selectBenefitCountWhereNotXInResRecThread",requestIdentifier);


The query is supposed to return a integer value. If the requestIdentifier is absent in the table it will return a NULL object(as per ibatis doc).
Can the result of IF statement be true if the value returned by query is NULL?

NullPointer exception will only be thrown if the query returns null as null type will casted to Integer, and then before return , unboxed to int, which will throw an exception.

But for this to happen the IF statement needs to evaluate to true. How it evaluates to true.





I understand that multiple calls to the same method in if statement are not proper; but need to root cause this;

Are there any global indexes on the table?



No there are no global indexes on the table. Only local index on a KEYCOLUMN

Partitions are usually expected to be dropped when they are no longer in any use. You should either modify the criteria of your query to skip rows from partitions that are eligible for purging (this might actually speed up your query, as partition pruning might kick in), or modify the purging to postpone dropping partitions so that your regular processing has enough time to process all the records



Partitions which are being dropped are indeed no longer required. Filtering(skipping rows) is done in the application. If the criteria of the query is modified to skip the rows, it becomes expensive. Current query is as simple as
select * from TARGETTABLE WHERE KEYCOLUMN='VALUE' - which returns rows from multiple partition.

Partition purging has to be done online; any downtime is to be avoided.

Yet to reproduce this issue in test.
Sure, I will revisit the design.

Thanks a lot.



I have a scenrio where, while iterating over a resultset, the partitions in the underlying table may get deleted due the
scheduled purging activity. ORA-01410: invalid ROWID is thrown if the row in resultset gets dropped due to partition deletion.
I would like to handle this and continue to next row of the resultset.

Calling next() on a resultset, for which a previous next() call has raised exception will work or not?
Still in process of unit testing
This is how I try to handle it.



moveNext() method definition



I am using Oracle 10, jdk 1.6
The exception stack trace is

java.sql.SQLException: ORA-01410: invalid ROWID



at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)

at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)

at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)

at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)

at oracle.jdbc.driver.T4CStatement.fetch(T4CStatement.java:1006)

at oracle.jdbc.driver.OracleResultSetImpl.close_or_fetch_from_next(OracleResultSetImpl.java:314)

at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:228)

at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)

at java.lang.reflect.Method.invoke(Method.java:612)

at oracle.ucp.jdbc.proxy.ResultSetProxyFactory.invoke(ResultSetProxyFactory.java:190)

at $Proxy2.next(Unknown Source)


It appears the you are getting some Strings as null values. Just check for null values and react properly.



Thanks for the reply. I will include this check.

What bothers me about this error is the random nature of it. In a re-run of all files which produced this exception, there was no exception thrown.

13 years ago
Would like to add
- that same file got processed without any exception in the second run; with the same code.
- The bug is not reproducible all the times.
- The files which throw this exception; got reprocessed successfully.
- This code is responsible for processing millions of such strings; and is part of a daemon which runs 24 X 7.

To me

And finally, what version of Java are you using? It's possible you've found some bug in an older version of Java here.


seems to be the case.



The TOP of stack


PME [StandardJob_Dispatcher2] 163:14:54:15:040: java.lang.NullPointerException
PME [StandardJob_Dispatcher2] 163:14:54:15:041: [PM01180] unexpected exception: 'java.lang.NullPointerException
at com.mycompany.dummy.lookups.GetDetailsFromUsageBucketString.get(GetDetailsFromUsageBucketString.java:113)



data_for_processing.java contains strings which are being processed
source_snapshot.gif contains source snapshot;I have blurred unrelated details.



JVM details are as follows :

bash-3.2$ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap6460sr1-20080419_01(SR1))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460-20080416_1876
2 (JIT enabled, AOT enabled)
J9VM - 20080415_018762_BHdSMr
JIT - r9_20080415_1520
GC - 20080415_AA)
JCL - 20080412_01

Sample Strings are
null
1;19990101;20130228;0.57|22;20100505;20100620;3071.41
1;20090903;20110902;40.00
1;20100210;20100725;11475.22
1;19990101;20130207;1567.52|22;20100605;20100606;19.00
1;19990101;20170921;4273.51|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;20080913;20170911;184.00
1;20100126;20121021;100.00
1;19990101;20130130;13494.67|2;20100507;20100606;255.00
1;20100428;20130219;377.00
1;20100420;20130213;0.00
1;19990101;20130222;3248.84|22;20100605;20100606;0.00
1;19990101;20130224;16.25|2;20100601;20100607;56.00|22;20100601;20100607;698.00
1;20100514;20130206;91.81
1;20100315;20121212;46.00
1;20100514;20130228;17.20|20;20100605;20100608;20.00
1;20100517;20130209;18629.25|18;20100517;20100616;49.00
1;19990101;20130122;59.73
null
1;19990101;20170923;33089.09
null
1;19990101;20170323;59.54|20;20100429;20100502;10.00
1;20100315;20121212;0.00
null
1;19990101;20171011;0.90|2;20100529;20100607;56.00|18;20100527;20100626;60.00|22;20100529;20100607;630.00
1;20100130;20130228;2918.22|20;20100605;20100608;10.00
null
1;20100527;20130224;224.60|2;20100601;20100607;66.00|22;20100601;20100607;2464.20
1;20090831;20110830;0.00
1;19990101;20170911;27061.09
null
1;20091213;20121204;603.00
1;19990101;20171120;43633.54
1;19990101;20130202;8105.70
1;19990101;20170912;37.60
1;20100501;20130224;1144.40
1;19990101;20121224;105.02
1;20091213;20130106;4.00
1;19990101;20130222;33037.66
1;19990101;20130202;2310.41
1;19990101;20171122;3492.96
1;20091025;20100823;22067.00
1;20100527;20130219;3488.00
1;19990101;20170809;10.16
null
1;20080913;20170911;19.67|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;20100426;20130204;139.07
1;20090904;20110903;14.00
1;20091213;20130227;374.00|20;20100604;20100607;10.00
1;20100131;20121026;58.00
null
1;20081006;20130121;16.38
1;20100202;20130221;6.00|2;20100529;20100628;419.00
1;19990101;20130224;28.33
1;20090514;20130208;1342.00
1;20091124;20130228;2041.00|20;20100601;20100701;66.00
1;19990101;20170731;31242.98
1;20100519;20130212;154.00
1;20100604;20130227;5992.00
1;20091221;20120915;382.53
null
1;19990101;20170910;169191.97
1;19990101;20130218;11.00
null
null
1;20100216;20130226;390.00
1;19990101;20130215;23984.67|22;20100605;20100606;0.00
1;19990101;20130212;7831.12
1;20080806;20130210;26.54
1;19990101;20170929;0.44|20;20100604;20100607;10.00|22;20100605;20100606;0.00
1;20100421;20130227;40.00|20;20100520;20100607;100.00
1;19990101;20130222;948.00
1;20091213;20121214;95.00
1;20100320;20121213;0.00
1;19990101;20130224;12.00
1;19990101;20171025;6011.32|22;20100605;20100606;100.00
1;20100305;20130114;1762.00
1;20100601;20130228;6239.80
1;19990101;20130106;4865.32
1;19990101;20130228;3956.42|20;20100605;20100608;10.00
null
1;20100225;20130201;38.00
1;20100505;20130225;2832.56
1;20090520;20130126;153.25
1;20090321;20130228;1528.20|20;20100605;20100608;10.00
1;20100513;20130226;187.61|12;20100513;20100612;9100.00|18;20100606;20100606;1000.00|22;20100601;20100618;7362.80
1;19990101;20121120;104.74
1;20100514;20130216;65.50
1;19990101;20110515;50.84
1;20100112;20121007;26255.40
1;19990101;20130216;3347.00|22;20100603;20100604;0.00
1;19990101;20111110;697.68
1;20090825;20110825;30.00|3;20090825;20100825;192200.00
1;19990101;20170925;30648.52
1;20090701;20130226;2648.26|2;20100529;20100628;100.00|20;20100603;20100606;10.00
1;19990101;20130215;5751.00
1;20080806;20130228;2422.00|20;20100605;20100608;10.00
1;19990101;20170917;4597.89
1;20090827;20110826;47.00
1;19990101;20130225;8138.79
1;19990101;20130227;3378.67|20;20100604;20100607;10.00
1;20100517;20130217;13130.00
null
1;20100131;20121026;123.00
1;20080508;20130213;86.14|3;20100521;20100620;3800.00
1;20091213;20130203;98.00
1;19990101;20170808;1.99
1;19990101;20130228;8325.85
1;19990101;20130226;3522.73|2;20100528;20100627;447.00
1;19990101;20170816;50978.40
1;20081121;20130228;434.40
1;19990101;20100704;45.21|3;20100602;20100702;23000.00
1;20090915;20180913;444.11
1;19990101;20121130;118.45
1;20090724;20130203;1098.00
null
1;19990101;20130227;239.00
1;20100223;20121119;27.06
1;19990101;20130216;41543.39
1;20100225;20130110;6935.76
null
1;20100420;20130113;2334.00
null
1;19990101;20170923;2090.00
1;20081111;20101110;15209.00
1;19990101;20130207;4062.00
1;19990101;20130227;8828.00
1;20081103;20130228;4110.80|20;20100605;20100608;10.00
1;19990101;20130219;44.00|3;20100605;20100605;0.00|12;20100207;20100618;2400.00
1;19990101;20130212;4141.60
1;19990101;20130112;0.08
1;20100501;20130219;8.00
null
null
null
1;19990101;20110914;2902.00
1;20100131;20121026;0.00
1;20090729;20130120;26.19
1;20080820;20120717;41.00
1;20081103;20130228;247.00|22;20100605;20100606;88.00
1;19990101;20130223;26754.66
null
1;20090512;20121120;33.00
1;20100216;20130227;438.00
1;20100224;20130116;0.00
1;20100406;20130106;53.00
1;20100328;20130204;36.00|20;20100510;20100515;20.00
1;20100513;20130228;4716.60|20;20100605;20100608;10.00
1;20080913;20170911;2201.00|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20130213;1878.63
1;19990101;20130227;1349.10|20;20100602;20100607;20.00
1;20080418;20130223;2430.00
1;20100329;20130227;1973.00|20;20100604;20100607;30.00
1;20100504;20110504;57358.00
1;20100225;20130215;37.00|20;20100523;20100526;10.00
1;19990101;20121218;363.29
1;20100515;20130208;3733.00
1;19990101;20130215;0.00
1;19990101;20171029;22917.89
1;19990101;20170704;321.28
1;20091103;20130224;2638.93|2;20100518;20100617;313.00|22;20100605;20100606;0.00
1;19990101;20120517;65.00
1;20081103;20121224;0.00
null
1;20091222;20130228;718.00|22;20100605;20100606;0.00
1;19990101;20170808;3472.39
1;20091029;20121025;5.00
1;19990101;20130225;160.27
null
1;19990101;20130225;3342.92
1;19990101;20121203;75.00
1;19990101;20120911;40.32
1;19990101;20170729;6444.34
1;20100215;20130203;0.00
1;20100601;20130224;7868.00
1;20100503;20130210;79.00
1;20090922;20100703;540.00
1;19990101;20180711;4067.00
1;19990101;20170801;1878.83
1;19990101;20170323;69.09
1;20100130;20121203;0.00
1;20090320;20121204;481.00
1;20100524;20130219;180.00
1;20100411;20130224;1770.00
null
1;19990101;20130215;126.46
1;19990101;20130202;31967.00
1;19990101;20130227;2040.01|2;20100311;20100704;404.00
1;20100601;20130224;2169.00
1;20090831;20110831;10.00|3;20090831;20100831;159800.00
1;20100405;20121229;77.00
1;19990101;20130227;28.50|20;20100604;20100607;10.00
1;19990101;20121126;47.00
1;19990101;20130202;49386.40
1;20100131;20121223;0.00
1;19990101;20170910;3226.75|20;20100603;20100606;10.00
1;19990101;20130214;13523.89
1;20090803;20130219;10480.48|2;20100506;20100614;325.00|3;20100515;20100614;64800.00
1;19990101;20130225;586.74
1;19990101;20130202;6380.00
1;20100426;20110426;60562.00
null
1;20100601;20130224;7465.00
2;19990101;20101231;0.00
1;20100129;20130214;0.00
1;19990101;20171018;17274.37
1;20100418;20130121;184.00
1;20100516;20130224;0.00
1;20080422;20170420;725.00
null
1;20100403;20121227;42.00
1;20100403;20130216;31.00
1;19990101;20130221;14.93
1;20100506;20110506;57664.00
1;20100315;20130202;13.00
1;20100201;20130214;497.00
null
1;19990101;20170703;21305.70
1;20100411;20130223;29.20|20;20100531;20100603;10.00
1;19990101;20170818;4739.77
1;20100217;20121113;2811.00
1;20080629;20130227;8612.63
1;19990101;20121207;4407.92|22;20100605;20100606;0.00
1;20090331;20130228;1982.54|20;20100604;20100608;20.00
1;20100225;20121220;20.00
1;20100312;20130223;1.00|12;20100514;20100613;2100.00
1;20081224;20101223;912.00
1;20081103;20130219;12719.00
1;20081103;20130122;36.65
1;19990101;20130220;12884.96
null
1;19990101;20130220;41.00
1;19990101;20130227;190.00|20;20100603;20100607;20.00
1;20100309;20130224;1038.00
1;20090409;20130228;1695.89|20;20100605;20100608;10.00|22;20100605;20100606;100.00
1;19990101;20130228;8401.76|22;20100605;20100606;100.00
1;20081212;20121112;431.50
1;19990101;20130114;32795.03
1;20081103;20130223;32.98
1;20081103;20130227;48.00
1;19990101;20170912;8.99
null
1;19990101;20170815;8217.03
1;20100313;20110314;6.00
1;19990101;20130210;20129.77
1;20090320;20130228;6.60
1;19990101;20170702;169.00
null
1;20090327;20130228;754.50|20;20100604;20100607;3.00
null
1;20100406;20130106;493.00
1;20090409;20121105;8.77
1;19990101;20130221;42934.53
1;20091102;20130223;1511.56
1;20091219;20120913;2.00
1;20100506;20130228;827.55|20;20100605;20100608;10.00
1;20100510;20130220;894.00
1;20100512;20130221;7375.00
1;19990101;20171021;26524.12
null
1;20100129;20121025;0.00
1;20100216;20130226;4193.00|20;20100603;20100606;10.00
1;19990101;20170919;15742.15
1;19990101;20130228;468.65|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20130227;8271.00
1;19990101;20170812;1144.00|22;20100605;20100606;0.00
1;20091126;20130227;335.00|22;20100605;20100606;8.00
1;20090722;20130117;116.00
1;20091218;20120912;54.00
1;20100510;20130202;3357.00
1;20081212;20130227;24.00
1;19990101;20130101;4395.00
1;20081226;20101225;1792.00
1;20080517;20130208;41.00|22;20100517;20100518;100.00
1;20090824;20110824;434.00
1;20100129;20121025;0.00
1;20081103;20130222;29.00|20;20100528;20100602;20.00
1;19990101;20130207;14.47
1;19990101;20130210;822.80
1;19990101;20130225;15349.04|8;20100605;20100605;100.00
1;20100510;20130226;5406.00|20;20100603;20100606;10.00
1;20100306;20130211;42.00
1;19990101;20130228;7.80|22;20100605;20100606;100.00
null
1;20090324;20130228;1904.40|20;20100605;20100608;10.00
1;20081119;20121209;16.96
1;20091028;20121210;33.77
1;20090827;20110827;11.00
null
1;19990101;20121225;1295.78
1;19990101;20130213;14307.00
null
null
1;20080611;20121010;99.00
1;19990101;20130222;6895.33|22;20100605;20100606;100.00
1;20100411;20130224;219.00
1;19990101;20130226;124.33|12;20100603;20100703;9100.00|18;20100605;20100605;942.00
1;20080525;20100525;8.22
null
1;20090927;20121025;0.00
1;20100425;20100425;0.00|2;20100425;20100425;0.00
1;20100501;20130124;0.00
1;20100425;20100425;0.00|2;20100425;20100425;0.00
1;19990101;20130228;1445.33|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20130225;8733.38|22;20100603;20100604;0.00
1;20100403;20130106;345.00
1;20080422;20170420;36.38
1;19990101;20130227;383.27|20;20100604;20100607;10.00
1;19990101;20170404;1737.38
1;20100501;20130125;44.00
1;19990101;20170424;381.00
1;20091105;20130226;15.00
1;20090930;20130228;6808.02|2;20100527;20100626;423.00|20;20100605;20100705;1000.00
1;19990101;20130222;0.00
1;19990101;20130223;8.15
1;20090827;20110827;46.00
1;19990101;20170422;33061.80
1;20100425;20100425;0.00|2;20100425;20100425;0.00
1;20090907;20180905;52.00|20;20100429;20100503;30.00
1;19990101;20130225;38.18|3;20100525;20100624;20000.00
1;20100510;20130202;431.00
1;19990101;20130117;1044.34
null
1;20081103;20130228;709.00
1;20090407;20130227;26.00
1;19990101;20130222;1408.00
1;19990101;20130126;6466.00
1;19990101;20130227;14697.47
1;20081103;20130117;52.43
1;20090828;20110828;28.00|3;20090828;20100828;150500.00
1;20090415;20130111;160.00
null
1;20080422;20170420;27.00
1;19990101;20170702;28.00|20;20100521;20100526;20.00
1;19990101;20130224;295.67
1;20080422;20170420;8.56
1;19990101;20130228;8684.00
1;19990101;20170323;7433.83
1;20091028;20121101;507.00
1;20100403;20130106;399.00
null
1;19990101;20130216;57820.28
1;20100108;20130227;26.40|20;20100604;20100607;20.00
1;20090724;20130227;3167.00|20;20100604;20100607;10.00
1;20081119;20130224;1728.99
null
1;19990101;20130228;4294.00|20;20100605;20100608;10.00
1;20090805;20121016;21.00
1;20090918;20130210;605.00
1;20100417;20130220;1846.20
1;20091028;20130227;1585.00|20;20100604;20100607;10.00
1;20080422;20170420;4303.00|20;20100604;20100607;10.00
1;20091015;20100815;46734.00
1;19990101;20130227;9.68|22;20100525;20100611;5250.00
1;19990101;20170912;15.00
null
1;19990101;20171124;-1092.48
1;20090929;20130219;14.00|3;20100527;20100626;19900.00
1;19990101;20130227;9877.00
1;20100224;20130119;84.60
1;19990101;20170430;1344.00
1;19990101;20130228;8824.26
1;19990101;20170702;21019.40|22;20100606;20100607;0.00
1;19990101;20171206;16433.80
1;20100406;20130220;1939.10
1;19990101;20130227;31559.33
1;20091104;20121226;33.00
1;19990101;20130220;9372.41
null
null
null
1;19990101;20121102;2920.70
null
1;19990101;20171016;78825.98
1;20091010;20100808;25622.00
1;19990101;20170407;3200.57|20;20100526;20100608;90.00|22;20100605;20100606;0.00
1;19990101;20130203;364.94
1;20090825;20110825;20.00|3;20090825;20100825;60100.00
1;20090909;20110908;500.00
1;19990101;20121104;56499.80
1;20090726;20130220;24.00|3;20100528;20100612;4600.00
1;20100403;20130206;25689.64
1;19990101;20130226;824.33|20;20100603;20100606;10.00
1;20090409;20120825;170.33
1;19990101;20130228;37.75|20;20100605;20100608;10.00
1;20100423;20100423;0.00|2;20100423;20100423;0.00
1;20100513;20130206;2212.00
1;20080728;20130214;18.80|20;20100520;20100525;20.00
1;19990101;20121210;71.09
1;20100403;20121227;49.00
1;20100423;20130116;0.00|2;20100423;20100423;0.00
null
1;20090724;20130120;36.00
1;20100403;20121227;0.00
1;20100318;20130107;177.00
1;20100217;20121115;34.00
1;19990101;20130220;16962.62|12;20100528;20100627;9100.00|18;20100605;20100605;788.00|20;20100528;20100627;959.00|22;20100605;20100606;100.00
null
null
1;20100129;20121025;54.00
1;20090206;20110205;38.00
1;20090901;20110901;9670.00|3;20090901;20100901;163700.00
1;19990101;20121129;373.92
null
null
1;20100403;20121227;99.00
1;20090723;20130222;43.00
1;20100403;20130106;334.00
1;19990101;20130217;3676.51|20;20100525;20100528;10.00
1;20090902;20110902;38.00|3;20090902;20100902;300.00
1;19990101;20170901;225.00
1;19990101;20110914;6.46
1;20091216;20120910;2337.44
1;20090723;20130222;3630.66
1;20080806;20120629;86.00
1;20100312;20130211;1288.47
1;20100403;20121227;0.00
1;20090524;20130227;166.00
1;19990101;20130223;16.00
1;19990101;20130215;3069.00
1;20100522;20130214;5164.00
1;20081213;20101212;0.00
1;20091015;20100826;41370.00
1;20100403;20121227;5.00
1;20100503;20130227;3194.81|20;20100604;20100607;10.00
1;19990101;20170806;650.00
1;20091001;20130107;51.00
1;20100512;20130223;1862.00
1;19990101;20170703;3317.18|20;20100604;20100607;10.00|22;20100605;20100606;0.00
null
1;19990101;20130207;1282.17|22;20100605;20100606;50.00
1;19990101;20171206;84.00|22;20100523;20100530;270.00
1;20080422;20170420;28.88
1;20090709;20121208;55.00
1;19990101;20130228;4036.48|20;20100605;20100608;10.00
1;20090827;20110827;30.00|3;20090827;20100827;188500.00
null
1;20100301;20121127;253.00
null
1;20100429;20130123;65.85
null
1;20100129;20121025;140.00
1;19990101;20130120;280.67
1;19990101;20170905;50.64
1;20081103;20130228;4589.00|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20130228;3440.00|20;20100604;20100608;20.00|22;20100605;20100606;100.00
1;20080711;20130226;3772.67
1;20100403;20121227;31.00
1;20100330;20130112;26.00
1;20090724;20121112;36.00
1;20100327;20130206;0.00
1;20100403;20130201;50.00
1;20100423;20110423;25.00
1;19990101;20130205;4770.76
1;20100403;20121227;23.00
1;20091112;20120909;981.00
1;20100603;20130227;225.00|20;20100604;20100607;10.00
1;19990101;20130228;1335.80|20;20100604;20100608;20.00
1;19990101;20130228;3134.00|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20170704;0.00|22;20100601;20100610;41.20
1;20100213;20121127;31.00
1;20100518;20130211;167.00
1;20090713;20130217;2546.00|22;20100605;20100606;100.00
1;19990101;20170412;5595.20
1;20091110;20121220;82.86
1;19990101;20130225;216.00|22;20100605;20100606;0.00
1;20100131;20121026;51.00
1;20081103;20130226;0.40|20;20100603;20100606;20.00
null
1;20100202;20130211;60.40
1;20090511;20130225;5507.17|22;20100605;20100606;0.00
1;20081103;20130103;80.67
1;19990101;20170629;3740.81|20;20100604;20100607;10.00
1;20100430;20130126;45.00
1;20080617;20120722;34.82
1;20090314;20121126;4288.00|20;20100303;20100306;10.00
1;20100223;20130114;84.00
1;20081103;20130228;9011.14|20;20100604;20100607;10.00
1;20100220;20130218;2.87
1;19990101;20170929;11199.00
1;20090512;20130225;163.67|20;20100517;20100702;842.00
null
1;20090403;20130226;2148.00|20;20100603;20100606;10.00
1;19990101;20170323;10202.00
1;20081022;20171020;5.33
1;19990101;20110914;27.70
1;20100417;20130221;54.60
1;20100513;20130206;2187.00
null
1;20080728;20121224;0.36
1;20080806;20130215;0.00|12;20100523;20100821;3900.00
1;19990101;20130226;2072.66|20;20100603;20100606;10.00
1;20090406;20130218;54.00|3;20100525;20100609;10000.00
1;19990101;20130225;1141.74|22;20100602;20100617;150.00
1;19990101;20130227;0.77|22;20100526;20100611;2944.00
null
1;20100512;20130228;790.00|20;20100605;20100608;10.00
1;19990101;20170702;10867.57
null
1;20100403;20121227;48.00
1;19990101;20171030;3.33
1;19990101;20170703;274.64|3;20100509;20100509;500.00|12;20100217;20100518;2400.00
1;19990101;20170723;4891.11
1;20100404;20130224;244.00
1;20100509;20130225;2001.00
1;20100315;20130127;1.11
1;20090726;20120420;0.00
1;20090626;20130228;4893.44|20;20100605;20100608;10.00|22;20100605;20100606;0.00
null
1;20100414;20130228;1535.20|20;20100605;20100608;10.00
1;19990101;20130214;3027.67
null
1;19990101;20180608;92.93|22;20100605;20100606;0.00
1;20091106;20130225;3243.20
1;20100421;20130223;0.00|22;20100531;20100615;0.00
null
1;19990101;20130204;14156.82|22;20100604;20100605;0.00
1;19990101;20170529;1351.50|20;20100604;20100607;10.00
1;19990101;20130222;45.32
1;19990101;20171028;19850.03
1;20100321;20121217;56.68
null
1;20100531;20130223;398.00
1;19990101;20170703;404.43|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20171031;3936.60|20;20100604;20100607;10.00
1;20081119;20130226;7.46
1;19990101;20130226;164.00|20;20100603;20100606;10.00
1;20091227;20130202;47.80
1;20080526;20121103;253.00
1;19990101;20130226;1140.73
1;19990101;20130228;8028.93|12;20100527;20100626;9100.00|18;20100606;20100606;994.00
1;20100211;20130208;62.00
1;19990101;20100708;37.43|8;20100605;20100605;100.00
1;19990101;20130130;14068.00
null
1;20100310;20130102;10.00
1;19990101;20130225;244.00
1;20100515;20130226;1090.00|20;20100603;20100606;10.00
1;19990101;20170331;11966.20
null
1;20100510;20130202;1009.00
1;20090818;20130227;190.00
1;20100228;20121123;200.00|2;20100228;20100228;0.00
1;20100520;20130212;0.00
1;19990101;20130228;9459.00
1;20080806;20130226;420.57
1;20091029;20121221;1214.00
1;20091003;20130224;357.00
1;20100403;20121227;45.00
1;20100528;20130220;2533.00
1;19990101;20130215;0.00
1;19990101;20130128;13427.52
1;19990101;20170830;19340.00
1;20100406;20121231;11.00
1;20090823;20130215;429.00
1;19990101;20180130;13966.41
null
1;19990101;20120718;-1064.00
1;19990101;20171020;6821.41
1;20100404;20130206;0.00
1;19990101;20130213;7307.90
1;20080422;20170420;4.00
null
1;20100605;20130228;0.00|2;20100605;20100605;0.00
null
1;19990101;20170404;1994.19|22;20100605;20100606;0.00
1;20091011;20121016;315.00
1;20100314;20130223;51.00
1;20090813;20130205;2076.00
1;20080711;20130223;2476.90
1;20100404;20130218;74.00
1;20100531;20130223;680.00
1;20090922;20130224;217.67
1;20080826;20130205;537.00
1;20091229;20130225;0.28|22;20100602;20100617;7156.00
1;20090313;20111209;715.55
1;19990101;20130228;8933.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;19990101;20130214;16368.74
1;20080619;20110618;12.00
1;20100416;20130228;424.00
1;19990101;20130227;1800.12|20;20100604;20100607;10.00
1;19990101;20121119;2.05|3;20100224;20100327;7500.00
1;20090510;20121222;69.19
1;19990101;20170421;13740.47|20;20100515;20100518;10.00
1;19990101;20130225;3298.00
1;20090816;20130228;1320.00|20;20100531;20100608;50.00
1;19990101;20121016;86.00
null
1;19990101;20130213;126.53|2;20100521;20100619;113.00
1;19990101;20130226;2565.13|20;20100602;20100606;20.00
1;19990101;20121213;6.00|22;20100320;20100327;5500.00
1;20100219;20130223;0.88
1;20081114;20171216;46.22
1;20100131;20121026;74.00
1;19990101;20130226;3162.00|20;20100603;20100606;10.00
1;20100322;20121215;10362.00
null
null
1;20090407;20130227;3.80
null
1;20100218;20121229;39.00
1;19990101;20130228;8360.60
1;20090514;20130109;39.00
2;19990101;20101231;0.00
1;20100529;20110528;500.00|2;20100529;20100529;0.00
null
1;20100403;20130228;220.00
1;19990101;20130122;1156.99
1;20100528;20130220;2526.00
1;20100415;20130115;658.00
1;20100211;20121106;200.00
1;20090927;20130106;610.00
1;19990101;20130225;14.00
1;19990101;20130219;539.72
1;19990101;20171206;12.69
1;20091129;20130217;0.00
1;20090714;20180712;90.00
1;19990101;20130215;44.26
1;19990101;20130225;1395.23|22;20100605;20100606;0.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
null
1;20090506;20121024;32.00
1;20100415;20130130;334.00
1;20100504;20130226;823.01|20;20100603;20100606;10.00
null
1;20080422;20170420;4483.40|22;20100605;20100606;100.00
1;20080422;20170420;6808.00
null
1;20091105;20130218;435.00|22;20100526;20100527;100.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;19990101;20130214;9.20
1;20100210;20130228;420.00|20;20100605;20100608;10.00
null
null
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20090915;20121226;81.00
1;19990101;20130224;11021.47
1;20090522;20130228;15.70|20;20100605;20100608;20.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20091013;20100410;10.00
1;20100423;20130116;0.00|2;20100423;20100423;0.00
1;20090730;20121120;84.00
1;19990101;20130215;4926.36
1;20100423;20130116;847.00
1;19990101;20171024;1741.57
1;19990101;20120923;0.98
1;19990101;20130224;8587.62|22;20100605;20100606;100.00
1;20100429;20130221;511.01|20;20100529;20100601;10.00
1;19990101;20110407;46.00
1;19990101;20130209;56.40|22;20100527;20100528;100.00
1;20081103;20121117;3.25
1;19990101;20130107;803.82
1;20081103;20130219;2622.53
null
null
1;19990101;20130215;160.00|2;19990101;20101231;73.00|3;19990101;20101231;5.00
null
1;19990101;20171108;20157.27
1;19990101;20130226;0.74|20;20100412;20100624;0.47
null
null
1;20100308;20121205;15322.00
null
1;20100403;20130222;13.20
null
1;20090425;20130126;0.20
1;20090903;20110903;40.00|3;20090903;20100903;11500.00
null
1;20090714;20130210;25.00
null
1;20100502;20130125;1187.00
1;19990101;20130226;55.00|20;20100601;20100606;20.00
1;19990101;20120521;50.00
1;19990101;20130222;0.99
1;20100222;20130226;51.00
1;20080826;20130121;120.00
1;20100605;20130228;2018.00
1;19990101;20121228;14485.08
1;20090923;20121215;946.00|20;20100320;20100325;30.00
1;20091213;20130225;1144.00
1;20100601;20130227;34708.00
1;19990101;20170318;0.03|3;20100605;20100605;500.00|12;20100321;20100619;2400.00|20;20100603;20100606;10.00|22;20100605;20100606;0.00
1;20100319;20121212;200.00|2;20100319;20100319;0.00
1;20090826;20110826;56.00|3;20090826;20100826;138100.00
1;20100405;20130225;0.00|22;20100602;20100617;8.60
1;20100501;20130202;268.83
1;20100418;20130228;50.80|20;20100605;20100608;10.00
1;19990101;20121028;39.63
1;19990101;20130213;5063.12|22;20100605;20100606;0.00
1;19990101;20170404;1045.10|20;20100603;20100606;10.00
null
1;19990101;20130216;1438.80
1;20091117;20130109;353.00
1;20100209;20130119;0.60
null
null
1;20081119;20130106;93.00
1;20100409;20130223;0.60
1;19990101;20130116;4048.53
null
1;20091012;20100428;10.00
1;19990101;20130228;4664.67|20;20100605;20100608;10.00
1;19990101;20170323;32.00
1;20100401;20130214;38.00
1;20100302;20130128;87.00
1;19990101;20130222;24074.40
1;19990101;20130222;154.39
1;19990101;20130227;1440.13|20;20100604;20100607;8.00
1;20091204;20130118;36.80|20;20100423;20100427;19.00
1;20080515;20110514;3.00
null
1;19990101;20170814;1477.00
1;20081103;20130214;47.36
1;20100603;20130226;31202.00
1;19990101;20130223;27.00
1;20081103;20130218;28.00|2;20100226;20100625;1066.00
1;19990101;20130226;972.00|20;20100603;20100606;10.00
1;19990101;20130224;53.67
1;20090821;20130214;40.62
1;19990101;20130223;7.78
1;20100405;20130114;10.00
1;19990101;20130224;255.84
null
1;19990101;20121202;230.00
1;19990101;20130228;1093.96|20;20100605;20100608;10.00
1;20091209;20121226;27.10|2;20100319;20100418;118.00|20;20100402;20100405;10.00
1;19990101;20130115;117.10
1;20081103;20130224;34.63
1;19990101;20170705;2460.39
1;20080711;20130112;53.94
1;19990101;20130222;36.00
1;19990101;20170422;2543.16|2;20080714;20100702;317.00
1;20100528;20130220;2521.00
null
1;20080422;20170420;33.00
1;20100512;20130222;81.00
1;19990101;20130211;33278.47
null
null
1;20081021;20101020;50.00
1;20090620;20130202;89.37
1;20100531;20130228;435.00|2;20100605;20100611;52.00|22;20100605;20100611;5597.00
1;20090911;20110911;34.00|3;20090911;20100911;194300.00
1;20100205;20130226;2068.00|20;20100603;20100606;10.00
1;19990101;20100630;3611.00|20;20100605;20100608;10.00
1;19990101;20130219;5464.00
1;20090917;20130212;0.00
null
null
1;19990101;20130215;5394.96
1;20090820;20130228;1749.00|20;20100605;20100608;10.00|22;20100602;20100609;0.00
1;19990101;20121209;159.28|20;20100316;20100319;10.00
1;19990101;20171019;23698.93|2;20100427;20100705;981.00|3;20100601;20100701;74100.00
1;19990101;20130218;2577.96
1;20091020;20120917;44.00
1;20100501;20130225;1018.00
1;20100604;20130227;1355.00|20;20100604;20100607;10.00
1;20100504;20130219;5047.00
1;20100125;20121210;20.40|20;20100317;20100320;10.00
null
1;19990101;20130119;81.63
1;19990101;20130209;548.00
1;20090829;20110829;96.00|3;20090829;20100829;193200.00
1;20091028;20130127;2517.00
1;20100217;20130224;8.80
1;20080611;20110610;479.87
1;20100605;20130228;2536.00|2;20100605;20100605;0.00
1;20080611;20110610;17.37
null
1;20090924;20130113;8847.58
1;20091206;20130211;8.80
1;20090830;20110830;47.00
1;19990101;20130204;29797.00
1;20090831;20121222;65.00
1;20100528;20130220;2526.00
1;20091109;20121220;0.20
1;19990101;20130214;342.49|20;20100522;20100525;10.00
1;20100504;20130127;1457.00
1;20100409;20130217;2995.00
1;19990101;20170728;4776.99
1;19990101;20130213;2152.00|22;20100604;20100605;100.00
1;20090218;20130206;1098.00
1;20100416;20130211;47.60
1;19990101;20130222;160.00|22;20100605;20100606;100.00
null
null
1;20100323;20130213;64.20
1;19990101;20171221;2007.24|22;20100605;20100606;100.00
1;19990101;20130226;7299.38
null
1;20100421;20100421;0.00|2;20100421;20100421;0.00
null
1;20081103;20130207;189.80
null
1;20100401;20130202;4558.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20080711;20130228;589.60|20;20100603;20100608;30.00
null
1;20100106;20130223;38.00
1;20090220;20130227;349.57|3;20100524;20100704;17200.00|8;20100606;20100606;93.00
1;20080826;20130217;2.80
2;19990101;20101231;0.00
1;20100502;20130224;11.01
1;20080528;20100528;23.52
1;20100410;20130227;59.20|20;20100515;20100607;209.00
1;19990101;20130221;7312.00
1;20080620;20130220;0.38
1;20100228;20121123;200.00|2;20100228;20100228;0.00
1;20080613;20130223;4.18|2;20100529;20100628;373.00
1;20081103;20130228;15.00|20;20100603;20100606;10.00
1;20091106;20120930;4430.20
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;19990101;20130129;24.21
null
1;20090915;20130228;87.00|20;20100605;20100608;10.00|22;20100531;20100615;0.00
1;20090827;20110827;67.30
1;20100502;20130129;58.00
1;20081027;20171025;50.36
1;20100131;20121026;55.00
1;20100526;20130226;387.00|20;20100603;20100606;10.00
1;20080913;20170911;24.00
1;20100108;20130121;1713.00|20;20100428;20100501;10.00
1;20090818;20130227;312.60|20;20100601;20100607;1.00
1;20100209;20121201;13.80
1;19990101;20130225;34.00
1;20080711;20121015;0.00
1;20100125;20130215;872.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20080711;20130225;2440.62|22;20100605;20100606;0.00
1;20080622;20130228;595.26|22;20100605;20100606;0.00
1;20090809;20121207;4273.00|20;20100314;20100317;10.00
null
1;19990101;20130216;26958.80|22;20100605;20100606;0.00
1;20090913;20130221;52.00
null
null
1;20100505;20130214;1395.00
1;19990101;20170320;9053.00
null
null
1;19990101;20130216;4752.32
1;20081022;20171020;66.22
1;20100131;20121026;70.00
1;20100605;20130228;2455.00|2;20100605;20100605;0.00
1;20090929;20130228;34.60|20;20100605;20100608;10.00
null
1;20080713;20130222;4879.00
null
1;19990101;20130107;48.30
null
1;19990101;20130217;57445.25
1;20080913;20170911;51727.00
1;20100421;20100421;0.00
1;19990101;20130225;7016.34
1;20090821;20120828;-2492.61
1;20090825;20110825;5.00|3;20090825;20100825;172900.00
1;20090828;20110828;0.00|3;20090828;20100828;194900.00
1;20090610;20121019;592.00
1;20091003;20130225;3709.31|20;20100602;20100605;10.00|22;20100602;20100603;100.00
1;19990101;20120519;48.52
1;19990101;20180502;2207.61
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;19990101;20130228;314.00|20;20100604;20100608;20.00
1;20080422;20170420;2134.33
1;20100504;20130224;2086.00
1;20100423;20130116;0.00|2;20100423;20100423;0.00
1;19990101;20170727;768.00
1;20100603;20130228;1844.00|20;20100604;20100608;20.00
1;19990101;20170323;1173.99
1;20080422;20170420;3725.47|20;20100605;20100608;7.00
1;20081212;20130228;2224.00|20;20100605;20100608;10.00|22;20100605;20100606;0.00
1;19990101;20130225;1329.17|22;20100605;20100606;100.00
1;19990101;20130228;1696.14|20;20100605;20100608;10.00
1;19990101;20130213;25772.00
1;20100509;20130227;150.00|20;20100604;20100607;10.00
1;20090904;20110904;19570.29|3;20090904;20100904;158200.00
1;20081119;20130102;21.00
1;20100202;20130225;14.00
1;20100205;20130228;2902.00|20;20100605;20100608;10.00
1;19990101;20130225;269.07
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20081103;20130226;1639.08|20;20100603;20100606;10.00
1;20100429;20130227;65.67|4;20100604;20100624;225.00
null
1;20090826;20110826;30.00|3;20090826;20100826;72700.00
1;20080523;20130224;5919.91|22;20100605;20100606;100.00
1;19990101;20170731;68.82
1;20080826;20130223;0.68|22;20100531;20100607;3872.00
1;19990101;20170629;3125.36|20;20100603;20100608;20.00
1;19990101;20170703;1721.29
1;19990101;20120611;35.42
1;19990101;20170313;22051.59|22;20100605;20100606;0.00
1;20090717;20130224;4378.00
1;20091113;20130221;3.00
1;20091102;20121221;26.00
1;20090717;20121231;23.40
1;20091120;20130227;32.00|20;20100603;20100607;20.00
null
1;20100421;20100421;0.00
null
1;20080806;20130224;7.00
1;20100528;20130220;3785.49
1;20100506;20130227;3851.40|20;20100603;20100607;20.00
1;20091013;20100704;18.00
1;20100421;20100421;0.00|2;20100421;20100421;0.00
1;20100401;20121225;56.00
1;20100420;20130113;0.00
1;19990101;20120614;91.00
1;19990101;20121110;113.00
1;20090929;20130219;5.94|20;20100527;20100530;10.00
1;20090901;20110901;8.00|3;20090901;20100901;167200.00
1;19990101;20120715;1406.78
null
1;19990101;20130204;8397.21
1;20100509;20130224;1968.00
1;19990101;20130225;2429.00|22;20100605;20100606;0.00
1;20080826;20130227;0.60|22;20100604;20100611;2149.20
1;20100114;20130225;1014.66|20;20100602;20100605;9.00|22;20100603;20100604;100.00
1;20100429;20130128;338.00
1;20100605;20130228;4233.00|2;20100605;20100605;0.00|20;20100605;20100608;10.00
1;20100401;20130222;40.00
1;19990101;20130225;7.96|2;20100524;20100623;380.00|22;20100528;20100617;30.00
1;20100131;20121026;55.00
null
1;20090824;20110726;25.00
1;20100413;20130119;23.00
1;19990101;20120808;16.67
1;20100122;20121017;7090.00
1;20100411;20130104;0.00
1;19990101;20130215;24403.32|22;20100605;20100606;0.00
1;20100130;20130224;3551.20
1;20100128;20130124;55.80
1;20100401;20130222;498.00
null
1;20091106;20130228;57.40|20;20100605;20100608;0.57|22;20100604;20100612;3605.00
1;20100409;20130221;0.40
null
1;19990101;20121227;15.00
1;20080711;20121223;6827.42
1;20100502;20130201;701.93
1;19990101;20130208;78.00|20;20100516;20100615;1.00
1;20100514;20130206;575.00
1;19990101;20130110;6243.97
null
1;20091101;20130126;1.00
1;20091108;20130226;16.00|22;20100603;20100610;3844.00
1;20090909;20110909;5.00|3;20090909;20100909;162500.00
1;20091108;20130209;6192.00|22;20100605;20100606;0.00
1;20080826;20121231;31.20
1;20090902;20110902;20.00|3;20090902;20100902;186200.00
1;19990101;20120623;323.89
1;20100603;20130226;2420.00|20;20100603;20100606;10.00
1;20100421;20110422;37950.00
1;19990101;20130109;1867.00
1;19990101;20130228;1259.16|8;20100606;20100606;99.00|20;20100313;20100701;119.47
1;20090828;20110828;96.00|3;20090828;20100828;182100.00
1;19990101;20130121;20393.38
1;19990101;20130226;4159.32
1;20100226;20121121;763.00
1;19990101;20170808;7889.00|20;20100601;20100604;10.00
1;19990101;20130228;8321.56
1;20100428;20130226;49.55|22;20100601;20100610;1349.40
1;19990101;20130224;890.58
1;19990101;20130210;18544.34
1;20080826;20130227;11.15|20;20100604;20100607;10.00
1;20080422;20170420;72.00
1;20100502;20130228;223.99
1;20100425;20130119;1963.00
1;20080806;20130212;43.00|2;20100520;20100604;150.00
1;20090725;20130228;3169.00|20;20100601;20100608;30.00
1;20080826;20130106;11.00
1;20081103;20130223;300.00
null
1;19990101;20120128;79.99
1;20100110;20130226;0.65|20;20100601;20100606;10.00
1;20100408;20130222;67.20
1;19990101;20130221;1340.44
1;19990101;20130126;86.88|20;20100503;20100506;10.00
1;20100319;20121228;0.20
1;20090209;20130227;27.00|20;20100604;20100607;10.00|22;20100605;20100606;0.00
1;19990101;20130220;5438.88
1;20091117;20130226;1560.60|20;20100603;20100606;10.00
1;20081103;20130227;24.00
1;20090825;20110825;1955.00
1;20091120;20130228;4527.00|20;20100605;20100608;10.00
1;20100211;20130209;0.00
null
1;20100515;20130224;0.00
1;20100131;20121026;58.00
1;19990101;20130228;1762.97|20;20100602;20100608;30.00
1;20080710;20130225;18496.42
1;20081119;20130222;1908.00
1;20090826;20110826;18.00
null
1;20100413;20130227;9.00
1;19990101;20130225;2562.93|22;20100604;20100605;100.00
null
1;19990101;20130227;606.00
1;19990101;20130220;1916.40
1;20100314;20130129;49.00
1;19990101;20170312;32527.55
1;20100603;20130226;2559.00
1;20100410;20130227;0.50
1;19990101;20110914;0.00
null
null
1;20100602;20130225;0.00
1;20090824;20110824;40.00|3;20090824;20100824;185400.00
1;20090325;20130222;657.00
1;20091120;20130210;40.05
1;19990101;20130206;45.80
1;19990101;20130226;7248.00
1;20080422;20170420;15636.00|22;20100605;20100606;0.00
1;20091119;20121213;17.80|22;20100320;20100327;4290.00
1;19990101;20170714;3981.00
null
1;20100617;112226.84|2;20110217;1365.00|3;20110217;4494136.00|4;20110217;656.00|5;20110217;4669948.00|6;20110217;0.00|8;20100606;8588.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100606;133511.00|28;20100606;2074.80|29;20100606;10281.60
1;20100703;0.00|2;20140903;0.00|3;20140903;5040.00|4;20140913;2.00|5;20140913;5040.00|6;20140913;2520.00|8;20100606;0.00|29;20100606;0.00
1;20100610;36567.00|2;20150210;1.00|3;20150210;115988.00|4;20150210;3.00|5;20150210;130000.00|6;20150210;65000.00|8;20100606;1727.00|26;20100610;16145.00|28;20100606;2123.00|29;20100606;1727.00
1;20100628;3198.00|2;20101228;2490.00|3;20101228;441400.00|4;20101228;144.00|5;20101228;577339.00|6;20101228;8866.00|8;20100606;668.00|10;20101228;2500.00|11;20121231;0.00|26;20100608;0.00|28;20100606;1073.00|29;20100606;-29999920.00
1;20100701;1750.00|2;20111231;1245.00|3;20111231;1902872.00|4;20111231;201.00|5;20111231;4191428.00|6;20111231;4233.00|8;20100606;1140.00|11;20111231;100.00|29;20100606;-29999850.00
1;20100613;10980.00|2;20130913;30.00|3;20130913;103500.00|4;20130913;39.00|5;20130913;139734.00|6;20130913;4233.00|8;20100606;300.00|29;20100606;250.00
1;20100426;100.00|2;20150126;1.00|3;20150126;0.00|4;20150126;1.00|5;20150126;200.00|6;20150126;200.00|8;20100423;0.00|13;20150126;2800.00|26;20100426;0.00|29;20100423;100.00
1;20100704;1270.00|2;20120904;6215.00|3;20120904;672761.00|4;20120906;177.00|5;20120906;4109296.00|6;20120906;0.00|8;20100606;1020.00|29;20100606;920.00
1;20100628;1188.00|2;20150428;20.00|3;20150428;3479.00|4;20150428;3.00|5;20150428;3026.00|6;20150428;1513.00|8;20100606;0.00|26;20100628;289.00|28;20100606;0.00|29;20100606;0.00
1;20100620;315.00|2;20150420;16.00|3;20150420;9105.00|4;20150420;15.00|5;20150420;13125.00|6;20150420;707.00|8;20100525;0.00|26;20100620;35.00|28;20100525;0.00|29;20100525;0.00
1;20100701;4530.00|2;20111231;1087.00|3;20111231;560791.00|4;20111231;122.00|5;20111231;1125834.00|6;20111231;8866.00|8;20100606;1320.00|11;20111231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;-29999398.00
1;20100614;18205.00|2;20120414;103.00|3;20120414;1712500.00|4;20120502;805.00|5;20120502;2955980.00|6;20120502;0.00|8;20100606;1391.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100609;3668.00|28;20100606;0.00|29;20100606;1391.00
1;20100614;6250.00|2;20150514;0.00|3;20150514;6250.00|4;20150514;1.00|5;20150514;0.00|6;20150514;0.00|8;20100606;0.00|26;20100614;6195.00|28;20100606;0.00|29;20100606;0.00
1;20100615;0.00|2;20150315;0.00|3;20150315;154.00|4;20150319;1.00|5;20150319;200.00|6;20150319;200.00|8;20100603;0.00|13;20150319;2800.00|26;20100619;0.00|28;20100603;0.00|29;20100603;0.00
1;20100614;54240.79|2;20150514;0.00|3;20150514;46636.00|4;20150515;24.00|5;20150515;48758.00|6;20150515;1967.00|8;20100606;3290.00|26;20100614;44829.00|28;20100606;4651.00|29;20100606;3917.20
1;20100617;25325.20|2;20150517;153.00|3;20150517;22740.00|4;20150517;3.00|5;20150517;35000.00|6;20150517;35000.00|8;20100606;0.00|26;20100617;18076.00|28;20100606;0.00|29;20100606;300.00
1;20100601;152.00|2;20111231;160.00|3;20111231;241357.00|4;20111231;151.00|5;20111231;693592.00|6;20111231;4233.00|8;20100505;0.00|11;20111231;100.00|26;20100601;0.00|28;20100505;0.00|29;20100505;0.00
null
1;20100614;7759.00|2;20120214;27.00|3;20120214;150414.00|4;20120320;15.00|5;20120320;257971.00|6;20120320;35000.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100612;6516.00|28;20100606;0.00|29;20100606;0.00
null
1;20100525;3003.00|2;20130325;8.00|3;20130325;174974.00|4;20130325;187.00|5;20130325;259317.00|6;20130325;4233.00|8;20100501;509.00|22;20100501;0.00|23;20100501;0.00|24;20100501;0.00|26;20100517;1959.00|28;20100501;991.00|29;20100501;509.00
1;20100615;0.00|2;20150315;0.00|3;20150315;240.00|4;20150319;1.00|5;20150319;200.00|6;20150319;200.00|8;20100606;0.00|13;20150319;2900.00|29;20100606;0.00
null
1;20100703;3671.00|2;20120303;3099.00|3;20120303;401108.00|4;20120322;116.00|5;20120322;530337.00|6;20120322;0.00|8;20100606;460.00|26;20100616;14819.00|28;20100606;0.00|29;20100606;460.00
1;20100628;12591.00|2;20150130;12.00|3;20150130;214600.00|4;20150130;52.00|5;20150130;282299.00|6;20150130;4233.00|8;20100606;1186.00|13;20150130;2800.00|26;20100628;6587.00|28;20100606;1914.00|29;20100606;1186.00
null
1;20100627;17101.20|2;20150527;6.00|3;20150527;13811.00|4;20150527;3.00|5;20150527;4233.00|6;20150527;0.00|8;20100603;2294.00|26;20100627;13056.00|28;20100603;0.00|29;20100603;2741.40
1;20100328;0.00|2;20140831;0.00|3;20140831;600.00|8;20100325;0.00
1;20100701;11477.00|2;20111231;755.00|3;20111231;1673261.00|4;20111231;78.00|5;20111231;3317160.00|6;20111231;50117.00|8;20100606;859.00|11;20111231;100.00|26;20100607;1732.00|28;20100606;961.00|29;20100606;2019.00
null
1;20100513;0.00|2;20141213;0.00|3;20141213;69286.00|4;20141213;36.00|5;20141213;78386.00|6;20141213;4233.00|8;20100414;0.00|26;20100513;0.00|28;20100414;0.00|29;20100414;0.00
1;20100701;1428.00|2;20111231;375.00|3;20111231;177697.00|4;20111231;19.00|5;20111231;588651.00|6;20111231;35000.00|8;20100606;47.00|11;20111231;100.00|26;20100615;107.00|28;20100606;153.00|29;20100606;147.00
1;20100701;468.00|2;20111231;237.00|3;20111231;434170.00|4;20111231;92.00|5;20111231;1404466.00|6;20111231;1513.00|8;20100605;0.00|11;20111231;100.00|26;20100613;10875.00|28;20100605;0.00|29;20100605;0.00
1;20100701;0.00|2;20111231;1706.00|3;20111231;193541.00|4;20111231;147.00|5;20111231;329076.00|6;20111231;1513.00|8;20100605;0.00|11;20111231;100.00|21;20140831;21360.00|29;20100605;0.00
1;20100701;9446.00|2;20150501;3.00|3;20150501;37507.00|4;20150501;9.00|5;20150501;34264.00|6;20150501;4233.00|8;20100606;2231.00|26;20100701;7556.00|28;20100606;3719.00|29;20100606;2231.00
1;20100601;89.00|2;20111231;255.00|3;20111231;124207.34|4;20111231;50.00|5;20111231;240749.00|6;20111231;707.00|8;20100529;0.00|11;20111231;100.00|26;20100619;0.00|28;20100529;0.00|29;20100529;0.00
1;20100613;0.00|2;20141213;0.00|3;20141213;2463.00|4;20141213;2.00|5;20141213;2467.00|6;20141213;1967.00|8;20100515;0.00|26;20100613;0.00|28;20100515;0.00|29;20100515;0.00
1;20100701;1988.00|2;20111231;116.00|3;20111231;450061.00|4;20111231;45.00|5;20111231;1302795.00|6;20111231;35000.00|8;20100606;221.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100607;2727.00|28;20100606;579.00|29;20100606;221.00
1;20100607;40435.00|2;20130107;127.00|3;20130107;423169.00|4;20130107;71.00|5;20130107;563149.00|6;20130107;35000.00|8;20100607;26.00|26;20100628;1559.00|28;20100607;74.00|29;20100607;26.00
1;20100628;2300.00|2;20110330;161.00|3;20110330;376250.00|4;20110401;117.00|5;20110401;888658.00|6;20110401;8866.00|8;20100605;0.00|11;20121231;0.00|26;20100625;0.00|28;20100605;0.00|29;20100605;0.00
1;20100625;57200.00|2;20141025;0.00|3;20141025;889920.00|4;20141025;11.00|5;20141025;790000.00|6;20141025;65000.00|8;20100606;8160.00|29;20100606;6800.00
1;20100627;5469.00|2;20150527;0.00|3;20150527;5469.00|4;20150527;1.00|5;20150527;0.00|6;20150527;0.00|8;20100603;237.00|26;20100627;4570.00|28;20100603;363.00|29;20100603;237.00
1;20100701;1020.00|2;20111231;2845.00|3;20111231;524846.00|4;20111231;78.00|5;20111231;842381.00|6;20111231;1967.00|8;20100606;0.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
null
1;20100613;32002.50|2;20130913;423.00|3;20130913;400980.00|4;20130913;365.00|5;20130913;525187.00|6;20130913;1967.00|8;20100606;840.00|29;20100606;-29999200.00
1;20100626;0.00|2;20150426;10.00|3;20150426;25333.00|4;20150426;6.00|5;20150426;2420.00|6;20150426;2420.00|8;20100529;0.00|26;20100626;0.00|28;20100529;0.00|29;20100529;0.00
1;20091204;0.00|2;20140904;2.00|3;20140904;1740.00|4;20140905;2.00|5;20140905;1414.00|6;20140905;707.00|8;20091117;0.00
1;20100613;14092.00|2;20141213;9.00|3;20141213;59546.00|4;20141213;16.00|5;20141213;35625.00|6;20141213;2420.00|8;20100606;344.00|26;20100613;13287.00|28;20100606;556.00|29;20100606;344.00
1;20100628;0.00|2;20150131;0.00|3;20150131;142.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100606;0.00|13;20150131;2800.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
null
1;20100606;3079.00|2;20131006;30.00|3;20131006;137212.00|4;20131006;35.00|5;20131006;275761.00|6;20131006;0.00|8;20100604;0.00|13;20131006;9500.00|26;20100614;0.00|28;20100604;0.00|29;20100604;0.00
1;20100702;0.00|2;20150202;823.00|3;20150202;7320.00|4;20150202;12.00|5;20150202;13355.00|6;20150202;0.00|8;20100607;0.00|29;20100607;0.00
1;20100612;8020.00|2;20121212;26.00|3;20121212;234154.00|4;20121212;303.00|5;20121212;481280.00|6;20121212;707.00|8;20100606;0.00|13;20121212;19500.00|29;20100606;0.00
1;20100614;12960.00|2;20140514;190.00|3;20140514;149280.00|4;20140514;20.00|5;20140514;240812.00|6;20140514;4233.00|8;20100602;0.00|29;20100602;0.00
1;20100624;3896.00|2;20141124;1.00|3;20141124;23244.00|4;20141124;23.00|5;20141124;25326.00|6;20141124;1967.00|8;20100606;55.00|26;20100624;2281.00|28;20100606;95.00|29;20100606;55.00
1;20100701;2723.00|2;20111231;1792.00|3;20111231;473440.00|4;20111231;82.00|5;20111231;1085445.00|6;20111231;35000.00|8;20100606;180.00|11;20111231;100.00|26;20100624;1513.00|28;20100606;0.00|29;20100606;300.00
1;20100619;1813.00|2;20150519;0.00|3;20150519;1813.00|4;20150520;1.00|5;20150520;1967.00|6;20150520;1967.00|8;20100606;0.00|26;20100619;1478.00|28;20100606;0.00|29;20100606;0.00
1;20100704;2965.00|2;20150604;5.00|3;20150604;2215.00|4;20150604;1.00|5;20150604;0.00|6;20150604;0.00|8;20100606;2215.00|26;20100704;2112.00|28;20100605;3485.00|29;20100606;2815.00
1;20100521;0.00|2;20141221;2.00|3;20141221;0.00|4;20150221;5.00|5;20150221;0.00|6;20150221;0.00|8;20100505;0.00|29;20100505;0.00
null
1;20100701;6949.00|2;20111231;6926.00|3;20111231;2129567.00|4;20111231;156.00|5;20111231;5117547.00|6;20111231;31622.00|8;20100606;990.00|11;20111231;100.00|26;20100606;405.00|28;20100606;1410.00|29;20100606;1190.00
1;20100701;100.00|2;20111231;98.00|3;20111231;148256.88|4;20111231;324.00|5;20111231;586034.00|6;20111231;707.00|8;20100605;0.00|11;20111231;100.00|29;20100605;0.00
null
null
1;20100616;2446.00|2;20150216;1.00|3;20150216;20829.00|4;20150216;11.00|5;20150216;17748.00|6;20150216;707.00|8;20100606;112.00|13;20150216;2800.00|26;20100616;224.00|28;20100606;388.00|29;20100606;112.00
1;20100702;2927.00|2;20120802;11.00|3;20120802;294289.00|4;20120823;35.00|5;20120823;650992.00|6;20120823;0.00|8;20100606;2169.00|26;20100623;2385.00|28;20100606;4355.62|29;20100606;-29998688.00
1;20100701;400.00|2;20111231;3675.00|3;20111231;1885369.00|4;20111231;9370.00|5;20111231;3163871.00|6;20111231;8866.00|7;20120420;1.00|8;20100606;0.00|11;20111231;100.00|26;20100624;0.00|28;20100606;0.00|29;20100606;0.00
1;20100606;8120.00|2;20130806;69.00|3;20130806;209760.00|4;20130806;112.00|5;20130806;289407.00|6;20130806;1967.00|8;20100606;0.00|29;20100606;0.00
1;20100626;6046.00|2;20110626;9626.00|3;20110626;2121592.00|4;20110706;575.00|5;20110706;3736486.00|6;20110706;1967.00|8;20100606;990.00|11;20121231;0.00|26;20100612;16024.00|28;20100606;1694.24|29;20100606;-29999688.00
1;20100621;17557.80|2;20150421;1.00|3;20150421;39536.00|4;20150422;40.00|5;20150422;54486.00|6;20150422;1967.00|8;20100606;81.00|26;20100621;14159.00|28;20100606;79.00|29;20100606;121.00
1;20100702;645.00|2;20110202;623.00|3;20110202;127267.00|4;20110306;40.00|5;20110306;214733.00|6;20110306;1967.00|8;20100607;0.00|11;20121231;0.00|22;20100607;0.00|23;20100607;0.00|24;20100607;0.00|26;20100625;0.00|28;20100607;0.00|29;20100607;0.00
1;20100613;2029.00|2;20141213;38.00|3;20141213;14404.00|4;20141213;6.00|5;20141213;19899.00|6;20141213;8866.00|8;20100603;0.00|26;20100613;1249.00|28;20100603;0.00|29;20100603;0.00
1;20100520;0.00|2;20150320;0.00|3;20150320;0.00|4;20150508;1.00|5;20150508;0.00|6;20150508;0.00|8;20100509;0.00|29;20100509;0.00
1;20100613;18900.00|2;20110613;91.00|3;20110613;507000.00|4;20110621;273.00|5;20110621;955631.00|6;20110621;4233.00|8;20100605;0.00|11;20121231;0.00|29;20100605;0.00
1;20100705;600.00|2;20120505;286.00|3;20120505;889920.00|4;20120515;155.00|5;20120515;1294665.00|6;20120515;8866.00|8;20100606;360.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;-30000000.00
1;20100505;7864.00|2;20150305;1.00|3;20150305;7911.00|4;20150305;3.00|5;20150305;9773.00|6;20150305;8866.00|8;20100426;517.00|13;20150305;2800.00|26;20100505;0.00|28;20100426;483.00|29;20100426;517.00
1;20100701;11583.20|2;20150601;2.00|3;20150601;10891.00|4;20150601;2.00|5;20150601;8866.00|6;20150601;8866.00|8;20100606;3260.00|26;20100701;10461.00|28;20100606;5197.80|29;20100606;3652.20
1;20100701;1200.00|2;20111231;735.00|3;20111231;275464.00|4;20111231;45.00|5;20111231;834583.00|6;20111231;9863.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100621;154.00|2;20130321;611.00|3;20130321;138433.00|4;20130321;59.00|5;20130321;275234.00|6;20130321;4233.00|8;20100606;154.00|26;20100705;117.00|28;20100606;246.00|29;20100606;154.00
null
1;20100525;4861.00|2;20150225;3.00|3;20150225;21822.00|4;20150225;25.00|5;20150225;22761.00|6;20150225;707.00|8;20100521;0.00|13;20150225;2800.00|26;20100525;1403.00|28;20100521;0.00|29;20100521;0.00
1;20100705;1783.00|2;20150505;1.00|3;20150505;27800.00|4;20150505;7.00|5;20150505;25952.00|6;20150505;8866.00|8;20100606;1543.00|26;20100705;1174.00|28;20100606;3017.00|29;20100606;1783.00
1;20100620;0.00|2;20140520;17.00|3;20140520;97086.00|4;20140520;28.00|5;20140520;114680.00|6;20140520;11586.00|8;20100602;0.00|22;20100602;0.00|23;20100602;0.00|24;20100602;0.00|26;20100604;3190.00|28;20100602;0.00|29;20100602;0.00
1;20100621;14811.00|2;20140321;35.00|3;20140321;376641.00|4;20140322;180.00|5;20140322;685038.00|6;20140322;1513.00|8;20100606;718.00|26;20100620;9853.00|28;20100606;1282.00|29;20100606;718.00
1;20100613;107468.66|2;20150513;866.00|3;20150513;94835.00|4;20150513;13.00|5;20150513;62062.00|6;20150513;0.00|8;20100607;0.00|26;20100613;62718.00|28;20100607;0.00|29;20100607;0.00
1;20100306;3545.00|2;20130406;15.00|3;20130406;110005.00|4;20130406;55.00|5;20130406;183412.00|6;20130406;707.00|7;20130406;1.00|8;20100301;0.00|13;20130406;9500.00|26;20100318;1645.00|28;20100301;0.00
1;20100614;17070.00|2;20150514;0.00|3;20150514;10400.00|4;20150514;3.00|5;20150514;8466.00|6;20150514;4233.00|8;20100530;722.00|26;20100614;3618.00|28;20100530;1378.00|29;20100530;722.00
1;20100519;0.00|2;20130119;9.00|3;20130119;605155.00|4;20130130;9.00|5;20130130;1022350.00|6;20130130;110000.00|8;20100425;0.00|29;20100425;0.00
1;20100612;0.00|2;20150112;22.00|3;20150112;0.00|4;20150326;2.00|5;20150326;0.00|6;20150326;0.00|8;20100521;0.00|29;20100521;0.00
1;20100623;8921.00|2;20120223;45.00|3;20120223;139598.00|4;20120318;72.00|5;20120318;298066.00|6;20120318;8866.00|8;20100604;1105.00|26;20100621;3366.00|28;20100604;2021.54|29;20100604;-29999518.00
1;20100617;800.00|2;20120917;261.00|3;20120917;78480.00|4;20121227;65.00|5;20121227;184054.00|6;20121227;707.00|8;20100531;0.00|22;20100531;0.00|23;20100531;0.00|24;20100531;0.00|29;20100531;0.00
1;20100125;0.00|2;20140825;11.00|3;20140825;512040.00|4;20140829;5.00|5;20140829;420000.00|6;20140829;0.00|8;20100112;0.00
1;20100701;7210.00|2;20111231;413.00|3;20111231;1627940.00|4;20111231;132.00|5;20111231;2124560.00|6;20111231;35000.00|8;20100606;2423.00|11;20111231;0.00|26;20100623;0.00|28;20100606;2477.00|29;20100606;2723.00
1;20100701;7550.00|2;20140701;7732.00|3;20140701;638700.00|4;20140701;133.00|5;20140701;463764.00|6;20140701;4233.00|8;20100606;720.00|29;20100606;600.00
1;20100703;2100.00|2;20111103;48.00|3;20111103;248832.00|4;20111105;73.00|5;20111105;635188.00|6;20111105;19927.00|8;20100606;420.00|11;20111103;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100702;0.00|28;20100606;0.00|29;20100606;700.00
1;20100606;11981.00|2;20130806;35.00|3;20130806;158849.00|4;20130806;259.00|5;20130806;221624.00|6;20130806;1967.00|8;20100606;0.00|26;20100702;1273.00|28;20100606;0.00|29;20100606;150.00
1;20100701;0.00|2;20111231;953.00|3;20111231;189352.00|4;20111231;56.00|5;20111231;683390.00|6;20111231;8866.00|8;20100605;0.00|11;20111231;100.00|29;20100605;0.00
1;20100627;0.00|2;20140827;29.00|3;20140827;5869.00|4;20140828;3.00|5;20140828;8466.00|6;20140828;4233.00|8;20100601;0.00|29;20100601;0.00
1;20100701;3400.00|2;20111231;403.00|3;20111231;683384.00|4;20111231;127.00|5;20111231;1886620.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|29;20100606;300.00
1;20100701;2479.00|2;20111231;191.00|3;20111231;307797.00|4;20111231;140.00|5;20111231;659332.00|6;20111231;4233.00|8;20100606;320.00|11;20111231;100.00|26;20100703;276.00|28;20100606;160.00|29;20100606;190.00
1;20100617;4693.00|2;20150517;0.00|3;20150517;4693.00|4;20150517;2.00|5;20150517;8866.00|6;20150517;8866.00|8;20100606;21.00|26;20100617;0.00|28;20100606;79.00|29;20100606;21.00
null
1;20100228;77.00|2;20150131;0.00|3;20150131;77.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100228;12.00|13;20150131;2800.00|26;20100228;0.00|28;20100228;88.00
1;20100608;20893.00|2;20130508;187.00|3;20130508;72792.00|4;20130508;23.00|5;20130508;45109.00|6;20130508;0.00|7;20130508;1.00|8;20100606;0.00|13;20130508;9500.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100613;0.00|28;20100606;0.00|29;20100606;0.00
1;20100613;0.00|2;20141213;1.00|3;20141213;56542.00|4;20141213;44.00|5;20141213;71750.00|6;20141213;707.00|8;20100519;0.00|26;20100613;0.00|28;20100519;0.00|29;20100519;0.00
1;20100701;0.00|2;20111231;194.00|3;20111231;548587.00|4;20111231;133.00|5;20111231;1181976.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100701;2616.00|2;20111231;167.00|3;20111231;433419.00|4;20111231;434.00|5;20111231;804237.00|6;20111231;8866.00|8;20100606;410.00|11;20111231;100.00|21;20141007;74400.00|26;20100614;7445.00|28;20100606;370.00|29;20100606;680.00
1;20100701;11524.00|2;20111231;6706.00|3;20111231;742299.00|4;20111231;208.00|5;20111231;2247278.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|26;20100704;414.00|28;20100606;0.00|29;20100606;600.00
1;20100616;39142.38|2;20111216;324.00|3;20111216;2209580.00|4;20111216;116.00|5;20111216;3858336.00|6;20111216;35000.00|8;20100607;0.00|21;20140923;45360.00|26;20100613;24082.00|28;20100607;0.00|29;20100607;0.00
1;20100621;27464.80|2;20131121;0.00|3;20131121;353908.00|4;20131121;375.00|5;20131121;448234.00|6;20131121;707.00|8;20100606;1380.00|13;20131121;19500.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100625;5084.00|28;20100606;0.00|29;20100606;1012.00
1;20100616;277600.00|2;20110416;6307.00|3;20110416;571380.00|4;20110416;49.00|5;20110416;484399.00|6;20110416;0.00|8;20100606;17640.00|11;20121231;0.00|29;20100606;0.00
1;20100515;450.00|2;20140915;19.00|3;20140915;4020.00|4;20140915;4.00|5;20140915;11186.00|6;20140915;4333.00|8;20100506;0.00|29;20100506;0.00
1;20100401;26770.00|2;20111231;185.00|3;20111231;999840.00|4;20111231;309.00|5;20111231;2722217.00|6;20111231;17932.00|8;20100313;120.00|11;20111231;100.00
1;20100524;1800.00|2;20140724;1.00|3;20140724;19020.00|4;20140901;16.00|5;20140901;44297.00|6;20140901;1967.00|8;20100517;0.00|29;20100517;0.00
null
1;20100612;2443.00|2;20121212;120.00|3;20121212;163980.00|4;20121212;119.00|5;20121212;302384.00|6;20121212;707.00|8;20100606;89.00|13;20121212;19500.00|26;20100610;470.00|28;20100606;111.00|29;20100606;89.00
1;20100323;4750.00|2;20150223;0.00|3;20150223;4750.00|4;20150223;4.00|5;20150223;2167.00|6;20150223;1967.00|8;20100314;0.00|13;20150223;2800.00|26;20100323;0.00|28;20100314;0.00
1;20100701;8000.00|2;20111231;187.00|3;20111231;1286275.00|4;20111231;95.00|5;20111231;2393030.00|6;20111231;35000.00|8;20100606;720.00|11;20111231;100.00|22;20100606;720.00|23;20100606;0.00|24;20100606;0.00|29;20100606;650.00
1;20100525;13221.00|2;20150225;4.00|3;20150225;23213.00|4;20150225;8.00|5;20150225;53196.00|6;20150225;8866.00|8;20100501;480.00|13;20150225;2800.00|26;20100525;4043.00|28;20100501;0.00|29;20100501;1150.00
null
1;20100620;0.00|2;20150420;0.00|3;20150420;277.00|4;20150420;1.00|5;20150420;0.00|6;20150420;0.00|8;20100605;0.00|26;20100620;0.00|28;20100605;0.00|29;20100605;0.00
null
1;20100701;1920.00|2;20111231;437.00|3;20111231;487770.06|4;20111231;163.00|5;20111231;1004310.00|6;20111231;4233.00|8;20100605;180.00|11;20111231;100.00|26;20100618;67.00|28;20100605;0.00|29;20100605;1920.00
1;20100611;13620.00|2;20131111;33.00|3;20131111;439066.00|4;20131112;23.00|5;20131112;409886.00|6;20131112;19927.00|8;20100606;380.00|29;20100606;216.00
1;20100627;3968.00|2;20120127;57.00|3;20120127;296031.00|4;20120319;84.00|5;20120319;406028.00|6;20120319;6872.00|8;20100606;311.00|26;20100606;235.00|28;20100606;489.00|29;20100606;311.00
1;20100628;17690.00|2;20101228;309.00|3;20101228;1281755.62|4;20101228;590.00|5;20101228;2296258.00|6;20101228;9863.00|8;20100606;635.00|10;20101228;2500.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100702;1560.00|28;20100606;1215.00|29;20100606;635.00
1;20100703;168.00|2;20131103;5.00|3;20131103;58313.00|4;20131103;49.00|5;20131103;98867.00|6;20131103;4233.00|8;20100606;168.00|26;20100701;168.00|28;20100606;732.00|29;20100606;168.00
1;20100704;767.00|2;20130304;5.00|3;20130304;210236.00|4;20130304;66.00|5;20130304;61537.00|6;20130304;707.00|8;20100606;367.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100619;142.00|28;20100606;190.84|29;20100606;67.00
1;20100628;1899.00|2;20111229;4177.00|3;20111229;256839.00|4;20120208;83.00|5;20120208;541769.00|6;20120208;9863.00|8;20100606;120.00|26;20100624;819.00|28;20100606;180.00|29;20100606;120.00
1;20100526;50.00|2;20110626;46.00|3;20110626;123329.00|4;20110821;118.00|5;20110821;327246.00|6;20110821;4233.00|8;20100501;60.00|11;20121231;0.00|29;20100501;50.00
1;20100701;0.00|2;20150501;5.00|3;20150501;9906.00|4;20150501;7.00|5;20150501;10542.00|6;20150501;1967.00|8;20100606;0.00|26;20100701;0.00|28;20100606;0.00|29;20100606;0.00
null
null
null
1;20100701;0.00|2;20111231;53.00|3;20111231;7302.00|4;20111231;15.00|5;20111231;21798.00|6;20111231;707.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100628;0.00|2;20150131;0.00|3;20150131;200.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100601;0.00|13;20150131;2800.00|26;20100628;0.00|28;20100601;0.00|29;20100601;0.00
1;20100528;3654.00|2;20140729;173.00|3;20140729;38281.00|4;20140729;32.00|5;20140729;49610.00|6;20140729;0.00|8;20100503;0.00|26;20100507;2581.00|28;20100503;0.00|29;20100503;0.00
1;20100620;0.00|2;20130820;284.00|3;20130820;24420.00|4;20130820;10.00|5;20130820;8156.00|6;20130820;707.00|7;20130820;1.00|8;20100606;0.00|13;20130820;9500.00|29;20100606;0.00
1;20100703;652.00|2;20131103;26.00|3;20131103;43026.00|4;20131103;111.00|5;20131103;98011.00|6;20131103;707.00|8;20100606;372.00|26;20100621;119.00|28;20100606;420.00|29;20100606;-29999986.00
1;20100701;6870.00|2;20111231;393.00|3;20111231;1068062.00|4;20111231;216.00|5;20111231;2342423.00|6;20111231;23500.00|8;20100606;720.00|11;20111231;100.00|29;20100606;1500.00
null
1;20100512;0.00|2;20140512;7.00|3;20140512;76320.00|4;20140814;104.00|5;20140814;182523.00|6;20140814;707.00|8;20100506;0.00|29;20100506;0.00
1;20100616;2909.00|2;20150216;0.00|3;20150216;4657.00|4;20150216;6.00|5;20150216;5095.00|6;20150216;707.00|8;20100606;130.00|13;20150216;2800.00|26;20100616;2857.00|28;20100606;320.00|29;20100606;130.00
1;20100624;945.00|2;20150224;3.00|3;20150224;20510.00|4;20150225;6.00|5;20150225;19499.00|6;20150225;8866.00|8;20100606;0.00|13;20150225;2800.00|26;20100625;16.00|28;20100606;0.00|29;20100606;0.00
1;20100506;154.00|2;20150406;0.00|3;20150406;154.00|4;20150406;2.00|5;20150406;907.00|6;20150406;707.00|8;20100423;0.00|13;20150406;2800.00|26;20100506;0.00|28;20100423;0.00|29;20100423;0.00
1;20100528;19172.00|2;20150328;5.00|3;20150328;32851.00|4;20150328;26.00|5;20150328;31272.00|6;20150328;2420.00|8;20100515;0.00|13;20150328;2800.00|26;20100528;1481.00|28;20100515;0.00|29;20100515;0.00
1;20100613;17339.40|2;20150513;0.00|3;20150513;15399.00|4;20150513;3.00|5;20150513;13099.00|6;20150513;4233.00|8;20100606;78.00|26;20100613;13312.00|28;20100606;122.00|29;20100606;78.00
1;20100613;2700.00|2;20130913;1.00|3;20130913;133620.00|4;20130913;58.00|5;20130913;307308.00|6;20130913;4233.00|8;20100606;1080.00|29;20100606;-29998648.00
1;20100611;10337.00|2;20110511;352.00|3;20110511;303239.00|4;20110511;80.00|5;20110511;453895.00|6;20110511;8866.00|8;20100606;350.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100615;107.00|28;20100606;450.00|29;20100606;350.00
1;20100704;4150.00|2;20130304;7051.00|3;20130304;1403940.00|4;20130304;251.00|5;20130304;628837.00|6;20130304;4233.00|8;20100606;600.00|22;20100606;480.00|23;20100606;120.00|24;20100606;0.00|29;20100606;650.00
1;20100618;7690.00|2;20130418;14.00|3;20130418;254100.00|4;20130419;229.00|5;20130419;389776.00|6;20130419;707.00|7;20130419;1.00|8;20100606;300.00|13;20130419;9500.00|29;20100606;300.00
1;20100629;4675.00|2;20150329;3.00|3;20150329;13555.00|4;20150329;10.00|5;20150329;23848.00|6;20150329;1967.00|8;20100606;722.00|26;20100629;756.00|28;20100606;1428.00|29;20100606;722.00
1;20100704;9600.00|2;20150504;7.00|3;20150504;237240.00|4;20150504;5.00|5;20150504;265100.00|6;20150504;65000.00|8;20100606;4620.00|29;20100606;3850.00
1;20100625;0.00|2;20150225;0.00|3;20150225;5368.00|4;20150225;6.00|5;20150225;3834.00|6;20150225;1513.00|8;20100526;0.00|13;20150225;2800.00|26;20100625;0.00|28;20100526;0.00|29;20100526;0.00
1;20100701;1100.00|2;20111231;613.00|3;20111231;468785.00|4;20111231;46.00|5;20111231;1205610.00|6;20111231;35000.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100615;500.00|2;20150515;0.00|3;20150515;240.00|4;20150516;1.00|5;20150516;4233.00|6;20150516;4233.00|8;20100526;120.00|26;20100615;0.00|29;20100526;300.00
1;20100704;0.00|2;20130304;46.00|3;20130304;179477.00|4;20130304;132.00|5;20130304;313540.00|6;20130304;4233.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100612;2185.00|28;20100606;0.00|29;20100606;0.00
1;20100701;13422.00|2;20111231;995.00|3;20111231;1974409.00|4;20111231;101.00|5;20111231;2684116.00|6;20111231;35000.00|8;20100606;699.00|11;20111231;100.00|26;20100624;2815.00|28;20100606;1101.00|29;20100606;799.00
1;20100701;1828.00|2;20111231;1997.00|3;20111231;628048.00|4;20111231;508.00|5;20111231;1172273.00|6;20111231;707.00|8;20100606;443.00|11;20111231;0.00|26;20100628;1747.00|28;20100606;907.00|29;20100606;443.00
1;20100703;843.00|2;20141103;1140.00|3;20141103;45425.00|4;20141103;46.00|5;20141103;75530.00|6;20141103;4233.00|8;20100606;561.00|26;20100703;0.00|28;20100606;764.22|29;20100606;-29999850.00
1;20100701;0.00|2;20111231;39.00|3;20111231;91950.00|4;20110330;21.00|5;20110330;287684.00|6;20110330;8866.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100703;0.00|2;20131103;45.00|3;20131103;30179.00|4;20131103;59.00|5;20131103;70824.00|6;20131103;707.00|8;20100606;0.00|26;20100607;0.00|28;20100606;0.00|29;20100606;0.00
null
1;20100622;2030.00|2;20141222;8.00|3;20141222;33720.00|4;20141224;44.00|5;20141224;63238.00|6;20141224;707.00|8;20100606;900.00|29;20100606;-29999580.00
1;20100601;0.00|2;20111231;7068.00|3;20111231;120382.00|4;20111231;72.00|5;20111231;367821.00|6;20111231;8866.00|8;20100504;0.00|11;20111231;100.00|29;20100504;0.00
1;20100328;0.00|2;20141029;46.00|3;20141029;43800.00|4;20141029;42.00|5;20141029;52105.00|6;20141029;707.00|8;20100301;0.00|22;20100301;0.00|23;20100301;0.00|24;20100301;0.00
1;20100704;1.00|2;20130304;21.00|3;20130304;151323.00|4;20130304;78.00|5;20130304;229788.00|6;20130304;707.00|8;20100606;1.00|26;20100616;6317.00|28;20100606;149.00|29;20100606;1.00
null
1;20100701;3550.00|2;20111231;5198.00|3;20111231;693761.00|4;20111231;448.00|5;20111231;1333289.00|6;20111231;4233.00|8;20100606;420.00|11;20111231;100.00|22;20100606;420.00|23;20100606;0.00|24;20100606;2.00|29;20100606;600.00
1;20100501;100.00|2;20111231;91.00|3;20111231;169380.00|4;20120311;68.00|5;20120311;467386.00|6;20120311;4233.00|8;20100402;60.00|11;20111231;100.00|22;20100402;60.00|23;20100402;0.00|24;20100402;0.00
1;20100601;0.00|2;20111231;269.00|3;20111231;420654.00|4;20111231;235.00|5;20111231;1129412.00|6;20111231;2067.00|8;20100514;0.00|11;20111231;100.00|29;20100514;0.00
1;20100701;1200.00|2;20111231;30435.00|3;20111231;647101.00|4;20111231;163.00|5;20111231;625794.00|6;20111231;0.00|8;20100605;0.00|11;20111231;0.00|12;20100605;0.00|29;20100605;0.00
1;20100615;0.00|2;20150215;0.00|3;20150215;9768.00|4;20150215;6.00|5;20150215;9074.00|6;20150215;1967.00|8;20100601;0.00|13;20150215;2800.00|26;20100615;0.00|28;20100601;0.00|29;20100601;0.00
1;20100701;1089.00|2;20150601;1.00|3;20150601;939.00|4;20150601;1.00|5;20150601;0.00|6;20150601;0.00|8;20100606;391.00|26;20100701;939.00|28;20100606;659.00|29;20100606;391.00
1;20100703;0.00|2;20150503;0.00|3;20150503;11048.00|4;20150503;3.00|5;20150503;3480.00|6;20150503;1967.00|8;20100604;0.00|26;20100703;0.00|28;20100604;0.00|29;20100604;0.00
1;20100522;23400.00|2;20140922;3.00|3;20140922;535410.00|4;20140923;8.00|5;20140923;465000.00|6;20140923;65000.00|8;20100502;420.00|29;20100502;350.00
1;20100622;2670.00|2;20110222;25996.00|3;20110222;441600.00|4;20110222;236.00|5;20110222;956995.00|6;20110222;9863.00|8;20100606;60.00|11;20121231;0.00|29;20100606;50.00
1;20100705;295.00|2;20120505;50.00|3;20120505;954168.00|4;20120526;260.00|5;20120526;1643285.00|6;20120526;4233.00|8;20100606;295.00|26;20100626;1459.00|28;20100606;305.00|29;20100606;295.00
1;20100525;1200.00|2;20130325;312.00|3;20130325;700680.00|4;20130325;158.00|5;20130325;1834204.00|6;20130325;4233.00|8;20100512;0.00|22;20100512;0.00|23;20100512;0.00|24;20100512;0.00|29;20100512;0.00
1;20100528;0.00|2;20150130;0.00|3;20150130;11929.00|4;20150130;5.00|5;20150130;12799.00|6;20150130;1513.00|8;20100504;0.00|13;20150130;2800.00|26;20100528;0.00|28;20100504;0.00|29;20100504;0.00
1;20100320;14000.00|2;20140320;10.00|3;20140320;58140.00|4;20140321;62.00|5;20140321;61881.00|6;20140321;707.00|8;20100313;0.00|26;20100314;0.00
1;20100624;8777.00|2;20150524;0.00|3;20150524;1257.00|4;20150527;1.00|5;20150527;0.00|6;20150527;0.00|8;20100606;0.00|26;20100624;0.00|28;20100606;0.00|29;20100606;0.00
1;20100611;6495.00|2;20150411;4.00|3;20150411;15932.00|4;20150411;9.00|5;20150411;15935.00|6;20150411;1967.00|8;20100606;0.00|26;20100611;5375.00|28;20100606;0.00|29;20100606;0.00
null
1;20100612;13195.00|2;20120812;889.00|3;20120812;423120.00|4;20120813;180.00|5;20120813;728272.00|6;20120813;8866.00|8;20100606;60.00|29;20100606;50.00
1;20100628;1245.00|2;20110430;396.00|3;20110430;628770.00|4;20110430;174.00|5;20110430;933529.00|6;20110430;35000.00|8;20100605;180.00|11;20121231;0.00|29;20100605;150.00
1;20100614;26655.00|2;20120414;10367.00|3;20120414;796322.00|4;20120513;128.00|5;20120513;1014428.00|6;20120513;0.00|8;20100606;908.00|26;20100703;223.00|28;20100606;992.00|29;20100606;908.00
1;20100701;6788.00|2;20150601;3.00|3;20150601;6338.00|4;20150601;1.00|5;20150601;0.00|6;20150601;0.00|8;20100606;591.00|26;20100701;6304.00|28;20100606;1509.00|29;20100606;741.00
1;20100428;400.00|2;20140831;17.00|3;20140831;219540.00|4;20140831;3.00|5;20140831;130000.00|6;20140831;65000.00|8;20100413;240.00|29;20100413;0.00
1;20100605;0.00|2;20150405;0.00|3;20150405;2734.00|4;20150405;2.00|5;20150405;200.00|6;20150405;0.00|8;20100515;0.00|13;20150405;2800.00|26;20100605;0.00|28;20100515;0.00|29;20100515;0.00
1;20100701;5274.00|2;20111231;625.00|3;20111231;957927.25|4;20111231;391.00|5;20111231;1532136.00|6;20111231;1967.00|8;20100606;1695.00|11;20111231;100.00|26;20100614;0.00|28;20100606;2023.67|29;20100606;1695.00
1;20100618;0.00|2;20120918;681.00|3;20120918;126313.00|4;20121121;81.00|5;20121121;354191.00|6;20121121;4233.00|7;20130310;5.00|8;20100520;0.00|26;20100607;0.00|28;20100520;0.00|29;20100520;0.00
1;20100701;10109.00|2;20111231;211.00|3;20111231;1218862.00|4;20111231;44.00|5;20111231;2678028.00|6;20111231;35000.00|8;20100606;4159.00|11;20111231;100.00|26;20100622;0.00|28;20100606;3841.00|29;20100606;4159.00
1;20100628;0.00|2;20150131;7.00|3;20150131;9556.00|4;20150203;4.00|5;20150203;11086.00|6;20150203;4233.00|8;20100605;0.00|13;20150203;2800.00|26;20100703;0.00|28;20100605;0.00|29;20100605;0.00
1;20100618;5403.00|2;20130118;669.00|3;20130118;176793.00|4;20130118;65.00|5;20130118;288559.00|6;20130118;4233.00|7;20130118;1.00|8;20100606;55.00|13;20130118;9500.00|26;20100702;84.00|28;20100606;345.00|29;20100606;55.00
1;20100705;743.00|2;20110105;48.00|3;20110105;637634.00|4;20110130;80.00|5;20110130;801260.00|6;20110130;35000.00|8;20100606;743.00|11;20121231;0.00|26;20100606;19342.00|28;20100606;957.00|29;20100606;743.00
1;20100703;10279.00|2;20140803;4205.00|3;20140803;338866.00|4;20140803;56.00|5;20140803;454308.00|6;20140803;8866.00|8;20100607;60.00|26;20100705;0.00|28;20100607;0.00|29;20100607;100.00
1;20100701;1000.00|2;20111231;712.00|3;20111231;305390.00|4;20111231;119.00|5;20111231;692912.00|6;20111231;707.00|8;20100606;0.00|11;20111231;100.00|29;20100606;400.00
1;20100704;100.00|2;20130304;54.00|3;20130304;145980.00|4;20130304;18.00|5;20130304;254488.00|6;20130304;9863.00|8;20100606;60.00|29;20100606;50.00
1;20100626;27538.00|2;20150426;0.00|3;20150426;66024.00|4;20150426;3.00|5;20150426;135100.00|6;20150426;65000.00|8;20100606;1560.00|29;20100606;1300.00
null
1;20100701;1492.00|2;20150601;0.00|3;20150601;1492.00|4;20150601;1.00|5;20150601;0.00|6;20150601;0.00|8;20100606;303.00|26;20100701;1382.00|28;20100606;847.00|29;20100606;303.00
null
1;20100628;0.00|2;20150129;8.00|3;20150129;72121.00|4;20150130;32.00|5;20150130;73637.00|6;20150130;4233.00|8;20100606;0.00|13;20150130;2800.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
1;20100704;750.00|2;20120204;97.00|3;20120204;805440.00|4;20120214;100.00|5;20120214;1786365.00|6;20120214;8866.00|8;20100606;720.00|22;20100606;240.00|23;20100606;480.00|24;20100606;0.00|29;20100606;750.00
1;20100518;4548.00|2;20150418;0.00|3;20150418;3968.00|4;20150418;4.00|5;20150418;2121.00|6;20150418;707.00|8;20100501;178.00|26;20100518;2571.00|28;20100501;372.00|29;20100501;178.00
1;20100616;6354.00|2;20150516;1.00|3;20150516;5394.00|4;20150516;3.00|5;20150516;6354.00|6;20150516;1967.00|8;20100606;445.00|26;20100616;5154.00|28;20100606;905.00|29;20100606;445.00
1;20100322;100.00|2;20130422;0.00|3;20130422;11640.00|4;20130422;2.00|5;20130422;55500.00|6;20130422;55500.00|8;20100308;60.00
null
1;20100503;158.00|2;20150403;0.00|3;20150403;158.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100406;0.00|13;20150403;2800.00|26;20100503;0.00|28;20100406;0.00
1;20100603;12248.00|2;20150403;1.00|3;20150403;13929.00|4;20150403;7.00|5;20150403;14720.00|6;20150403;2420.00|8;20100529;60.00|13;20150403;2800.00|26;20100603;9123.00|28;20100529;0.00|29;20100529;100.00
1;20100702;0.00|2;20110602;312.00|3;20110602;761580.00|4;20110608;404.00|5;20110608;1529104.00|6;20110608;707.00|8;20100606;0.00|11;20121231;0.00|21;20140829;21300.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100606;202336.00|2;20150506;5.00|3;20150506;240612.00|4;20150506;5.00|5;20150506;265100.00|6;20150506;65000.00|8;20100606;5880.00|29;20100606;4900.00
1;20100615;0.00|2;20150315;5.00|3;20150315;20237.00|4;20150315;25.00|5;20150315;26939.00|6;20150315;1513.00|8;20100523;0.00|13;20150315;2800.00|26;20100615;0.00|28;20100523;0.00|29;20100523;0.00
1;20100701;1100.00|2;20150201;2.00|3;20150201;19893.00|4;20150203;8.00|5;20150203;21320.00|6;20150203;1967.00|8;20100604;0.00|13;20150203;2800.00|26;20100703;0.00|28;20100604;0.00|29;20100604;0.00
null
1;20100618;12420.00|2;20110518;3434.00|3;20110518;1393763.00|4;20110518;264.00|5;20110518;2232551.00|6;20110518;35000.00|8;20100606;120.00|11;20121231;0.00|29;20100606;100.00
1;20100611;5336.00|2;20150411;0.00|3;20150411;20135.00|4;20150413;6.00|5;20150413;14367.00|6;20150413;1967.00|8;20100602;0.00|26;20100611;5249.00|28;20100602;0.00|29;20100602;0.00
1;20100616;7920.00|2;20111016;101.00|3;20111016;772020.00|4;20111016;92.00|5;20111016;1009598.00|6;20111016;8866.00|8;20100606;240.00|11;20111016;100.00|29;20100606;200.00
1;20100317;0.00|2;20150217;0.00|3;20150217;0.00|4;20150218;2.00|5;20150218;200.00|6;20150218;0.00|8;20100219;0.00|13;20150218;2800.00|26;20100318;0.00
1;20100628;14472.00|2;20130629;5.00|3;20130629;651641.00|4;20130629;76.00|5;20130629;793320.00|6;20130629;8866.00|7;20130629;6.00|8;20100606;1941.00|13;20130629;14800.00|26;20100628;0.00|28;20100606;2459.00|29;20100606;1941.00
1;20100701;5764.00|2;20111231;290.00|3;20111231;243349.00|4;20111231;18.00|5;20111231;622777.00|6;20111231;35000.00|8;20100606;876.00|11;20111231;100.00|26;20100608;3911.00|28;20100606;1034.00|29;20100606;-29996160.00
1;20100628;23050.00|2;20140331;33.00|3;20140331;659490.00|4;20140331;281.00|5;20140331;862879.00|6;20140331;4233.00|8;20100606;6300.00|22;20100606;0.00|23;20100606;6300.00|24;20100606;0.00|29;20100606;5350.00
1;20100425;6662.00|2;20150225;1.00|3;20150225;11669.00|4;20150225;10.00|5;20150225;9636.00|6;20150225;1967.00|8;20100412;0.00|13;20150225;2800.00|26;20100425;2427.00|28;20100412;0.00
1;20100612;10666.00|2;20150312;0.00|3;20150312;20869.00|4;20150312;25.00|5;20150312;20892.00|6;20150312;707.00|8;20100606;0.00|13;20150312;2800.00|26;20100612;2166.00|28;20100606;0.00|29;20100606;0.00
1;20100624;14.00|2;20131224;3.00|3;20131224;3755.00|4;20131229;5.00|5;20131229;4844.00|6;20131229;2067.00|8;20100606;0.00|29;20100606;0.00
1;20100603;10690.00|2;20131103;18.00|3;20131103;123480.00|4;20131103;131.00|5;20131103;219339.00|6;20131103;17932.00|8;20100601;0.00|22;20100601;0.00|23;20100601;0.00|24;20100601;0.00|29;20100601;0.00
1;20100603;450.00|2;20131103;7.00|3;20131103;94020.00|4;20131103;50.00|5;20131103;146334.00|6;20131103;707.00|8;20100516;0.00|22;20100516;0.00|23;20100516;0.00|24;20100516;0.00|29;20100516;0.00
1;20100701;14169.00|2;20111231;347.00|3;20111231;2626318.00|4;20111231;461.00|5;20111231;4430486.00|6;20111231;35000.00|8;20100606;1698.00|11;20111231;100.00|26;20100703;3358.00|28;20100606;2852.00|29;20100606;1998.00
null
1;20100701;19.00|2;20111231;151.00|3;20111231;73441.00|4;20111231;122.00|5;20111231;257406.00|6;20111231;1967.00|7;20110827;12.00|8;20100603;0.00|11;20111231;0.00|26;20100604;1314.00|28;20100603;0.00|29;20100603;0.00
1;20100701;2400.00|2;20111231;70.00|3;20111231;231820.34|4;20111231;203.00|5;20111231;592384.00|6;20111231;1967.00|8;20100606;180.00|11;20111231;100.00|29;20100606;170.00
1;20100609;1889.00|2;20150309;1.00|3;20150309;5315.00|4;20150309;4.00|5;20150309;6653.00|6;20150309;1513.00|8;20100606;0.00|13;20150309;2800.00|26;20100609;779.00|28;20100606;0.00|29;20100606;0.00
1;20100609;25080.00|2;20140409;13.00|3;20140409;172500.00|4;20140511;195.00|5;20140511;262278.00|6;20140511;1967.00|8;20100606;300.00|29;20100606;-30000000.00
1;20100705;500.00|2;20120505;197.00|3;20120505;505740.00|4;20120524;134.00|5;20120524;936759.00|6;20120524;8866.00|8;20100606;300.00|29;20100606;-30000000.00
1;20100312;3957.00|2;20131212;17.00|3;20131212;54871.00|4;20131212;42.00|5;20131212;123646.00|6;20131212;4333.00|8;20100303;60.00|13;20131212;9500.00|22;20100303;0.00|23;20100303;0.00|24;20100303;0.00|26;20100401;0.00|28;20100303;0.00
1;20100701;1070.00|2;20111231;318.00|3;20111231;641310.00|4;20111231;58.00|5;20111231;2041526.00|6;20111231;35000.00|8;20100606;480.00|11;20111231;100.00|29;20100606;410.00
1;20100703;849.00|2;20131103;12.00|3;20131103;178477.00|4;20131103;127.00|5;20131103;238349.00|6;20131103;1967.00|8;20100606;283.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100625;76.00|28;20100606;317.00|29;20100606;283.00
1;20100703;910.00|2;20131103;18.00|3;20131103;204240.00|4;20131103;267.00|5;20131103;277778.00|6;20131103;707.00|8;20100606;360.00|29;20100606;310.00
1;20100701;0.00|2;20111231;70.00|3;20111231;31404.00|4;20111231;39.00|5;20111231;76646.00|6;20111231;707.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
null
1;20100614;74810.00|2;20120414;1734.00|3;20120414;1480371.00|4;20120523;95.00|5;20120523;2127027.00|6;20120523;8866.00|8;20100606;720.00|29;20100606;650.00
1;20100613;22550.00|2;20150313;3.00|3;20150313;149533.00|4;20150313;3.00|5;20150313;135100.00|6;20150313;65000.00|8;20100523;0.00|29;20100523;0.00
1;20100701;4920.00|2;20111231;1909.00|3;20111231;2714931.00|4;20111231;144.00|5;20111231;2514681.00|6;20111231;35000.00|8;20100606;360.00|11;20111231;100.00|29;20100606;360.00
1;20100620;9149.40|2;20140320;11.00|3;20140320;177850.00|4;20140713;231.00|5;20140713;252322.00|6;20140713;707.00|8;20100606;37.00|26;20100607;25802.00|28;20100606;105.60|29;20100606;44.40
1;20100608;11500.00|2;20110508;107.00|3;20110508;785317.25|4;20110509;426.00|5;20110509;1476155.00|6;20110509;1967.00|8;20100606;540.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;150.00
null
1;20100627;9400.00|2;20140327;13.00|3;20140327;261060.00|4;20140330;314.00|5;20140330;346818.00|6;20140330;707.00|8;20100606;1260.00|22;20100606;60.00|23;20100606;960.00|24;20100606;0.00|29;20100606;1000.00
null
1;20100606;114.00|2;20150406;0.00|3;20150406;414.00|4;20150406;2.00|5;20150406;907.00|6;20150406;707.00|8;20100512;20.00|13;20150406;2800.00|26;20100606;0.00|28;20100512;80.00|29;20100512;20.00
1;20100309;11686.00|2;20140409;40.00|3;20140409;32700.00|4;20140409;92.00|5;20140409;389350.00|6;20140409;4333.00|8;20100219;0.00
1;20100701;24500.00|2;20111231;27.00|3;20111231;7869608.00|4;20111231;389.00|5;20111231;13951073.00|6;20111231;35000.00|8;20100606;120.00|11;20111231;100.00|26;20100703;0.00|28;20100606;0.00|29;20100606;200.00
1;20100702;313.00|2;20141102;5.00|3;20141102;27718.00|4;20141102;26.00|5;20141102;36666.00|6;20141102;1967.00|8;20100606;0.00|26;20100702;0.00|28;20100606;0.00|29;20100606;0.00
1;20100619;188.00|2;20141219;0.00|3;20141219;1198.00|4;20141219;1.00|5;20141219;1200.00|6;20141219;1200.00|8;20100526;188.00|26;20100619;0.00|28;20100526;212.00|29;20100526;188.00
1;20100606;10687.00|2;20150506;4.00|3;20150506;10047.00|4;20150506;7.00|5;20150506;5502.00|6;20150506;1967.00|8;20100606;1261.00|26;20100606;1458.00|28;20100606;1239.00|29;20100606;1261.00
1;20100610;8770.00|2;20150510;18.00|3;20150510;4990.00|4;20150510;2.00|5;20150510;707.00|6;20150510;707.00|8;20100604;0.00|26;20100610;1592.00|28;20100604;0.00|29;20100604;0.00
1;20100612;1582.00|2;20150512;2.00|3;20150512;982.00|4;20150529;1.00|5;20150529;0.00|6;20150529;0.00|8;20100606;312.00|26;20100612;0.00|28;20100606;288.00|29;20100606;312.00
1;20100601;1067.00|2;20111231;861.00|3;20111231;790801.50|4;20111231;41.00|5;20111231;1722510.00|6;20111231;35000.00|8;20100528;229.00|11;20111231;100.00|22;20100528;0.00|23;20100528;0.00|24;20100528;0.00|26;20100601;0.00|28;20100528;171.00|29;20100528;229.00
null
1;20100628;0.00|2;20150129;0.00|3;20150129;200.00|4;20150130;1.00|5;20150130;200.00|6;20150130;200.00|8;20100529;0.00|13;20150130;2800.00|26;20100628;0.00|28;20100529;0.00|29;20100529;0.00
1;20100616;6478.00|2;20150216;0.00|3;20150216;41452.00|4;20150217;12.00|5;20150217;56429.00|6;20150217;4233.00|8;20100606;40.00|13;20150217;2800.00|26;20100617;0.00|28;20100606;260.00|29;20100606;40.00
1;20100701;0.00|2;20111231;7569.00|3;20111231;484121.00|4;20111231;58.00|5;20111231;1393324.00|6;20111231;19927.00|8;20100605;0.00|11;20111231;100.00|29;20100605;0.00
1;20100702;1650.00|2;20120602;105.00|3;20120602;1661670.00|4;20120819;1034.00|5;20120819;2267019.00|6;20120819;1967.00|8;20100606;1800.00|22;20100606;720.00|23;20100606;1080.00|24;20100606;0.00|29;20100606;-29999146.00
1;20100701;1307.00|2;20111231;109.00|3;20111231;230612.91|4;20110416;73.00|5;20110416;411073.00|6;20110416;8866.00|8;20100606;398.00|11;20111231;100.00|26;20100620;0.00|28;20100606;502.00|29;20100606;398.00
1;20100701;3210.00|2;20111231;54.00|3;20111231;640812.00|4;20111231;129.00|5;20111231;1008211.00|6;20111231;4233.00|8;20100606;851.00|11;20111231;100.00|26;20100702;109.00|28;20100606;967.27|29;20100606;-29999210.00
1;20100626;2531.00|2;20141126;1.00|3;20141126;33839.00|4;20141126;24.00|5;20141126;40040.00|6;20141126;707.00|8;20100606;520.00|26;20100626;1156.00|28;20100606;492.00|29;20100606;-29999908.00
1;20100522;1950.00|2;20140722;24.00|3;20140722;19800.00|4;20140722;35.00|5;20140722;54316.00|6;20140722;1967.00|8;20100430;360.00|29;20100430;900.00
1;20100518;179.00|2;20141218;0.00|3;20141218;1146.00|4;20141218;1.00|5;20141218;1200.00|6;20141218;1200.00|8;20100509;179.00|26;20100518;0.00|28;20100509;221.00|29;20100509;179.00
1;20100610;5600.00|2;20150510;6.00|3;20150510;3001.00|4;20150510;1.00|5;20150510;0.00|6;20150510;0.00|8;20100602;0.00|26;20100610;1293.00|28;20100602;0.00|29;20100602;0.00
1;20100612;87927.00|2;20131212;279.00|3;20131212;636661.00|4;20131212;307.00|5;20131212;2995568.00|6;20131212;8866.00|8;20100606;915.00|13;20131212;9500.00|26;20100623;0.00|28;20100606;805.00|29;20100606;6545.00
1;20100628;650.00|2;20111231;174.00|3;20111231;47760.00|4;20120630;14.00|5;20120630;133107.00|6;20120630;8866.00|8;20100606;0.00|29;20100606;0.00
1;20100626;175.00|2;20131226;34.00|3;20131226;45060.00|4;20140102;60.00|5;20140102;75308.00|6;20140102;1967.00|8;20100606;5.00|29;20100606;5.00
1;20100617;503.00|2;20130517;26.00|3;20130517;98931.00|4;20130517;132.00|5;20130517;154847.00|6;20130517;707.00|7;20130517;1.00|8;20100518;503.00|13;20130517;9500.00|26;20100616;445.00|28;20100518;1302.43|29;20100518;503.00
1;20100124;0.00|2;20140824;10.00|3;20140824;424380.00|4;20140824;7.00|5;20140824;335000.00|6;20140824;0.00|8;20100116;0.00
1;20100628;0.00|2;20150129;0.00|3;20150129;100.00|4;20150130;1.00|5;20150130;200.00|6;20150130;200.00|8;20100606;0.00|13;20150130;2800.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
1;20100603;5314.00|2;20131103;11.00|3;20131103;51534.00|4;20131103;44.00|5;20131103;152124.00|6;20131103;1967.00|8;20100602;1283.00|26;20100604;1179.00|28;20100602;1886.33|29;20100602;1283.00
1;20100621;7250.00|2;20110621;90.00|3;20110621;1059093.00|4;20110627;291.00|5;20110627;1809814.00|6;20110627;0.00|8;20100605;0.00|11;20121231;0.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|29;20100605;0.00
1;20100601;30746.00|2;20111231;195.00|3;20111231;287781.00|4;20110223;325.00|5;20110223;699411.00|6;20110223;1967.00|8;20100530;0.00|11;20111231;0.00|22;20100530;0.00|23;20100530;0.00|24;20100530;0.00|26;20100603;22150.00|28;20100530;0.00|29;20100530;0.00
1;20100614;129243.75|2;20110414;5916.00|3;20110414;2775869.00|4;20110414;584.00|5;20110414;3599475.00|6;20110414;17932.00|8;20100606;1680.00|11;20121231;0.00|22;20100606;1560.00|23;20100606;120.00|24;20100606;2.00|29;20100606;2000.00
1;20100610;11017.00|2;20150510;1.00|3;20150510;8560.00|4;20150510;3.00|5;20150510;8466.00|6;20150510;4233.00|8;20100606;796.00|26;20100610;11.00|28;20100606;904.00|29;20100606;796.00
1;20100606;701.00|2;20150306;0.00|3;20150306;4398.00|4;20150306;4.00|5;20150306;907.00|6;20150306;707.00|8;20100520;701.00|13;20150306;2800.00|26;20100606;318.00|28;20100520;999.00|29;20100520;701.00
1;20100625;2940.00|2;20101125;1815.00|3;20101125;184560.34|4;20101203;226.00|5;20101203;471916.00|6;20101203;707.00|8;20100606;840.00|11;20121231;0.00|29;20100606;-30000000.00
null
1;20100624;1450.00|2;20140324;36.00|3;20140324;79680.00|4;20140324;65.00|5;20140324;131115.00|6;20140324;1513.00|8;20100606;60.00|13;20140324;9900.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;150.00
1;20100619;0.00|2;20131119;40.00|3;20131119;121140.00|4;20131119;91.00|5;20131119;229794.00|6;20131119;4233.00|8;20100604;0.00|22;20100604;0.00|23;20100604;0.00|24;20100604;0.00|29;20100604;0.00
1;20100328;21770.00|2;20141028;7.00|3;20141028;160380.00|4;20141028;99.00|5;20141028;168114.00|6;20141028;707.00|8;20100320;0.00
1;20100627;0.00|2;20140827;1.00|3;20140827;666132.00|4;20140827;8.00|5;20140827;550000.00|6;20140827;65000.00|8;20100604;0.00|29;20100604;0.00
null
1;20100501;2021.00|2;20111231;68.00|3;20111231;284049.00|4;20111231;177.00|5;20111231;508622.00|6;20111231;1513.00|8;20100405;0.00|11;20111231;100.00|26;20100503;0.00|28;20100405;0.00
1;20100616;55335.00|2;20121216;112.00|3;20121216;819679.00|4;20121216;57.00|5;20121216;964346.00|6;20121216;35000.00|8;20100606;3948.00|13;20121216;19500.00|26;20100628;2527.00|28;20100606;4752.00|29;20100606;4048.00
null
null
1;20100611;0.00|2;20130611;26.00|3;20130611;1140.00|4;20130611;5.00|5;20130611;11824.00|6;20130611;707.00|8;20100531;0.00|13;20130611;19500.00|29;20100531;0.00
1;20100701;2440.00|2;20111231;140.00|3;20111231;734111.00|4;20111231;123.00|5;20111231;1077053.00|6;20111231;8866.00|8;20100606;660.00|11;20111231;100.00|29;20100606;-30000000.00
1;20100611;18648.00|2;20150411;29.00|3;20150411;44964.00|4;20150411;21.00|5;20150411;31372.00|6;20150411;1967.00|8;20100606;420.00|26;20100611;1635.00|28;20100606;930.00|29;20100606;420.00
1;20100701;1786.00|2;20111231;20479.00|3;20111231;1092613.00|4;20111231;383.00|5;20111231;1403429.00|6;20111231;707.00|7;20110601;7.00|8;20100606;503.00|11;20111231;0.00|26;20100701;0.00|28;20100606;597.00|29;20100606;503.00
1;20100625;0.00|2;20130525;6.00|3;20130525;1402804.00|4;20130619;11.00|5;20130619;1555000.00|6;20130619;65000.00|8;20100603;0.00|29;20100603;0.00
null
1;20100327;0.00|2;20140927;78.00|3;20140927;79048.00|4;20140927;48.00|5;20140927;97144.00|6;20140927;4333.00|8;20100311;0.00|26;20100408;0.00|28;20100311;0.00
1;20100525;0.00|2;20150425;0.00|3;20150425;0.00
1;20100601;1611.00|2;20150501;0.00|3;20150501;1611.00|4;20150501;1.00|5;20150501;0.00|6;20150501;0.00|8;20100504;0.00|26;20100601;1403.00|28;20100504;0.00|29;20100504;0.00
1;20100525;0.00|2;20150425;0.00|3;20150425;0.00
1;20100622;15740.00|2;20120622;5665.00|3;20120622;951840.00|4;20120708;335.00|5;20120708;1158296.00|6;20120708;1967.00|8;20100606;600.00|29;20100606;-29999750.00
1;20100701;600.00|2;20111231;1364.00|3;20111231;897255.00|4;20111231;220.00|5;20111231;1993246.00|6;20111231;8866.00|7;20101231;5.00|8;20100604;360.00|11;20111231;100.00|29;20100604;-29999800.00
1;20100603;142.00|2;20150403;0.00|3;20150403;562.00|4;20150403;2.00|5;20150403;907.00|6;20150403;707.00|8;20100512;0.00|13;20150403;2800.00|26;20100603;22.00|28;20100512;0.00|29;20100512;0.00
1;20100622;0.00|2;20130422;15.00|3;20130422;142620.00|4;20130422;67.00|5;20130422;270207.00|6;20130422;4333.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100705;1543.20|2;20110105;100.00|3;20110105;952872.38|4;20110418;539.00|5;20110418;1400238.00|6;20110418;1967.00|8;20100606;1286.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100609;19088.00|28;20100606;2206.80|29;20100606;1543.20
1;20100701;800.00|2;20111231;330.00|3;20111231;399000.00|4;20111231;116.00|5;20111231;1137153.00|6;20111231;8866.00|8;20100606;300.00|11;20111231;100.00|29;20100606;250.00
1;20100601;2567.00|2;20150501;1.00|3;20150501;3307.00|4;20150502;1.00|5;20150502;0.00|6;20150502;0.00|8;20100510;0.00|26;20100601;0.00|28;20100510;0.00|29;20100510;0.00
1;20100505;1050.00|2;20121105;38.00|3;20121105;450600.00|4;20121213;29.00|5;20121213;50746.00|6;20121213;0.00|8;20100411;0.00
1;20100705;0.00|2;20141105;7.00|3;20141105;15120.00|4;20141105;22.00|5;20141105;23613.00|6;20141105;707.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100628;13390.40|2;20140930;1356.00|3;20140930;393652.00|4;20140930;53.00|5;20140930;252254.00|6;20140930;0.00|8;20100607;0.00|22;20100607;0.00|23;20100607;0.00|24;20100607;7.00|26;20100612;25420.00|28;20100607;0.00|29;20100607;0.00
1;20100701;150.00|2;20111231;120.00|3;20111231;351278.59|4;20111231;367.00|5;20111231;912207.00|6;20111231;707.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100701;1500.00|2;20111231;979.00|3;20111231;443183.00|4;20111231;348.00|5;20111231;871408.00|6;20111231;1967.00|8;20100604;360.00|11;20111231;100.00|22;20100604;360.00|23;20100604;0.00|24;20100604;0.00|29;20100604;350.00
1;20100327;110000.00|2;20140827;4.00|3;20140827;1632240.00|4;20140827;23.00|5;20140827;1450000.00|6;20140827;65000.00|8;20100319;0.00
1;20100611;0.00|2;20120211;50.00|3;20120211;238320.00|4;20120217;31.00|5;20120217;451634.00|6;20120217;0.00|8;20100514;0.00|29;20100514;0.00
1;20100525;0.00|2;20150425;0.00|3;20150425;0.00
1;20100507;15950.00|2;20140907;18.00|3;20140907;370560.00|4;20140907;280.00|5;20140907;402972.00|6;20140907;1967.00|8;20100502;0.00|21;20141004;41640.00|29;20100502;0.00
1;20100622;12850.00|2;20121122;16.00|3;20121122;106560.00|4;20121216;86.00|5;20121216;276772.00|6;20121216;0.00|8;20100606;0.00|29;20100606;0.00
1;20100610;8435.00|2;20150510;6.00|3;20150510;7835.00|4;20150510;1.00|5;20150510;8866.00|6;20150510;8866.00|8;20100601;0.00|26;20100610;487.00|28;20100601;0.00|29;20100601;0.00
1;20100501;0.00|2;20111231;56.00|3;20111231;72480.00|4;20110203;35.00|5;20110203;242909.00|6;20110203;707.00|8;20100425;0.00|11;20111231;100.00|29;20100425;0.00
null
1;20100703;0.00|2;20131103;15.00|3;20131103;15000.00|4;20131103;26.00|5;20131103;40115.00|6;20131103;707.00|8;20100606;0.00|29;20100606;0.00
1;20100607;7421.00|2;20140407;12.00|3;20140407;78702.00|4;20140409;134.00|5;20140409;166522.00|6;20140409;707.00|8;20100606;144.00|26;20100704;509.00|28;20100606;156.00|29;20100606;144.00
1;20100701;1260.00|2;20111231;324.00|3;20111231;1671409.00|4;20111231;145.00|5;20111231;578024.00|6;20111231;4233.00|8;20100607;0.00|11;20111231;100.00|26;20100622;2002.00|28;20100607;0.00|29;20100607;0.00
1;20100701;550.00|2;20111231;16.00|3;20111231;175090.00|4;20111231;47.00|5;20111231;401442.00|6;20111231;8866.00|8;20100604;0.00|11;20111231;100.00|29;20100604;0.00
1;20100701;36100.00|2;20111231;5219.00|3;20111231;3803333.00|4;20111231;636.00|5;20111231;10031249.00|6;20111231;17932.00|8;20100606;480.00|11;20111231;100.00|29;20100606;850.00
1;20100703;0.00|2;20131103;3.00|3;20131103;45180.00|4;20131103;24.00|5;20131103;146175.00|6;20131103;707.00|8;20100606;0.00|29;20100606;0.00
1;20091228;1800.00|2;20140828;2.00|3;20140828;202712.00|4;20140831;4.00|5;20140831;195000.00|6;20140831;65000.00|8;20091201;1080.00
1;20100615;0.00|2;20140415;15.00|3;20140415;41940.00|4;20140417;71.00|5;20140417;64855.00|6;20140417;4233.00|8;20100528;0.00|29;20100528;0.00
null
1;20100522;800.00|2;20130422;8.00|3;20130422;259020.00|4;20130422;224.00|5;20130422;309898.00|6;20130422;707.00|8;20100515;480.00|22;20100515;0.00|23;20100515;0.00|24;20100515;0.00|29;20100515;800.00
1;20100620;6050.00|2;20120120;117.00|3;20120120;352620.00|4;20120121;365.00|5;20120121;913596.00|6;20120121;1967.00|8;20100526;0.00|22;20100526;0.00|23;20100526;0.00|24;20100526;0.00|29;20100526;0.00
1;20100612;8125.00|2;20110712;551.00|3;20110712;703983.00|4;20110826;9374.00|5;20110826;1430769.00|6;20110826;1967.00|7;20120120;7.00|8;20100606;0.00|11;20110712;0.00|29;20100606;0.00
1;20100622;1229.00|2;20130422;1572.00|3;20130422;1114007.00|4;20130422;162.00|5;20130422;1614139.00|6;20130422;4233.00|8;20100606;71.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100702;73.00|28;20100606;229.00|29;20100606;71.00
1;20100701;204.00|2;20111231;106.00|3;20111231;1350287.00|4;20111231;366.00|5;20111231;3246190.00|6;20111231;8866.00|8;20100606;204.00|11;20111231;100.00|26;20100619;3822.00|28;20100606;396.00|29;20100606;204.00
1;20100625;3300.00|2;20130325;186.00|3;20130325;307740.00|4;20130325;22.00|5;20130325;358366.00|6;20130325;8866.00|8;20100606;480.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;400.00
1;20100228;4750.00|2;20141028;1.00|3;20141028;7380.00|4;20141028;4.00|5;20141028;7107.00|6;20141028;4333.00|8;20100228;0.00|22;20100228;0.00|23;20100228;0.00|24;20100228;0.00
1;20100603;171.00|2;20150403;0.00|3;20150403;508.00|4;20150403;2.00|5;20150403;907.00|6;20150403;707.00|8;20100512;15.00|13;20150403;2800.00|26;20100603;59.00|28;20100512;135.00|29;20100512;15.00
null
1;20100701;3850.00|2;20111231;112.00|3;20111231;885951.00|4;20111231;42.00|5;20111231;1737687.00|6;20111231;19927.00|8;20100606;1560.00|11;20111231;100.00|22;20100606;1320.00|23;20100606;240.00|24;20100606;0.00|29;20100606;1450.00
1;20100608;7669.00|2;20150108;1.00|3;20150108;50518.00|4;20150108;20.00|5;20150108;55237.00|6;20150108;1513.00|8;20100606;0.00|13;20150108;2800.00|26;20100608;3398.00|28;20100606;0.00|29;20100606;0.00
1;20100624;1800.00|2;20140724;0.00|3;20140724;3540.00|4;20140801;5.00|5;20140801;8067.00|6;20140801;4233.00|8;20100606;540.00|29;20100606;900.00
1;20100619;1722.00|2;20131119;18.00|3;20131119;210961.00|4;20131119;122.00|5;20131119;231797.00|6;20131119;1967.00|8;20100606;0.00|26;20100616;661.00|28;20100606;0.00|29;20100606;0.00
null
1;20100705;141.00|2;20121105;34.00|3;20121105;262229.00|4;20121116;134.00|5;20121116;385418.00|6;20121116;4233.00|8;20100606;141.00|26;20100701;0.00|28;20100606;359.00|29;20100606;141.00
1;20100705;0.00|2;20140805;23.00|3;20140805;14400.00|4;20140825;12.00|5;20140825;22931.00|6;20140825;1613.00|8;20100606;0.00|29;20100606;0.00
1;20100618;1395.00|2;20140918;16.00|3;20140918;34585.00|4;20140918;37.00|5;20140918;45650.00|6;20140918;1967.00|8;20100606;168.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100608;29.00|28;20100606;312.00|29;20100606;168.00
1;20100617;7216.00|2;20150417;2.00|3;20150417;27066.00|4;20150417;10.00|5;20150417;34663.00|6;20150417;4233.00|8;20100606;180.00|26;20100617;6052.00|28;20100606;0.00|29;20100606;450.00
1;20100628;2589.00|2;20141028;1.00|3;20141028;13859.00|4;20141028;11.00|5;20141028;18256.00|6;20141028;1967.00|8;20100606;291.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100613;132.00|28;20100606;509.00|29;20100606;291.00
1;20100622;1400.00|2;20130422;3.00|3;20130422;31440.00|4;20130422;15.00|5;20130422;47333.00|6;20130422;4233.00|8;20100606;0.00|29;20100606;0.00
1;20100615;32990.00|2;20141015;22.00|3;20141015;926729.00|4;20141015;15.00|5;20141015;910000.00|6;20141015;65000.00|8;20100606;1980.00|29;20100606;1650.00
1;20100608;17660.00|2;20120608;225.00|3;20120608;706020.00|4;20120608;193.00|5;20120608;727063.00|6;20120608;0.00|8;20100606;180.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;150.00
1;20100701;0.00|2;20111231;1.00|3;20111231;1565.00|4;20111231;2.00|5;20111231;3965.00|6;20111231;1975.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
null
1;20100609;0.00|2;20120309;12243.00|3;20120309;486868.00|4;20120310;135.00|5;20120310;1368952.00|6;20120310;4233.00|8;20100530;0.00|29;20100530;0.00
1;20100628;4900.00|2;20140929;1.00|3;20140929;4320.00|4;20141211;6.00|5;20141211;14212.00|6;20141211;0.00|8;20100603;0.00|29;20100603;0.00
1;20100701;1483.00|2;20111231;33.00|3;20111231;54366.00|4;20111231;15.00|5;20111231;158509.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|26;20100619;373.00|28;20100606;0.00|29;20100606;0.00
1;20100524;2349.00|2;20150224;6.00|3;20150224;27310.00|4;20150224;16.00|5;20150224;45866.00|6;20150224;1967.00|8;20100430;0.00|13;20150224;2800.00|26;20100524;867.00|28;20100430;0.00|29;20100430;0.00
1;20100204;0.00|2;20111004;6090.00|3;20111004;993210.00|4;20111014;104.00|5;20111014;730850.00|6;20111014;8866.00|8;20100116;0.00|11;20111004;100.00
1;20100701;6540.00|2;20111231;198.00|3;20111231;1017345.00|4;20111231;239.00|5;20111231;1940856.00|6;20111231;8866.00|8;20100606;900.00|11;20111231;100.00|29;20100606;790.00
1;20100612;139539.00|2;20121112;6686.00|3;20121112;2504498.00|4;20121118;403.00|5;20121118;4864265.00|6;20121118;29990.00|8;20100607;1578.00|26;20100621;0.00|28;20100607;0.00|29;20100607;-29996848.00
1;20100701;1680.00|2;20111231;676.00|3;20111231;387235.00|4;20111231;49.00|5;20111231;242172.00|6;20111231;35000.00|8;20100606;248.00|11;20111231;100.00|29;20100606;220.00
1;20100606;8676.00|2;20150406;0.00|3;20150406;11350.00|4;20150406;11.00|5;20150406;18353.00|6;20150406;4233.00|8;20100606;120.00|13;20150406;2800.00|26;20100606;3546.00|28;20100606;0.00|29;20100606;250.00
1;20100701;13900.00|2;20111231;66.00|3;20111231;1371856.00|4;20111231;108.00|5;20111231;2562554.00|6;20111231;35000.00|8;20100606;4260.00|11;20111231;100.00|21;20140812;13440.00|22;20100606;720.00|23;20100606;3540.00|24;20100606;0.00|29;20100606;3700.00
1;20100504;0.00|2;20141104;0.00|3;20141104;9029.00|4;20141104;8.00|5;20141104;12252.00|6;20141104;1513.00|8;20100406;0.00|26;20100504;0.00|28;20100406;0.00
1;20100701;179.00|2;20111231;520.00|3;20111231;1099756.00|4;20111231;285.00|5;20111231;2486169.00|6;20111231;8866.00|7;20110627;2.00|8;20100604;0.00|11;20111231;100.00|22;20100604;0.00|23;20100604;0.00|24;20100604;0.00|26;20100606;886.00|28;20100604;0.00|29;20100604;0.00
null
null
null
1;20100401;6430.00|2;20111231;110.00|3;20111231;442175.00|4;20111231;72.00|5;20111231;1152148.00|6;20111231;8866.00|8;20100305;397.00|11;20111231;100.00
null
1;20100701;7013.00|2;20111231;91.00|3;20111231;1043154.00|4;20111231;37.00|5;20111231;2450063.00|6;20111231;35000.00|8;20100606;244.00|11;20111231;100.00|26;20100628;411.00|28;20100606;856.00|29;20100606;244.00
1;20100610;39400.00|2;20141010;1.00|3;20141010;579617.00|4;20141010;9.00|5;20141010;520000.00|6;20141010;65000.00|8;20100606;2160.00|29;20100606;1800.00
1;20100701;12202.20|2;20111231;597.00|3;20111231;2743715.00|4;20111231;312.00|5;20111231;4677134.00|6;20111231;4233.00|7;20101231;3.00|8;20100606;3113.00|11;20111231;100.00|26;20100704;2000.00|28;20100606;5523.72|29;20100606;-29997466.00
1;20100701;0.00|2;20111231;29.00|3;20111231;601283.00|4;20111231;148.00|5;20111231;1226424.00|6;20111231;1967.00|8;20100606;0.00|11;20111231;100.00|26;20100618;0.00|28;20100606;0.00|29;20100606;0.00
1;20100625;3400.00|2;20140825;0.00|3;20140825;141980.00|4;20140825;1.00|5;20140825;0.00|6;20140825;0.00|8;20100601;540.00|29;20100601;0.00
1;20091109;0.00|2;20140909;0.00|3;20140909;0.00|8;20091029;0.00
1;20100701;4202.00|2;20111231;89.00|3;20111231;619086.00|4;20111231;37.00|5;20111231;1415833.00|6;20111231;35000.00|8;20100606;662.00|11;20111231;100.00|26;20100611;7444.00|28;20100606;838.00|29;20100606;662.00
1;20100626;7400.00|2;20140726;27.00|3;20140726;13380.00|4;20140731;14.00|5;20140731;31499.00|6;20140731;0.00|8;20100603;60.00|29;20100603;0.00
1;20100703;1220.00|2;20150403;3.00|3;20150403;25690.00|4;20150403;4.00|5;20150403;105000.00|6;20150403;35000.00|8;20100606;595.00|26;20100703;0.00|28;20100606;1005.00|29;20100606;595.00
1;20100628;841.00|2;20121130;25.00|3;20121130;171191.00|4;20121229;195.00|5;20121229;304142.00|6;20121229;1513.00|8;20100606;254.00|26;20100611;4473.00|28;20100606;446.00|29;20100606;254.00
1;20100509;150.00|2;20140409;2020.00|3;20140409;787200.00|4;20140409;19.00|5;20140409;23079.00|6;20140409;707.00|8;20100411;60.00
1;20100606;11850.00|2;20120306;21.00|3;20120306;980730.00|4;20120319;924.00|5;20120319;1738889.00|6;20120319;1967.00|8;20100606;1500.00|22;20100606;0.00|23;20100606;1500.00|24;20100606;0.00|29;20100606;2025.00
1;20100523;0.00|2;20150423;0.00|3;20150423;0.00
1;20100613;399.00|2;20150513;0.00|3;20150513;399.00|4;20150514;1.00|5;20150514;0.00|6;20150514;0.00|8;20100606;11.00|26;20100613;0.00|28;20100606;89.00|29;20100606;11.00
1;20100528;20297.00|2;20130728;89.00|3;20130728;1300061.00|4;20130728;347.00|5;20130728;2172876.00|6;20130728;1967.00|8;20100524;816.00|22;20100524;0.00|23;20100524;0.00|24;20100524;0.00|26;20100524;3133.00|28;20100524;1609.48|29;20100524;816.00
1;20100607;0.00|2;20120807;5647.00|3;20120807;226560.00|4;20120914;77.00|5;20120914;433953.00|6;20120914;8866.00|8;20100528;0.00|29;20100528;0.00
1;20100503;151.00|2;20150403;0.00|3;20150403;151.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100410;0.00|13;20150403;2800.00|26;20100503;0.00|28;20100410;0.00
1;20100523;0.00|2;20150423;0.00|3;20150423;0.00|8;20100424;0.00|26;20100523;0.00
null
1;20100624;400.00|2;20140724;1.00|3;20140724;10020.00|4;20140731;14.00|5;20140731;17546.00|6;20140731;1513.00|8;20100605;0.00|29;20100605;0.00
1;20100503;200.00|2;20150403;0.00|3;20150403;200.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100410;0.00|13;20150403;2800.00|26;20100503;0.00|28;20100410;0.00
1;20100618;28.00|2;20150318;1.00|3;20150318;930.00|4;20150414;1.00|5;20150414;707.00|6;20150414;707.00|8;20100601;18.00|26;20100618;18.00|28;20100601;132.00|29;20100601;18.00
1;20100417;0.00|2;20150217;0.00|3;20150217;166.00|4;20150220;1.00|5;20150220;200.00|6;20150220;200.00|8;20100329;0.00|13;20150220;2800.00|26;20100420;0.00|28;20100329;0.00
1;20100701;4650.00|2;20111231;43011.00|3;20111231;689065.00|4;20111231;204.00|5;20111231;3773610.00|6;20111231;0.00|8;20100606;240.00|11;20111231;100.00|29;20100606;-30000000.00
null
null
1;20100628;0.00|2;20150129;0.00|3;20150129;146.00|4;20150130;1.00|5;20150130;200.00|6;20150130;200.00|8;20100604;0.00|13;20150130;2800.00|26;20100628;0.00|28;20100604;0.00|29;20100604;0.00
1;20090606;18000.00|2;20140206;2.00|3;20140206;55560.00|4;20140211;40.00|5;20140211;60388.00|6;20140211;707.00|8;20090603;60.00
1;20100501;60330.00|2;20140901;1.00|3;20140901;311400.00|4;20140901;4.00|5;20140901;210100.00|6;20140901;5100.00|8;20100410;780.00
1;20100328;1609.00|2;20110228;40.00|3;20110228;48899.00|4;20110329;98.00|5;20110329;225981.00|6;20110329;1967.00|7;20110619;12.00|8;20100326;0.00|11;20121231;0.00|26;20100405;122.00|28;20100326;0.00
null
null
1;20100503;101.00|2;20150403;0.00|3;20150403;101.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100406;49.00|13;20150403;2800.00|26;20100503;0.00|28;20100406;51.00
1;20100623;877.00|2;20140723;18.00|3;20140723;47674.00|4;20140731;32.00|5;20140731;72284.00|6;20140731;2420.00|8;20100605;0.00|26;20100616;105.00|28;20100605;0.00|29;20100605;0.00
1;20100603;150.00|2;20150403;0.00|3;20150403;573.00|4;20150403;2.00|5;20150403;907.00|6;20150403;707.00|8;20100512;16.00|13;20150403;2800.00|26;20100603;18.00|28;20100512;84.00|29;20100512;16.00
1;20100615;3325.00|2;20110715;2227.00|3;20110715;1760570.00|4;20110806;348.00|5;20110806;845509.00|6;20110806;2420.00|8;20100527;1110.00|11;20110715;0.00|26;20100528;0.00|28;20100527;890.00|29;20100527;1110.00
1;20100602;0.00|2;20140902;3.00|3;20140902;179130.00|4;20140902;1.00|5;20140902;0.00|6;20140902;0.00|8;20100526;0.00|29;20100526;0.00
1;20100705;84.00|2;20120505;48.00|3;20120505;116530.00|4;20120526;89.00|5;20120526;246034.00|6;20120526;1967.00|8;20100606;84.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100611;1402.00|28;20100606;116.00|29;20100606;84.00
1;20100701;0.00|2;20111231;34.00|3;20111231;665.00|4;20111231;5.00|5;20111231;5248.00|6;20111231;2025.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100616;107.00|2;20141216;0.00|3;20141216;1812.00|4;20141216;1.00|5;20141216;0.00|6;20141216;0.00|8;20100521;50.00|26;20100616;0.00|28;20100521;50.00|29;20100521;50.00
1;20100623;2728.00|2;20140723;15.00|3;20140723;76199.00|4;20140731;29.00|5;20140731;82850.00|6;20140731;4233.00|8;20100606;0.00|26;20100703;0.00|28;20100606;0.00|29;20100606;0.00
1;20100606;0.00|2;20130806;23.00|3;20130806;46080.00|4;20130806;50.00|5;20130806;132029.00|6;20130806;707.00|8;20100529;0.00|29;20100529;0.00
1;20100612;12243.00|2;20150312;0.00|3;20150312;21176.00|4;20150312;7.00|5;20150312;29119.00|6;20150312;17932.00|8;20100606;1201.00|13;20150312;2800.00|26;20100612;1893.00|28;20100606;2249.00|29;20100606;1201.00
1;20100503;200.00|2;20150403;0.00|3;20150403;200.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100407;103.00|13;20150403;2800.00|26;20100503;0.00|28;20100407;97.00
1;20100624;2440.00|2;20140524;42.00|3;20140524;95880.00|4;20140524;178.00|5;20140524;164831.00|6;20140524;707.00|8;20100606;0.00|29;20100606;0.00
1;20100618;4700.00|2;20130118;198.00|3;20130118;244800.00|4;20130118;230.00|5;20130118;418540.00|6;20130118;707.00|7;20130118;3.00|8;20100605;0.00|13;20130118;9500.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|29;20100605;0.00
1;20100618;5582.00|2;20120118;28.00|3;20120118;62381.00|4;20120414;26.00|5;20120414;85882.00|6;20120414;4233.00|8;20100606;87.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100620;148.00|28;20100606;113.00|29;20100606;87.00
1;20100622;3793.00|2;20150522;1.00|3;20150522;3253.00|4;20150522;1.00|5;20150522;0.00|6;20150522;0.00|8;20100606;330.00|26;20100622;330.00|28;20100606;720.00|29;20100606;330.00
1;20100613;2931.00|2;20131213;16.00|3;20131213;24584.00|4;20140120;7.00|5;20140120;2721.00|6;20140120;0.00|8;20100606;0.00|29;20100606;0.00
1;20100615;78210.00|2;20141015;34.00|3;20141015;1134520.00|4;20141015;17.00|5;20141015;1040000.00|6;20141015;65000.00|8;20100606;4740.00|29;20100606;7400.00
1;20100503;195.00|2;20150403;1.00|3;20150403;95.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100406;0.00|13;20150403;2800.00|26;20100503;0.00|28;20100406;0.00
1;20100703;2738.00|2;20150503;5.00|3;20150503;26237.00|4;20150503;4.00|5;20150503;28393.00|6;20150503;4233.00|8;20100606;253.00|26;20100703;1300.00|28;20100606;447.00|29;20100606;253.00
1;20100615;2500.00|2;20110715;4426.00|3;20110715;122820.00|4;20110930;86.00|5;20110930;264213.00|6;20110930;1967.00|8;20100606;0.00|11;20110715;100.00|29;20100606;0.00
1;20100701;0.00|2;20141001;1.00|3;20141001;210900.00|4;20141001;160.00|5;20141001;178921.00|6;20141001;1967.00|8;20100602;0.00|22;20100602;0.00|23;20100602;0.00|24;20100602;0.00|29;20100602;0.00
1;20100612;11028.00|2;20150512;2.00|3;20150512;10408.00|4;20150512;2.00|5;20150512;4233.00|6;20150512;4233.00|8;20100606;0.00|26;20100612;7561.00|28;20100606;0.00|29;20100606;0.00
1;20100701;1475.00|2;20111231;367.00|3;20111231;801265.75|4;20111231;203.00|5;20111231;1768578.00|6;20111231;4233.00|8;20100606;600.00|11;20111231;100.00|26;20100620;290.00|28;20100606;0.00|29;20100606;-29999500.00
null
1;20100701;1000.00|2;20111231;97.00|3;20111231;114480.00|4;20110502;44.00|5;20110502;199755.00|6;20110502;4233.00|8;20100606;660.00|11;20111231;100.00|22;20100606;660.00|23;20100606;0.00|24;20100606;0.00|29;20100606;-29999950.00
1;20100601;10353.00|2;20111231;129.00|3;20111231;78114.00|4;20111231;91.00|5;20111231;80671.00|6;20111231;0.00|8;20100528;201.00|11;20111231;100.00|29;20100528;201.00
1;20100622;720.00|2;20130422;10.00|3;20130422;164310.00|4;20130422;165.00|5;20130422;242060.00|6;20130422;707.00|8;20100603;37.00|26;20100624;683.00|28;20100603;63.00|29;20100603;37.00
1;20100609;0.00|2;20140709;8.00|3;20140709;39179.00|4;20140718;15.00|5;20140718;48834.00|6;20140718;4233.00|8;20100603;0.00|26;20100611;0.00|28;20100603;0.00|29;20100603;0.00
1;20100701;8084.00|2;20111231;5365.00|3;20111231;791627.00|4;20111231;442.00|5;20111231;1402537.00|6;20111231;4233.00|8;20100606;1722.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100626;7130.00|28;20100606;2928.00|29;20100606;1722.00
1;20091127;100.00|2;20140827;2.00|3;20140827;586860.00|4;20140827;5.00|5;20140827;455000.00|6;20140827;65000.00|8;20091116;0.00
null
1;20100401;26836.00|2;20150301;0.00|3;20150301;9890.00|4;20150301;3.00|5;20150301;18132.00|6;20150301;17932.00|8;20100322;0.00|13;20150301;2800.00|26;20100401;1070.00|28;20100322;0.00
null
1;20100529;2043.00|2;20150429;0.00|3;20150429;2043.00|4;20150430;1.00|5;20150430;0.00|6;20150430;0.00|8;20100503;0.00|26;20100529;1105.00|28;20100503;0.00|29;20100503;0.00
null
1;20100628;0.00|2;20150129;0.00|3;20150129;60.00|4;20150130;1.00|5;20150130;200.00|6;20150130;200.00|8;20100605;0.00|13;20150130;2800.00|26;20100628;0.00|28;20100605;0.00|29;20100605;0.00
1;20100615;300.00|2;20110715;54.00|3;20110715;94532.00|4;20111210;52.00|5;20111210;148753.00|6;20111210;1967.00|8;20100602;0.00|11;20110715;0.00|22;20100602;0.00|23;20100602;0.00|24;20100602;0.00|29;20100602;0.00
1;20100701;0.00|2;20111231;151.00|3;20111231;353890.00|4;20111231;415.00|5;20111231;897853.00|6;20111231;707.00|8;20100606;0.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100607;225.00|28;20100606;0.00|29;20100606;0.00
1;20100703;4150.00|2;20131103;79.00|3;20131103;134423.00|4;20131103;170.00|5;20131103;321146.00|6;20131103;4233.00|8;20100606;960.00|26;20100616;456.00|28;20100606;0.00|29;20100606;-29998548.00
1;20100705;1120.00|2;20120505;71.00|3;20120505;710010.00|4;20120516;273.00|5;20120516;1191868.00|6;20120516;4233.00|8;20100606;1140.00|29;20100606;-30000000.00
1;20100611;19661.00|2;20130711;167.00|3;20130711;418654.00|4;20130711;205.00|5;20130711;586806.00|6;20130711;8866.00|7;20130711;1.00|8;20100606;1500.00|13;20130711;14800.00|26;20100607;3871.00|28;20100606;0.00|29;20100606;2950.00
1;20100503;169.00|2;20150403;0.00|3;20150403;169.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100408;0.00|13;20150403;2800.00|26;20100503;0.00|28;20100408;0.00
1;20100530;0.00|2;20150330;0.00|3;20150330;2208.00|4;20150330;5.00|5;20150330;3834.00|6;20150330;707.00|8;20100521;0.00|13;20150330;2800.00|26;20100530;0.00|28;20100521;0.00|29;20100521;0.00
1;20100424;0.00|2;20140724;0.00|3;20140724;7320.00|4;20140731;5.00|5;20140731;11186.00|6;20140731;2520.00|8;20100413;0.00|29;20100413;0.00
1;20100527;4673.00|2;20150327;0.00|3;20150327;11660.00|4;20150327;9.00|5;20150327;8929.00|6;20150327;1967.00|8;20100527;0.00|13;20150327;2800.00|26;20100527;4242.00|28;20100527;0.00|29;20100527;0.00
1;20100703;0.00|2;20150403;2.00|3;20150403;3335.00|4;20150403;4.00|5;20150403;1614.00|6;20150403;707.00|8;20100604;0.00|13;20150403;2800.00|26;20100703;0.00|28;20100604;0.00|29;20100604;0.00
1;20100623;6600.00|2;20150423;0.00|3;20150423;77940.00|4;20150423;2.00|5;20150423;70100.00|6;20150423;5100.00|8;20100605;180.00|29;20100605;150.00
1;20100628;1100.00|2;20110328;1206.00|3;20110328;755630.00|4;20110512;252.00|5;20110512;1835209.00|6;20110512;707.00|8;20100602;660.00|11;20121231;0.00|29;20100602;1100.00
1;20100503;177.00|2;20150403;0.00|3;20150403;177.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100410;0.00|13;20150403;2800.00|26;20100503;0.00|28;20100410;0.00
1;20100612;0.00|2;20141112;0.00|3;20141112;2086.00|4;20141112;2.00|5;20141112;2067.00|6;20141112;2067.00|8;20100523;0.00|26;20100612;0.00|28;20100523;0.00|29;20100523;0.00
1;20100703;4353.00|2;20150603;0.00|3;20150603;4613.00|4;20150603;2.00|5;20150603;1967.00|6;20150603;1967.00|8;20100606;360.00|26;20100703;4023.00|28;20100606;0.00|29;20100606;100.00
1;20100701;5531.00|2;20111231;102.00|3;20111231;615208.00|4;20110410;431.00|5;20110410;847596.00|6;20110410;1513.00|8;20100606;1156.00|11;20111231;100.00|26;20100701;943.00|28;20100606;1794.00|29;20100606;1156.00
1;20100705;655.00|2;20120505;54.00|3;20120505;129635.00|4;20120726;86.00|5;20120726;204591.00|6;20120726;2420.00|8;20100606;655.00|26;20100612;1748.00|28;20100606;1087.22|29;20100606;-29999790.00
1;20100701;21958.80|2;20111231;205.00|3;20111231;1425088.62|4;20111231;1154.00|5;20111231;2106523.00|6;20111231;0.00|8;20100606;109.00|9;20100704;0.00|10;20101214;4455.00|11;20111231;0.00|26;20100617;40404.00|28;20100606;0.00|29;20100606;109.00
1;20100313;11264.00|2;20150213;8.00|3;20150213;8225.00|4;20150213;14.00|5;20150213;8684.00|6;20150213;707.00|8;20100306;86.00|13;20150213;2800.00|26;20100313;0.00|28;20100306;114.00
1;20100618;8790.00|2;20150518;0.00|3;20150518;7940.00|4;20150519;1.00|5;20150519;0.00|6;20150519;0.00|8;20100527;0.00|26;20100618;5464.00|28;20100527;0.00|29;20100527;0.00
1;20100613;11300.00|2;20140713;29.00|3;20140713;31260.00|4;20140716;12.00|5;20140716;59965.00|6;20140716;8866.00|8;20100606;240.00|29;20100606;-30000000.00
1;20100701;4500.00|2;20111231;100.00|3;20111231;886765.62|4;20111231;137.00|5;20111231;1679665.00|6;20111231;8866.00|8;20100606;600.00|11;20111231;100.00|22;20100606;180.00|23;20100606;420.00|24;20100606;0.00|29;20100606;650.00
1;20100410;34.00|2;20141110;2.00|3;20141110;24150.00|4;20141110;22.00|5;20141110;29253.00|6;20141110;1967.00|8;20100404;0.00|26;20100410;0.00|28;20100404;0.00
1;20100628;5900.00|2;20121130;306.00|3;20121130;34620.00|4;20130220;60.00|5;20130220;68438.00|6;20130220;707.00|8;20100606;540.00|29;20100606;-29999248.00
1;20100528;44.00|2;20150131;0.00|3;20150131;149.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100522;37.00|13;20150131;2800.00|26;20100528;0.00|28;20100522;163.00|29;20100522;37.00
1;20100703;6055.00|2;20131103;47.00|3;20131103;451032.00|4;20131103;577.00|5;20131103;661817.00|6;20131103;1967.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100624;20825.00|28;20100606;0.00|29;20100606;0.00
null
1;20100602;10754.00|2;20150202;6.00|3;20150202;41061.00|4;20150202;59.00|5;20150202;47352.00|6;20150202;707.00|8;20100526;0.00|13;20150202;2800.00|26;20100602;3495.00|28;20100526;0.00|29;20100526;0.00
1;20100611;62940.00|2;20140511;53.00|3;20140511;237840.00|4;20140515;94.00|5;20140515;383847.00|6;20140515;8866.00|8;20100606;1260.00|29;20100606;-29998848.00
1;20100503;13050.00|2;20131103;16.00|3;20131103;90480.00|4;20131103;187.00|5;20131103;222725.00|6;20131103;4233.00|8;20100425;0.00|29;20100425;0.00
1;20100615;4738.00|2;20121115;143.00|3;20121115;246478.00|4;20130220;124.00|5;20130220;471784.00|6;20130220;4233.00|8;20100606;669.00|26;20100625;654.00|28;20100606;981.00|29;20100606;669.00
1;20100530;3980.00|2;20150430;0.00|3;20150430;3800.00|4;20150430;3.00|5;20150430;1414.00|6;20150430;707.00|8;20100518;0.00|26;20100530;3105.00|28;20100518;0.00|29;20100518;0.00
1;20100617;0.00|2;20130617;26.00|3;20130617;166200.00|4;20130617;124.00|5;20130617;214433.00|6;20130617;8866.00|8;20100605;0.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|29;20100605;0.00
1;20100314;17426.00|2;20140314;1.00|3;20140314;18006.00|4;20140314;13.00|5;20140314;47264.00|6;20140314;4233.00|8;20100304;638.00|26;20100314;6638.00|28;20100304;382.00
1;20100523;20700.00|2;20150223;13.00|3;20150223;29163.00|4;20150223;5.00|5;20150223;71265.00|6;20150223;27199.00|8;20100507;0.00|13;20150223;2800.00|26;20100523;0.00|28;20100507;0.00|29;20100507;0.00
1;20100703;6050.00|2;20131103;34.00|3;20131103;207060.00|4;20131103;198.00|5;20131103;372664.00|6;20131103;8866.00|8;20100606;960.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100625;3085.00|28;20100606;0.00|29;20100606;2050.00
1;20100620;7684.00|2;20150220;127.00|3;20150220;31037.00|4;20150220;9.00|5;20150220;36487.00|6;20150220;4233.00|8;20100605;0.00|13;20150220;2800.00|26;20100620;546.00|28;20100605;0.00|29;20100605;0.00
1;20100701;1350.00|2;20111231;114.00|3;20111231;119090.00|4;20111231;26.00|5;20111231;647148.00|6;20111231;17932.00|8;20100606;180.00|11;20111231;100.00|29;20100606;300.00
1;20100612;4500.00|2;20140512;598.00|3;20140512;803640.00|4;20140513;58.00|5;20140513;92627.00|6;20140513;4233.00|8;20100607;1141.00|29;20100607;0.00
null
1;20100703;2357.00|2;20140403;6.00|3;20140403;80610.00|4;20140404;127.00|5;20140404;143883.00|6;20140404;4233.00|8;20100606;60.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100610;10325.00|28;20100606;0.00|29;20100606;100.00
1;20100525;100.00|2;20130325;132.00|3;20130325;79020.00|4;20130325;45.00|5;20130325;156895.00|6;20130325;8866.00|8;20100503;0.00|29;20100503;0.00
1;20100622;0.00|2;20131022;4.00|3;20131022;49020.00|4;20131022;20.00|5;20131022;27877.00|6;20131022;2067.00|8;20100605;0.00|29;20100605;0.00
1;20100601;0.00|2;20111231;35.00|3;20111231;199278.00|4;20111231;147.00|5;20111231;242979.00|6;20111231;1967.00|8;20100529;0.00|11;20111231;100.00|29;20100529;0.00
1;20100617;4792.00|2;20150417;0.00|3;20150417;20241.00|4;20150417;15.00|5;20150417;13678.00|6;20150417;707.00|8;20100605;0.00|26;20100617;3763.00|28;20100605;0.00|29;20100605;0.00
1;20100613;424.00|2;20150513;0.00|3;20150513;424.00|4;20150514;1.00|5;20150514;0.00|6;20150514;0.00|8;20100606;9.00|26;20100613;0.00|28;20100606;91.00|29;20100606;9.00
null
1;20100628;0.00|2;20130728;38.00|3;20130728;104939.00|4;20130728;87.00|5;20130728;178023.00|6;20130728;707.00|8;20100605;0.00|26;20100613;0.00|28;20100605;0.00|29;20100605;0.00
1;20100606;11432.00|2;20130806;134.00|3;20130806;147989.00|4;20130806;57.00|5;20130806;208116.00|6;20130806;4233.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100614;33.00|28;20100606;0.00|29;20100606;200.00
1;20100622;10600.00|2;20101122;89.00|3;20101122;750480.00|4;20101122;307.00|5;20101122;1799660.00|6;20101122;4233.00|8;20100606;840.00|9;20100705;0.00|10;20101122;30400.00|11;20121231;0.00|22;20100606;180.00|23;20100606;660.00|24;20100606;0.00|29;20100606;850.00
1;20100606;7533.00|2;20140406;5.00|3;20140406;84663.00|4;20140407;93.00|5;20140407;120247.00|6;20140407;0.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100626;1368.00|28;20100606;0.00|29;20100606;0.00
1;20100701;12866.20|2;20111231;392.00|3;20111231;1499759.00|4;20111231;452.00|5;20111231;3753039.00|6;20111231;0.00|8;20100607;0.00|11;20111231;100.00|22;20100607;0.00|23;20100607;0.00|24;20100607;0.00|26;20100703;0.00|28;20100607;0.00|29;20100607;0.00
1;20100627;12485.00|2;20110427;65.00|3;20110427;464784.00|4;20110527;202.00|5;20110527;768048.00|6;20110527;0.00|8;20100606;1105.00|11;20121231;0.00|26;20100609;9358.00|28;20100606;0.00|29;20100606;1105.00
null
1;20100612;19515.00|2;20150512;1.00|3;20150512;18845.00|4;20150512;8.00|5;20150512;11348.00|6;20150512;1967.00|8;20100606;720.00|26;20100612;8272.00|28;20100606;0.00|29;20100606;1200.00
1;20100701;9100.00|2;20111231;27.00|3;20111231;375787.00|4;20111231;66.00|5;20111231;932768.00|6;20111231;19927.00|8;20100606;60.00|11;20111231;100.00|29;20100606;50.00
null
1;20100503;52.00|2;20150403;0.00|3;20150403;52.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100405;52.00|13;20150403;2800.00|26;20100503;0.00|28;20100404;48.00
1;20100614;6822.00|2;20110414;109.00|3;20110414;845810.00|4;20110414;100.00|5;20110414;1687543.00|6;20110414;4233.00|8;20100605;0.00|11;20121231;0.00|26;20100625;0.00|28;20100605;0.00|29;20100605;0.00
1;20100512;2400.00|2;20111212;1732.00|3;20111212;357480.00|4;20111212;188.00|5;20111212;365891.00|6;20111212;707.00|8;20100510;0.00|29;20100510;0.00
1;20100701;523.00|2;20111231;153.00|3;20111231;389762.00|4;20111231;191.00|5;20111231;952863.00|6;20111231;8866.00|8;20100606;315.00|11;20111231;100.00|26;20100621;146.00|28;20100606;365.00|29;20100606;185.00
1;20100704;685.00|2;20150404;0.00|3;20150404;19389.00|4;20150404;11.00|5;20150404;22431.00|6;20150404;1513.00|8;20100606;685.00|13;20150404;2800.00|26;20100704;654.00|28;20100606;1065.00|29;20100606;685.00
1;20100609;13064.00|2;20150509;3.00|3;20150509;12514.00|4;20150510;3.00|5;20150510;21965.00|6;20150510;4233.00|8;20100606;921.00|26;20100609;8489.00|28;20100606;1279.00|29;20100606;921.00
1;20100515;11590.00|2;20150315;0.00|3;20150315;14148.00|4;20150315;13.00|5;20150315;11757.00|6;20150315;1967.00|8;20100510;85.00|13;20150315;2800.00|26;20100515;11005.00|28;20100510;198.00|29;20100510;102.00
1;20100426;0.00|2;20140726;0.00|3;20140726;480.00|8;20100418;0.00|29;20100418;0.00
1;20100626;11000.00|2;20140626;277.00|3;20140626;229550.00|4;20140626;95.00|5;20140626;245300.00|6;20140626;4233.00|8;20100606;540.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100621;0.00|28;20100606;0.00|29;20100606;-29999600.00
null
1;20100614;17502.80|2;20150414;0.00|3;20150414;27878.00|4;20150415;15.00|5;20150415;30511.00|6;20150415;1967.00|8;20100606;693.00|26;20100614;15199.00|28;20100606;968.40|29;20100606;831.60
1;20100705;0.00|2;20120505;54.00|3;20120505;172533.00|4;20120912;85.00|5;20120912;388314.00|6;20120912;4233.00|8;20100606;0.00|29;20100606;0.00
null
1;20100705;1400.00|2;20111105;18.00|3;20111105;150120.00|4;20120308;139.00|5;20120308;445706.00|6;20120308;1967.00|8;20100606;660.00|11;20111105;100.00|29;20100606;-29999100.00
1;20100606;35644.80|2;20141106;4.00|3;20141106;87229.00|4;20141106;89.00|5;20141106;105490.00|6;20141106;4233.00|8;20100606;0.00|26;20100606;19789.00|28;20100606;0.00|29;20100606;0.00
1;20100621;25954.40|2;20150421;16.00|3;20150421;67475.00|4;20150421;16.00|5;20150421;39919.00|6;20150421;0.00|8;20100606;1057.00|26;20100621;10987.00|28;20100606;163.78|29;20100606;1161.20
null
1;20100701;4850.00|2;20111231;546.00|3;20111231;689737.00|4;20111231;161.00|5;20111231;1908798.00|6;20111231;35000.00|8;20100605;660.00|11;20111231;100.00|29;20100605;-29999600.00
1;20100628;14070.00|2;20121130;12.00|3;20121130;575880.00|4;20121221;292.00|5;20121221;762009.00|6;20121221;4233.00|8;20100606;1860.00|29;20100606;1790.00
1;20100618;3920.00|2;20120918;117.00|3;20120918;105194.00|4;20130308;67.00|5;20130308;166388.00|6;20130308;707.00|7;20130421;1.00|8;20100606;0.00|29;20100606;0.00
1;20100701;10564.00|2;20111231;1402.00|3;20111231;2106007.00|4;20111231;204.00|5;20111231;4110220.00|6;20111231;35000.00|8;20100606;3830.00|11;20111231;100.00|26;20100606;6986.00|28;20100606;5420.00|29;20100606;4130.00
1;20100521;582.00|2;20150321;11.00|3;20150321;1901.00|4;20150321;3.00|5;20150321;9066.00|6;20150321;8866.00|8;20100424;182.00|13;20150321;2800.00|26;20100521;0.00|28;20100424;218.00|29;20100424;582.00
null
1;20100630;2022.00|2;20150531;3.00|3;20150531;1122.00|4;20150531;1.00|5;20150531;2420.00|6;20150531;2420.00|8;20100606;84.00|26;20100630;40.00|28;20100606;116.00|29;20100606;384.00
1;20100701;3730.00|2;20111231;50.00|3;20111231;700619.25|4;20111231;379.00|5;20111231;1148477.00|6;20111231;1967.00|8;20100606;1980.00|11;20111231;100.00|29;20100606;-29998794.00
1;20100701;2777.00|2;20111231;417.00|3;20111231;770564.00|4;20111231;458.00|5;20111231;1368837.00|6;20111231;4233.00|8;20100606;328.00|11;20111231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100626;0.00|28;20100606;572.00|29;20100606;328.00
1;20100619;5150.00|2;20131119;48.00|3;20131119;204060.00|4;20131119;138.00|5;20131119;596533.00|6;20131119;707.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100628;2857.00|2;20110228;289.00|3;20110228;228025.00|4;20110319;146.00|5;20110319;537695.00|6;20110319;1967.00|8;20100606;118.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100609;4087.00|28;20100606;82.00|29;20100606;118.00
1;20100627;0.00|2;20141227;96.00|3;20141227;43342.00|4;20141227;42.00|5;20141227;59351.00|6;20141227;707.00|8;20100531;0.00|26;20100627;0.00|28;20100531;0.00|29;20100531;0.00
1;20100626;74.00|2;20130526;2126.00|3;20130526;44007.00|4;20130526;54.00|5;20130526;49357.00|6;20130526;707.00|7;20130526;1.00|8;20100605;0.00|13;20130526;9500.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|26;20100620;123.00|28;20100605;0.00|29;20100605;0.00
1;20100701;17516.00|2;20111231;100.00|3;20111231;2538780.25|4;20111231;487.00|5;20111231;4880333.00|6;20111231;9863.00|8;20100606;2999.00|11;20111231;100.00|26;20100611;64205.00|28;20100606;3900.60|29;20100606;3349.40
1;20100615;54206.00|2;20121215;21840.00|3;20121215;713088.00|4;20121215;239.00|5;20121215;931446.00|6;20121215;8866.00|8;20100607;0.00|13;20121215;19500.00|26;20100620;0.00|28;20100607;0.00|29;20100607;0.00
1;20100611;929.00|2;20150211;7.00|3;20150211;12030.00|4;20150212;17.00|5;20150212;15392.00|6;20150212;707.00|8;20100517;559.00|13;20150212;2800.00|26;20100612;0.00|28;20100517;841.00|29;20100517;659.00
1;20100701;17085.00|2;20111231;3064.00|3;20111231;1429455.00|4;20111231;417.00|5;20111231;3018270.00|6;20111231;8866.00|8;20100606;2220.00|11;20111231;100.00|22;20100606;1440.00|23;20100606;780.00|24;20100606;2.00|29;20100606;2675.00
1;20100620;3710.00|2;20111120;11656.00|3;20111120;1193492.00|4;20111203;163.00|5;20111203;1635578.00|6;20111203;35000.00|8;20100606;20.00|26;20100611;1458.00|28;20100606;80.00|29;20100606;20.00
null
1;20100610;0.00|2;20150310;1.00|3;20150310;14746.00|4;20150310;16.00|5;20150310;15843.00|6;20150310;707.00|8;20100605;0.00|13;20150310;2800.00|26;20100610;0.00|28;20100605;0.00|29;20100605;0.00
1;20100618;13050.00|2;20130118;36.00|3;20130118;691185.62|4;20130118;961.00|5;20130118;1156403.00|6;20130118;707.00|7;20130118;1.00|8;20100605;0.00|13;20130118;9500.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|29;20100605;0.00
1;20100615;5455.00|2;20150515;2.00|3;20150515;5140.00|4;20150515;3.00|5;20150515;3934.00|6;20150515;1967.00|8;20100606;255.00|26;20100615;2772.00|28;20100606;345.00|29;20100606;255.00
1;20100701;7688.00|2;20111231;75.00|3;20111231;1632507.00|4;20111231;253.00|5;20111231;3434499.00|6;20111231;19927.00|8;20100606;1132.00|11;20111231;100.00|21;20141006;23460.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100703;1771.00|28;20100606;1668.00|29;20100606;1132.00
null
1;20100610;4321.00|2;20150510;3.00|3;20150510;3101.00|4;20150510;1.00|5;20150510;0.00|6;20150510;0.00|8;20100517;0.00|26;20100610;1831.00|28;20100517;0.00|29;20100517;0.00
1;20100618;4722.00|2;20140818;5.00|3;20140818;88984.00|4;20140818;114.00|5;20140818;125273.00|6;20140818;707.00|8;20100605;1037.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|26;20100627;1772.00|28;20100605;2146.00|29;20100605;1037.00
1;20100328;0.00|2;20150228;0.00|3;20150228;0.00|4;20150228;1.00|5;20150228;200.00|6;20150228;200.00|13;20150228;2800.00|26;20100328;0.00
1;20100620;5330.00|2;20150520;0.00|3;20150520;5290.00|4;20150520;1.00|5;20150520;0.00|6;20150520;0.00|8;20100605;0.00|26;20100620;3828.00|28;20100605;0.00|29;20100605;0.00
1;20100701;277.00|2;20111231;45.00|3;20111231;336317.00|4;20111231;62.00|5;20111231;1156241.00|6;20111231;8866.00|8;20100606;186.00|11;20111231;100.00|26;20100629;0.00|28;20100606;314.00|29;20100606;186.00
1;20100606;2066.00|2;20130806;644.00|3;20130806;21612.00|4;20130806;34.00|5;20130806;57880.00|6;20130806;707.00|8;20100606;0.00|26;20100617;0.00|28;20100606;0.00|29;20100606;0.00
1;20100628;100.00|2;20141029;0.00|3;20141029;84000.00|4;20141029;34.00|5;20141029;75664.00|6;20141029;1967.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100703;148.00|2;20141003;987.00|3;20141003;47793.00|4;20141003;48.00|5;20141003;73317.00|6;20141003;707.00|8;20100606;147.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100609;149.00|28;20100606;153.00|29;20100606;147.00
1;20100503;55.00|2;20150403;0.00|3;20150403;55.00|4;20150403;1.00|5;20150403;200.00|6;20150403;200.00|8;20100405;55.00|13;20150403;2800.00|26;20100503;0.00|28;20100404;45.00
1;20100628;78.00|2;20150528;0.00|3;20150528;78.00|4;20150528;1.00|5;20150528;0.00|6;20150528;0.00|8;20100606;7.00|26;20100628;0.00|28;20100606;93.00|29;20100606;7.00
1;20100701;0.00|2;20111231;180.00|3;20111231;177023.00|4;20110311;111.00|5;20110311;331632.00|6;20110311;707.00|8;20100606;0.00|11;20111231;100.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
1;20100701;0.00|2;20111231;3162.00|3;20111231;1135504.50|4;20111231;343.00|5;20111231;2107177.00|6;20111231;35000.00|8;20100606;0.00|11;20111231;100.00|26;20100609;4248.00|28;20100606;0.00|29;20100606;0.00
1;20100612;16846.00|2;20110712;3902.00|3;20110712;675669.00|4;20110728;96.00|5;20110728;1507967.00|6;20110728;19927.00|8;20100606;134.00|11;20110712;0.00|26;20100606;2654.00|28;20100606;516.00|29;20100606;334.00
1;20100506;2600.00|2;20150406;1.00|3;20150406;2500.00|4;20150406;3.00|5;20150406;200.00|6;20150406;0.00|8;20100408;0.00|13;20150406;2800.00|26;20100506;1294.00|28;20100408;0.00
1;20100623;300.00|2;20140823;18.00|3;20140823;77460.00|4;20140823;76.00|5;20140823;88584.00|6;20140823;707.00|8;20100524;300.00|22;20100524;300.00|23;20100524;0.00|24;20100524;0.00|29;20100524;300.00
1;20100609;10016.00|2;20101009;6231.00|3;20101009;342171.00|4;20101009;74.00|5;20101009;839483.00|6;20101009;35000.00|8;20100606;31.00|11;20121231;0.00|26;20100628;1148.00|28;20100606;69.00|29;20100606;131.00
null
1;20100512;0.00|2;20120812;1256.00|3;20120812;2184600.00|4;20120814;315.00|5;20120814;621981.00|6;20120814;4333.00|8;20100502;0.00|29;20100502;0.00
1;20100701;7500.00|2;20110401;196.00|3;20110401;1167259.00|4;20110501;58.00|5;20110501;2552507.00|6;20110501;35000.00|8;20100606;360.00|11;20121231;0.00|29;20100606;360.00
1;20100604;2008.00|2;20150404;0.00|3;20150404;8662.00|4;20150404;9.00|5;20150404;11902.00|6;20150404;1967.00|8;20100601;0.00|13;20150404;2800.00|26;20100604;1773.00|28;20100601;0.00|29;20100601;0.00
1;20100701;400.00|2;20111231;154.00|3;20111231;167836.00|4;20111231;221.00|5;20111231;580567.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|26;20100705;0.00|28;20100606;0.00|29;20100606;0.00
1;20100622;0.00|2;20130422;73.00|3;20130422;234840.00|4;20130422;137.00|5;20130422;385608.00|6;20130422;707.00|8;20100606;0.00|29;20100606;0.00
null
1;20100705;0.00|2;20150605;0.00|3;20150605;0.00|8;20100606;0.00|26;20100705;0.00
null
1;20100606;11770.00|2;20120806;4579.00|3;20120806;630540.00|4;20120818;199.00|5;20120818;1002160.00|6;20120818;4233.00|8;20100606;840.00|29;20100606;-29999048.00
1;20100411;212.00|2;20141011;2.00|3;20141011;2912.00|4;20141108;4.00|5;20141108;4387.00|6;20141108;707.00|8;20100327;62.00|26;20100420;62.00|28;20100327;238.00
1;20100614;1244.00|2;20150314;1.00|3;20150314;12107.00|4;20150314;8.00|5;20150314;11041.00|6;20150314;707.00|8;20100606;120.00|13;20150314;2800.00|26;20100614;809.00|28;20100606;256.50|29;20100606;120.00
1;20100613;1259.00|2;20140813;5.00|3;20140813;23540.00|4;20140826;10.00|5;20140826;34065.00|6;20140826;3326.00|8;20100605;358.00|26;20100605;0.00|28;20100605;242.00|29;20100605;358.00
1;20100611;9081.00|2;20130711;14.00|3;20130711;51578.00|4;20130711;29.00|5;20130711;84552.00|6;20130711;4233.00|7;20130711;1.00|8;20100606;148.00|13;20130711;14800.00|26;20100703;267.00|28;20100606;352.00|29;20100606;148.00
1;20100704;0.00|2;20150404;8.00|3;20150404;10372.00|4;20150404;7.00|5;20150404;10035.00|6;20150404;1967.00|8;20100606;0.00|13;20150404;2800.00|26;20100704;0.00|28;20100606;0.00|29;20100606;0.00
1;20100630;1340.00|2;20150531;1.00|3;20150531;1190.00|4;20150531;1.00|5;20150531;2420.00|6;20150531;2420.00|8;20100606;164.00|26;20100630;328.00|28;20100606;236.00|29;20100606;164.00
1;20100622;9693.00|2;20140922;417.00|3;20140922;103826.00|4;20140922;48.00|5;20140922;130624.00|6;20140922;4233.00|8;20100606;60.00|26;20100611;5743.00|28;20100606;0.00|29;20100606;100.00
1;20100626;3258.00|2;20130826;9.00|3;20130826;62127.00|4;20130826;41.00|5;20130826;101304.00|6;20130826;4233.00|8;20100606;0.00|13;20130826;9500.00|26;20100704;5.00|28;20100606;0.00|29;20100606;0.00
1;20100628;3844.00|2;20141229;43.00|3;20141229;224461.00|4;20141229;44.00|5;20141229;143377.00|6;20141229;0.00|8;20100606;366.00|26;20100628;1838.00|28;20100606;0.00|29;20100606;366.00
1;20100613;150.00|2;20140313;5.00|3;20140313;2040.00|4;20140315;1.00|5;20140315;8866.00|6;20140315;8866.00|8;20100606;0.00|29;20100606;0.00
1;20100623;2000.00|2;20120523;53.00|3;20120523;80220.00|4;20120729;56.00|5;20120729;215210.00|6;20120729;8866.00|8;20100606;0.00|29;20100606;0.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100701;7123.00|2;20110201;1705.00|3;20110201;1743321.00|4;20110201;172.00|5;20110201;2061525.00|6;20110201;35000.00|8;20100606;915.00|11;20121231;0.00|26;20100704;40.00|28;20100606;1395.00|29;20100606;1155.00
1;20100619;0.00|2;20130619;11.00|3;20130619;16680.00|4;20130721;9.00|5;20130721;4241.00|6;20130721;0.00|8;20100606;0.00|29;20100606;0.00
1;20100616;22575.80|2;20150416;0.00|3;20150416;43368.00|4;20150416;38.00|5;20150416;38759.00|6;20150416;707.00|8;20100607;164.00|26;20100616;19609.00|28;20100607;403.20|29;20100607;196.80
1;20100701;1868.00|2;20111231;37.00|3;20111231;207297.62|4;20111231;120.00|5;20111231;396732.00|6;20111231;1967.00|8;20100606;100.00|11;20111231;100.00|26;20100625;1493.00|28;20100606;400.00|29;20100606;100.00
1;20100401;1400.00|2;20111231;80.00|3;20111231;654431.62|4;20111231;9018.00|5;20111231;556711.00|6;20111231;1704.00|7;20120411;8.00|8;20100313;0.00|11;20111231;0.00|22;20100313;0.00|23;20100313;0.00|24;20100313;0.00
1;20100610;150.00|2;20140510;3233.00|3;20140510;33723.00|4;20140513;54.00|5;20140513;62111.00|6;20140513;0.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100620;0.00|28;20100606;0.00|29;20100606;0.00
1;20100528;2450.00|2;20121129;13.00|3;20121129;1011552.00|4;20121129;98.00|5;20121129;1830146.00|6;20121129;4233.00|8;20100518;0.00|29;20100518;0.00
1;20100614;5681.00|2;20110414;156.00|3;20110414;406269.00|4;20110414;179.00|5;20110414;929409.00|6;20110414;4233.00|8;20100606;231.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100705;231.00|28;20100606;369.00|29;20100606;231.00
1;20100616;27752.60|2;20140816;7.00|3;20140816;292231.00|4;20140818;161.00|5;20140818;378137.00|6;20140818;1967.00|8;20100606;1306.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100622;9170.00|28;20100606;2194.00|29;20100606;1306.00
1;20100508;0.00|2;20130108;209.00|3;20130108;118680.00|4;20130108;99.00|5;20130108;215716.00|6;20130108;4333.00|8;20100414;0.00|22;20100414;0.00|23;20100414;0.00|24;20100414;0.00|29;20100414;0.00
null
1;20100613;35600.00|2;20101013;13055.00|3;20101013;531000.00|4;20101013;136.00|5;20101013;1475855.00|6;20101013;19746.00|8;20100606;300.00|11;20121231;0.00|29;20100606;500.00
1;20100701;8220.00|2;20111231;50.00|3;20111231;2867773.00|4;20111231;1015.00|5;20111231;4848293.00|6;20111231;4233.00|8;20100606;960.00|11;20111231;100.00|29;20100606;960.00
1;20100405;0.00|2;20110105;30.00|3;20110105;31530.00|4;20110206;31.00|5;20110206;116621.00|6;20110206;0.00|8;20100321;0.00|11;20121231;0.00
1;20100619;37049.60|2;20150219;2.00|3;20150219;174639.00|4;20150219;40.00|5;20150219;22769.00|6;20150219;0.00|8;20100605;0.00|13;20150219;2800.00|26;20100619;13093.00|28;20100605;0.00|29;20100605;0.00
1;20100314;0.00|2;20131114;23.00|3;20131114;125460.00|4;20131218;130.00|5;20131218;186520.00|6;20131218;1613.00|8;20100306;0.00|21;20140801;16920.00|22;20100306;0.00|23;20100306;0.00|24;20100306;0.00
1;20100628;12.00|2;20150131;0.00|3;20150131;126.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100603;2.00|13;20150131;2800.00|26;20100628;0.00|28;20100603;98.00|29;20100603;2.00
1;20100701;2030.00|2;20111231;57.00|3;20111231;184829.00|4;20111231;74.00|5;20111231;319699.00|6;20111231;4233.00|8;20100606;420.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;350.00
1;20100422;8661.00|2;20150322;27.00|3;20150322;1151.00|4;20150322;3.00|5;20150322;10066.00|6;20150322;8866.00|8;20100331;93.00|13;20150322;5200.00|26;20100422;0.00|28;20100331;207.00
null
null
1;20100607;51296.85|2;20140407;57.00|3;20140407;237161.00|4;20140407;219.00|5;20140407;287950.00|6;20140407;707.00|8;20100606;0.00|26;20100705;0.00|28;20100606;0.00|29;20100606;0.00
null
1;20100518;0.00|2;20150218;0.00|3;20150218;93621.00|4;20150218;63.00|5;20150218;105192.00|6;20150218;1513.00|8;20100425;0.00|13;20150218;2800.00|26;20100518;0.00|28;20100425;0.00|29;20100425;0.00
1;20100701;8730.00|2;20111231;351.00|3;20111231;3066873.00|4;20111231;505.00|5;20111231;4213168.00|6;20111231;8866.00|8;20100606;2040.00|11;20111231;0.00|29;20100606;1840.00
1;20100614;0.00|2;20140514;17.00|3;20140514;56160.00|4;20140517;63.00|5;20140517;89525.00|6;20140517;707.00|8;20100606;0.00|29;20100606;0.00
null
1;20100629;0.00|2;20150529;0.00|3;20150529;0.00
null
1;20100703;5323.00|2;20150403;14.00|3;20150403;34201.00|4;20150403;32.00|5;20150403;34010.00|6;20150403;707.00|8;20100606;1341.00|13;20150403;2800.00|26;20100703;0.00|28;20100606;2159.00|29;20100606;1641.00
1;20100701;236.00|2;20111231;43.00|3;20111231;365281.00|4;20111231;53.00|5;20111231;1031149.00|6;20111231;8866.00|7;20101231;7.00|8;20100606;0.00|11;20111231;100.00|26;20100702;0.00|28;20100606;0.00|29;20100606;0.00
1;20100628;85.00|2;20150528;0.00|3;20150528;85.00|4;20150528;1.00|5;20150528;0.00|6;20150528;0.00|8;20100606;12.00|26;20100628;0.00|28;20100606;88.00|29;20100606;12.00
1;20100515;49.00|2;20150415;0.00|3;20150415;49.00|4;20150422;1.00|5;20150422;707.00|6;20150422;707.00|8;20100428;13.00|26;20100515;0.00|28;20100428;87.00|29;20100428;13.00
1;20100311;0.00|2;20150211;0.00|3;20150211;0.00|4;20150211;1.00|5;20150211;200.00|6;20150211;200.00|8;20100228;0.00|13;20150211;2800.00|26;20100311;0.00
1;20100627;150.00|2;20140927;0.00|3;20140927;2400.00|4;20140928;7.00|5;20140928;3535.00|6;20140928;707.00|8;20100605;60.00|22;20100605;0.00|23;20100605;60.00|24;20100605;0.00|29;20100605;150.00
1;20100612;6163.00|2;20121212;25.00|3;20121212;139811.00|4;20121212;144.00|5;20121212;257784.00|6;20121212;707.00|8;20100605;90.00|13;20121212;19500.00|26;20100607;1650.00|28;20100605;110.00|29;20100605;90.00
1;20100701;1250.00|2;20111231;93.00|3;20111231;332626.00|4;20111231;126.00|5;20111231;852085.00|6;20111231;4233.00|8;20100606;180.00|11;20111231;100.00|29;20100606;150.00
1;20100501;0.00|2;20111231;46.00|3;20111231;26373.00|4;20111231;31.00|5;20111231;68524.00|6;20111231;2025.00|8;20100428;0.00|11;20111231;100.00|29;20100428;0.00
1;20100628;0.00|2;20141129;15.00|3;20141129;93791.00|4;20141129;44.00|5;20141129;155367.00|6;20141129;4233.00|8;20100605;0.00|26;20100628;0.00|28;20100605;0.00|29;20100605;0.00
1;20100614;0.00|2;20140714;5.00|3;20140714;354660.00|4;20140714;176.00|5;20140714;382903.00|6;20140714;4233.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100701;0.00|2;20111231;43.00|3;20111231;578831.00|4;20111231;271.00|5;20111231;1474380.00|6;20111231;1967.00|8;20100606;0.00|11;20111231;100.00|26;20100617;0.00|28;20100606;0.00|29;20100606;0.00
1;20100705;1223.00|2;20110105;60.00|3;20110105;186840.00|4;20110405;156.00|5;20110405;263126.00|6;20110405;1967.00|8;20100606;1223.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100704;267.00|28;20100606;1569.37|29;20100606;-29999412.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
null
1;20100306;1500.00|2;20140506;6.00|3;20140506;25560.00|4;20140507;20.00|5;20140507;35192.00|6;20140507;2067.00|8;20100222;0.00
1;20100615;0.00|2;20150415;8.00|3;20150415;11659.00|4;20150415;3.00|5;20150415;13253.00|6;20150415;1967.00|8;20100518;0.00|26;20100615;0.00|28;20100518;0.00|29;20100518;0.00
1;20100704;2992.00|2;20150504;1.00|3;20150504;50516.00|4;20150504;6.00|5;20150504;47699.00|6;20150504;4233.00|8;20100606;1440.00|26;20100704;0.00|28;20100606;0.00|29;20100606;1056.00
null
1;20100622;3000.00|2;20130422;9.00|3;20130422;48720.00|4;20130422;18.00|5;20130422;95336.00|6;20130422;8866.00|8;20100606;420.00|29;20100606;-30000000.00
1;20100622;7920.00|2;20130422;34.00|3;20130422;178103.00|4;20130422;47.00|5;20130422;313962.00|6;20130422;8866.00|8;20100606;0.00|26;20100620;5606.00|28;20100606;0.00|29;20100606;0.00
null
1;20100605;300.00|2;20141105;0.00|3;20141105;2460.00|4;20141212;5.00|5;20141212;3535.00|6;20141212;707.00|8;20100527;180.00|29;20100527;-30000000.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100617;7885.00|2;20111217;100.00|3;20111217;866045.00|4;20111226;948.00|5;20111226;1674480.00|6;20111226;8866.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100610;8515.00|28;20100606;0.00|29;20100606;0.00
1;20100610;1450.00|2;20150210;1.00|3;20150210;7745.00|4;20150211;7.00|5;20150211;12905.00|6;20150211;2420.00|8;20100606;600.00|13;20150211;2800.00|26;20100611;450.00|28;20100606;0.00|29;20100606;1000.00
null
null
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100415;17275.00|2;20140915;0.00|3;20140915;32700.00|4;20140915;25.00|5;20140915;49406.00|6;20140915;0.00|8;20100410;0.00|22;20100410;0.00|23;20100410;0.00|24;20100410;0.00
1;20100701;300.00|2;20111231;55.00|3;20111231;286541.97|4;20111231;101.00|5;20111231;810494.00|6;20111231;8866.00|8;20100604;120.00|11;20111231;100.00|29;20100604;200.00
1;20100622;32472.00|2;20140522;83.00|3;20140522;761970.00|4;20140522;411.00|5;20140522;874809.00|6;20140522;1967.00|8;20100606;6360.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100611;0.00|28;20100606;0.00|29;20100606;4664.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100513;0.00|2;20141013;0.00|3;20141013;855000.00|4;20141013;10.00|5;20141013;755000.00|6;20141013;140000.00|8;20100427;0.00|29;20100427;0.00
1;20100523;0.00|2;20150423;0.00|3;20150423;0.00|8;20100424;0.00|26;20100523;0.00
1;20100228;3200.00|2;20140730;20.00|3;20140730;27720.00|4;20140730;45.00|5;20140730;67824.00|6;20140730;707.00|8;20100228;0.00
1;20100605;2914.00|2;20120505;648.00|3;20120505;1080134.50|4;20120512;155.00|5;20120512;824681.00|6;20120512;4233.00|8;20100605;0.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|26;20100704;0.00|28;20100605;0.00|29;20100605;0.00
1;20100523;3386.00|2;20150423;0.00|3;20150423;2866.00|4;20150423;1.00|5;20150423;4233.00|6;20150423;4233.00|8;20100502;0.00|26;20100523;1483.00|28;20100502;0.00|29;20100502;0.00
1;20100701;1100.00|2;20111231;1755.00|3;20111231;2591622.00|4;20111231;298.00|5;20111231;4435962.00|6;20111231;0.00|8;20100606;180.00|9;20100705;0.00|10;20101125;33411.00|11;20111231;100.00|21;20141005;1680.00|29;20100606;150.00
1;20100401;0.00|2;20111231;71.00|3;20111231;1123426.00|4;20111231;221.00|5;20111231;2092473.00|6;20111231;253.00|8;20100305;0.00|11;20111231;100.00|26;20100323;0.00|28;20100305;0.00
1;20100701;1484.00|2;20111231;58.00|3;20111231;233895.00|4;20111231;47.00|5;20111231;680451.00|6;20111231;8866.00|8;20100606;579.00|11;20111231;100.00|26;20100611;2056.00|28;20100606;1221.00|29;20100606;-30000000.00
1;20100629;3723.00|2;20150429;1.00|3;20150429;46177.00|4;20150429;5.00|5;20150429;43466.00|6;20150429;4233.00|8;20100531;3441.00|26;20100629;1727.00|28;20100531;4209.00|29;20100531;3441.00
1;20100608;0.00|2;20130408;17.00|3;20130408;105066.00|4;20130513;156.00|5;20130513;130901.00|6;20130513;707.00|8;20100602;0.00|29;20100602;0.00
1;20100608;8766.00|2;20121108;41.00|3;20121108;336688.00|4;20130228;217.00|5;20130228;482378.00|6;20130228;1967.00|8;20100528;417.00|26;20100528;6578.00|28;20100528;803.72|29;20100528;-30000000.00
1;20100703;0.00|2;20131103;2.00|3;20131103;156240.00|4;20131103;197.00|5;20131103;192384.00|6;20131103;0.00|8;20100606;0.00|29;20100606;0.00
1;20100614;5203.00|2;20120314;64.00|3;20120314;85971.00|4;20120425;35.00|5;20120425;135337.00|6;20120425;9863.00|8;20100606;32.00|26;20100613;0.00|28;20100606;68.00|29;20100606;32.00
1;20100703;203.00|2;20131103;112.00|3;20131103;80821.00|4;20131103;54.00|5;20131103;184260.00|6;20131103;4233.00|8;20100606;51.00|21;20140924;480.00|26;20100701;0.00|28;20100606;149.00|29;20100606;51.00
null
null
1;20100619;2260.00|2;20101119;246.00|3;20101119;383880.00|4;20101119;259.00|5;20101119;787014.00|6;20101119;707.00|7;20120720;6.00|8;20100526;0.00|11;20121231;0.00|29;20100526;0.00
null
1;20100612;9194.00|2;20101112;1593.00|3;20101112;677774.00|4;20101112;120.00|5;20101112;625855.00|6;20101112;8866.00|8;20100606;437.00|11;20121231;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100629;731.00|28;20100606;943.00|29;20100606;437.00
1;20100701;2047.80|2;20111231;57.00|3;20111231;693345.00|4;20110518;291.00|5;20110518;919060.00|6;20110518;1967.00|8;20100605;124.00|11;20111231;100.00|26;20100606;21518.00|28;20100605;1047.11|29;20100605;124.00
null
null
1;20100408;90120.00|2;20150308;4.00|3;20150308;6740.00|4;20150308;6.00|5;20150308;109433.00|6;20150308;35000.00|8;20100315;24.00|13;20150308;2800.00|26;20100408;584.00|28;20100315;76.00
null
1;20100703;0.00|2;20150403;9.00|3;20150403;204982.00|4;20150403;70.00|5;20150403;72216.00|6;20150403;1967.00|8;20100606;0.00|13;20150403;2800.00|26;20100703;0.00|28;20100606;0.00|29;20100606;0.00
null
1;20100625;0.00|2;20140425;33.00|3;20140425;281915.00|4;20140426;83.00|5;20140426;410013.00|6;20140426;1967.00|8;20100530;0.00|26;20100617;0.00|28;20100530;0.00|29;20100530;0.00
1;20100703;800.00|2;20140903;2.00|3;20140903;1302900.00|4;20140903;21.00|5;20140903;1105000.00|6;20140903;65000.00|8;20100606;180.00|29;20100606;0.00
null
1;20100614;11500.00|2;20140714;13.00|3;20140714;137040.00|4;20140714;149.00|5;20140714;145383.00|6;20140714;2420.00|8;20100529;0.00|29;20100529;0.00
null
1;20100702;640.00|2;20150502;2.00|3;20150502;3970.00|4;20150502;1.00|5;20150502;0.00|6;20150502;0.00|8;20100606;44.00|26;20100702;0.00|28;20100606;56.00|29;20100606;44.00
1;20100608;17782.00|2;20121108;103.00|3;20121108;321359.00|4;20121123;253.00|5;20121123;770717.00|6;20121123;1967.00|8;20100606;0.00|26;20100607;734.00|28;20100606;0.00|29;20100606;0.00
1;20100408;0.00|2;20121108;56.00|3;20121108;28800.00|4;20130422;41.00|5;20130422;45987.00|6;20130422;4333.00|8;20100330;0.00
1;20100701;573.00|2;20111231;77.00|3;20111231;174393.00|4;20111231;244.00|5;20111231;437635.00|6;20111231;707.00|8;20100606;94.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100615;49.00|28;20100606;106.00|29;20100606;94.00
1;20100622;4761.00|2;20150222;0.00|3;20150222;33123.00|4;20150223;27.00|5;20150223;32994.00|6;20150223;707.00|8;20100605;556.00|13;20150223;2800.00|26;20100623;3572.00|28;20100605;999.81|29;20100605;556.00
1;20100526;278.00|2;20130826;10.00|3;20130826;51523.00|4;20130826;56.00|5;20130826;72153.00|6;20130826;707.00|8;20100501;0.00|13;20130826;9500.00|22;20100501;0.00|23;20100501;0.00|24;20100501;0.00|26;20100506;6731.00|28;20100501;0.00|29;20100501;0.00
1;20100705;593.00|2;20150605;0.00|3;20150605;593.00|4;20150605;1.00|5;20150605;0.00|6;20150605;0.00|8;20100607;0.00|26;20100705;573.00|28;20100607;0.00|29;20100607;0.00
1;20100701;521.00|2;20111231;6024.00|3;20111231;424149.00|4;20111231;24.00|5;20111231;571008.00|6;20111231;35000.00|8;20100605;29.00|11;20111231;100.00|26;20100608;152.00|28;20100605;171.00|29;20100605;29.00
1;20100423;2277.20|2;20140923;0.00|3;20140923;98975.00|4;20140923;35.00|5;20140923;113586.00|6;20140923;4233.00|8;20100325;0.00|22;20100325;0.00|23;20100325;0.00|24;20100325;0.00|26;20100326;27930.00|28;20100325;0.00
1;20100613;14374.00|2;20141213;33.00|3;20141213;81098.00|4;20141216;38.00|5;20141216;96174.00|6;20141216;1967.00|8;20100606;323.00|26;20100616;2995.00|28;20100606;527.00|29;20100606;323.00
1;20100701;2312.00|2;20150601;1.00|3;20150601;2162.00|4;20150601;2.00|5;20150601;37420.00|6;20150601;35000.00|8;20100606;86.00|26;20100701;1950.00|28;20100606;214.00|29;20100606;86.00
1;20100705;876.00|2;20110105;171.00|3;20110105;586985.00|4;20110106;388.00|5;20110106;770570.00|6;20110106;1967.00|8;20100606;876.00|11;20121231;0.00|26;20100704;1437.00|28;20100606;1375.25|29;20100606;-29999628.00
1;20100419;0.00|2;20150319;0.00|3;20150319;0.00|4;20150319;1.00|5;20150319;200.00|6;20150319;200.00|13;20150319;2800.00|26;20100419;0.00
1;20100426;0.00|2;20140826;3.00|3;20140826;542430.00|4;20140830;6.00|5;20140830;560000.00|6;20140830;0.00|8;20100329;0.00
1;20100705;0.00|2;20150405;15.00|3;20150405;164073.00|4;20150405;21.00|5;20150405;1200.00|6;20150405;0.00|8;20100606;0.00|13;20150405;5200.00|26;20100705;0.00|28;20100606;0.00|29;20100606;0.00
1;20100601;13637.00|2;20150501;0.00|3;20150501;8527.00|4;20150505;4.00|5;20150505;13406.00|6;20150505;4233.00|8;20100519;0.00|26;20100601;924.00|28;20100519;0.00|29;20100519;0.00
1;20100618;12222.00|2;20150418;6.00|3;20150418;51886.00|4;20150418;58.00|5;20150418;51639.00|6;20150418;1967.00|8;20100606;1961.00|26;20100618;8796.00|28;20100606;3939.00|29;20100606;1961.00
1;20100701;0.00|2;20111231;95.00|3;20111231;126240.00|4;20110502;60.00|5;20110502;299772.00|6;20110502;4333.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100701;5553.00|2;20111231;138.00|3;20111231;664456.00|4;20111231;178.00|5;20111231;1294738.00|6;20111231;19927.00|8;20100606;1770.00|11;20111231;100.00|12;20100606;0.00|26;20100623;4550.00|28;20100606;2297.24|29;20100606;-29998708.00
1;20100609;2900.00|2;20120309;23.00|3;20120309;617408.00|4;20120318;452.00|5;20120318;1133321.00|6;20120318;1967.00|8;20100606;60.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;100.00
null
1;20100608;48586.21|2;20130108;141.00|3;20130108;539631.00|4;20130108;185.00|5;20130108;974653.00|6;20130108;19927.00|8;20100606;240.00|26;20100702;0.00|28;20100606;0.00|29;20100606;400.00
1;20100517;400.00|2;20141117;0.00|3;20141117;2340.00|4;20141118;5.00|5;20141118;5801.00|6;20141118;707.00|8;20100421;60.00|29;20100421;100.00
1;20100609;0.00|2;20150209;4.00|3;20150209;88186.00|4;20150209;43.00|5;20150209;97437.00|6;20150209;1967.00|8;20100523;0.00|13;20150209;2800.00|26;20100609;0.00|28;20100523;0.00|29;20100523;0.00
null
null
1;20100419;19460.00|2;20131119;30.00|3;20131119;99720.00|4;20131119;174.00|5;20131119;160563.00|6;20131119;707.00|8;20100416;0.00|29;20100416;0.00
1;20100609;3079.00|2;20150409;0.00|3;20150409;16025.00|4;20150409;7.00|5;20150409;7515.00|6;20150409;1967.00|8;20100606;184.00|13;20150409;2800.00|26;20100609;2915.00|28;20100606;416.00|29;20100606;184.00
1;20100501;36146.21|2;20111231;315.00|3;20111231;1078800.00|4;20111231;113.00|5;20111231;1699404.00|6;20111231;8866.00|8;20100427;927.00|11;20111231;100.00|26;20100525;1345.00|28;20100427;1973.00|29;20100427;927.00
null
1;20100612;0.00|2;20141012;0.00|3;20141012;252632.00|4;20141012;4.00|5;20141012;195000.00|6;20141012;65000.00|8;20100515;0.00|29;20100515;0.00
1;20100704;322.00|2;20130304;47.00|3;20130304;159689.00|4;20130304;37.00|5;20130304;140746.00|6;20130304;4233.00|8;20100606;318.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100626;751.00|28;20100606;482.00|29;20100606;318.00
1;20100625;0.00|2;20130325;101.00|3;20130325;14400.00|4;20130325;11.00|5;20130325;25921.00|6;20130325;0.00|8;20100606;0.00|29;20100606;0.00
1;20100601;670.00|2;20150401;0.00|3;20150401;13796.00|4;20150401;15.00|5;20150401;13877.00|6;20150401;707.00|8;20100526;0.00|13;20150401;2800.00|26;20100601;529.00|28;20100526;0.00|29;20100526;0.00
1;20100602;35376.00|2;20150302;2.00|3;20150302;13040.00|4;20150302;6.00|5;20150302;105200.00|6;20150302;35000.00|8;20100508;0.00|13;20150302;2800.00|26;20100602;191.00|28;20100508;0.00|29;20100508;0.00
1;20100701;6200.00|2;20111231;636.00|3;20111231;1333378.00|4;20111231;169.00|5;20111231;3583426.00|6;20111231;35000.00|8;20100606;60.00|11;20111231;100.00|29;20100606;100.00
1;20100608;15990.00|2;20121108;1221.00|3;20121108;140820.00|4;20130115;72.00|5;20130115;345524.00|6;20130115;4233.00|8;20100605;0.00|29;20100605;150.00
1;20100701;1757.00|2;20111231;45.00|3;20111231;335033.00|4;20111116;362.00|5;20111116;791990.00|6;20111116;1967.00|8;20100606;564.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100611;0.00|28;20100606;956.00|29;20100606;444.00
1;20100504;26906.20|2;20141204;1.00|3;20141204;61108.00|4;20141222;26.00|5;20141222;78727.00|6;20141222;1967.00|8;20100427;855.00|26;20100504;22611.00|28;20100427;1524.00|29;20100427;1026.00
1;20091015;0.00|2;20130515;3.00|3;20130515;420.00|8;20091014;0.00
null
1;20100705;0.00|2;20111205;47.00|3;20111205;360300.00|4;20120130;67.00|5;20120130;559707.00|6;20120130;4233.00|8;20100606;0.00|29;20100606;0.00
1;20100703;0.00|2;20131103;9.00|3;20131103;75513.00|4;20131103;84.00|5;20131103;126928.00|6;20131103;707.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100701;0.00|28;20100606;0.00|29;20100606;0.00
1;20100703;12755.00|2;20150603;7.00|3;20150603;10805.00|4;20150603;2.00|5;20150603;35000.00|6;20150603;35000.00|8;20100606;3067.00|26;20100703;9755.00|28;20100606;5233.00|29;20100606;4417.00
1;20100610;5600.00|2;20120910;108.00|3;20120910;204660.00|4;20120923;189.00|5;20120923;383049.00|6;20120923;1967.00|8;20100606;0.00|29;20100606;0.00
1;20100703;0.00|2;20131103;2221.00|3;20131103;25227.00|4;20131103;29.00|5;20131103;55864.00|6;20131103;0.00|8;20100607;0.00|26;20100622;0.00|28;20100607;0.00|29;20100607;0.00
1;20100623;3876.00|2;20111023;66.00|3;20111023;202035.00|4;20111110;205.00|5;20111110;406655.00|6;20111110;1967.00|8;20100606;182.00|11;20111023;100.00|26;20100607;5188.00|28;20100606;368.00|29;20100606;182.00
1;20100617;5500.00|2;20120917;48.00|3;20120917;98692.00|4;20121126;127.00|5;20121126;200058.00|6;20121126;4233.00|8;20100606;0.00|29;20100606;0.00
1;20100621;630.00|2;20140821;132.00|3;20140821;710660.00|4;20140821;193.00|5;20140821;939286.00|6;20140821;707.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100627;0.00|28;20100606;0.00|29;20100606;0.00
1;20100628;500.00|2;20111229;152.00|3;20111229;183987.00|4;20120129;226.00|5;20120129;441750.00|6;20120129;707.00|8;20100605;0.00|26;20100626;0.00|28;20100605;0.00|29;20100605;0.00
1;20100605;0.00|2;20150405;8.00|3;20150405;13748.00|4;20150405;7.00|5;20150405;12853.00|6;20150405;1967.00|8;20100507;0.00|13;20150405;2800.00|26;20100605;0.00|28;20100507;0.00|29;20100507;0.00
1;20100608;240.00|2;20121108;270.00|3;20121108;176018.00|4;20121124;178.00|5;20121124;322976.00|6;20121124;4233.00|8;20100605;187.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|26;20100609;240.00|28;20100605;413.00|29;20100605;187.00
null
1;20100524;0.00|2;20120824;62.00|3;20120824;48556.00|4;20120910;16.00|5;20120910;50520.00|6;20120910;1967.00|8;20100523;0.00|26;20100525;0.00|28;20100523;0.00|29;20100523;0.00
1;20100618;21988.80|2;20110918;117.00|3;20110918;1583237.00|4;20110925;919.00|5;20110925;2585496.00|6;20110925;1967.00|8;20100606;1305.00|11;20110918;0.00|21;20140803;5760.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100616;15064.00|28;20100606;2109.00|29;20100606;1541.00
1;20100409;139679.00|2;20141209;1991.00|3;20141209;467781.00|4;20141209;62.00|5;20141209;436601.00|6;20141209;4233.00|8;20100403;38.00|26;20100409;748.00|28;20100403;162.00
1;20100512;4500.00|2;20121212;116.00|3;20121212;18030.00|4;20121212;14.00|5;20121212;96969.00|6;20121212;8866.00|8;20100501;0.00|13;20121212;19500.00|29;20100501;0.00
1;20100703;0.00|2;20131103;16.00|3;20131103;42120.00|4;20131103;41.00|5;20131103;70407.00|6;20131103;707.00|8;20100606;0.00|29;20100606;0.00
1;20100701;4474.00|2;20110401;13590.00|3;20110401;855320.00|4;20110511;155.00|5;20110511;1581591.00|6;20110511;8866.00|8;20100606;179.00|11;20121231;0.00|26;20100609;10374.00|28;20100606;521.00|29;20100606;579.00
1;20100611;0.00|2;20130711;21.00|3;20130711;234883.00|4;20130711;346.00|5;20130711;418992.00|6;20130711;707.00|7;20130711;1.00|8;20100606;0.00|13;20130711;14800.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100611;0.00|28;20100606;0.00|29;20100606;0.00
1;20100701;0.00|2;20111231;575.00|3;20111231;465774.09|4;20111231;325.00|5;20111231;1135136.00|6;20111231;4233.00|8;20100603;0.00|11;20111231;100.00|29;20100603;0.00
1;20100701;3109.00|2;20111231;37118.00|3;20111231;1729445.00|4;20111231;374.00|5;20111231;2236341.00|6;20111231;0.00|8;20100607;0.00|11;20111231;100.00|26;20100619;0.00|28;20100607;0.00|29;20100607;0.00
1;20100628;90.00|2;20150528;0.00|3;20150528;90.00|4;20150528;1.00|5;20150528;0.00|6;20150528;0.00|8;20100606;12.00|26;20100628;0.00|28;20100606;88.00|29;20100606;12.00
null
1;20100622;0.00|2;20130422;5.00|3;20130422;4440.00|4;20130422;2.00|5;20130422;4333.00|6;20130422;4333.00|8;20100605;0.00|29;20100605;0.00
1;20100612;15493.00|2;20150512;5.00|3;20150512;14563.00|4;20150513;5.00|5;20150513;6617.00|6;20150513;1976.00|8;20100606;326.00|26;20100612;9998.00|28;20100606;574.00|29;20100606;326.00
1;20100701;484.00|2;20111231;632.00|3;20111231;619339.00|4;20111231;70.00|5;20111231;1583005.00|6;20111231;19927.00|8;20100606;0.00|11;20111231;100.00|26;20100610;449.00|28;20100606;0.00|29;20100606;0.00
null
null
1;20100621;0.00|2;20131021;0.00|3;20131021;757.00|8;20100530;0.00|29;20100530;0.00
1;20100520;21112.00|2;20140620;22.00|3;20140620;80100.00|4;20140629;72.00|5;20140629;93513.00|6;20140629;2420.00|8;20100515;0.00|22;20100515;0.00|23;20100515;0.00|24;20100515;0.00|29;20100515;0.00
1;20100630;3179.00|2;20150531;15.00|3;20150531;3029.00|4;20150531;2.00|5;20150531;0.00|6;20150531;0.00|8;20100606;853.00|26;20100630;1968.00|28;20100606;0.00|29;20100606;1003.00
1;20091211;0.00|2;20140911;0.00|3;20140911;56486.00|4;20140911;1.00|5;20140911;0.00|6;20140911;0.00|8;20091115;0.00
1;20100705;312.00|2;20150205;1.00|3;20150205;4200.00|4;20150205;4.00|5;20150205;13906.00|6;20150205;2420.00|8;20100606;312.00|13;20150205;2800.00|26;20100705;71.00|28;20100606;788.00|29;20100606;312.00
1;20100701;6000.00|2;20111231;105.00|3;20111231;1209606.00|4;20111231;435.00|5;20111231;2118509.00|6;20111231;4233.00|8;20100606;660.00|11;20111231;0.00|29;20100606;1100.00
1;20100703;495.00|2;20110903;1019.00|3;20110903;286258.00|4;20111005;69.00|5;20111005;626112.00|6;20111005;0.00|8;20100606;345.00|11;20110903;100.00|26;20100617;0.00|28;20100606;655.00|29;20100606;345.00
1;20100617;50.00|2;20140917;15.00|3;20140917;112860.00|4;20140920;61.00|5;20140920;173130.00|6;20140920;707.00|8;20100606;0.00|29;20100606;0.00
null
null
1;20100701;200.00|2;20111231;287.00|3;20111231;87383.00|4;20111231;57.00|5;20111231;240521.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100620;5800.00|2;20140820;16.00|3;20140820;23280.00|4;20140820;24.00|5;20140820;47999.00|6;20140820;1967.00|8;20100606;1140.00|29;20100606;2800.00
1;20100401;1900.00|2;20111231;80.00|3;20111231;948190.00|4;20111231;259.00|5;20111231;1817519.00|6;20111231;1967.00|8;20100317;960.00|11;20111231;100.00|21;20140802;49680.00|22;20100317;0.00|23;20100317;240.00|24;20100317;0.00
1;20100613;152802.00|2;20120613;23175.00|3;20120613;1912673.00|4;20120703;141.00|5;20120703;1015737.00|6;20120703;0.00|8;20100607;420.00|26;20100701;39.00|28;20100607;0.00|29;20100607;0.00
1;20100701;877.00|2;20111231;220.00|3;20111231;208721.00|4;20111231;78.00|5;20111231;431174.00|6;20111231;4233.00|8;20100606;225.00|11;20111231;100.00|26;20100701;0.00|28;20100606;375.00|29;20100606;225.00
1;20100520;0.00|2;20141020;0.00|3;20141020;81960.00|4;20141025;63.00|5;20141025;79194.00|6;20141025;2067.00|8;20100507;0.00|22;20100507;0.00|23;20100507;0.00|24;20100507;0.00|29;20100507;0.00
1;20100701;1826.00|2;20150501;0.00|3;20150501;15511.00|4;20150501;5.00|5;20150501;7868.00|6;20150501;1967.00|8;20100606;405.00|26;20100701;1727.00|28;20100606;645.00|29;20100606;405.00
1;20100704;612.00|2;20150604;0.00|3;20150604;612.00|4;20150604;1.00|5;20150604;1967.00|6;20150604;1967.00|8;20100606;354.00|26;20100704;0.00|28;20100606;646.00|29;20100606;354.00
1;20100704;566.00|2;20150504;0.00|3;20150504;8986.00|4;20150505;4.00|5;20150505;14513.00|6;20150505;8866.00|8;20100606;0.00|26;20100704;505.00|28;20100606;0.00|29;20100606;0.00
1;20100325;4047.00|2;20150125;49.00|3;20150125;34793.00|4;20150125;15.00|5;20150125;15365.00|6;20150125;1967.00|8;20100319;0.00|13;20150125;2800.00|26;20100325;2226.00|28;20100319;0.00
null
1;20100701;0.00|2;20111231;308.00|3;20111231;525575.75|4;20111231;26954.00|5;20111231;1308804.00|6;20111231;4233.00|7;20111104;1.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100612;1900.00|2;20121212;20.00|3;20121212;13080.00|4;20121212;17.00|5;20121212;66481.00|6;20121212;4233.00|8;20100606;0.00|13;20121212;19500.00|29;20100606;0.00
1;20100428;10010.00|2;20140829;1.00|3;20140829;182100.00|4;20140829;4.00|5;20140829;130000.00|6;20140829;65000.00|8;20100415;0.00|29;20100415;0.00
1;20100528;4790.00|2;20141028;27.00|3;20141028;142488.00|4;20141028;61.00|5;20141028;194376.00|6;20141028;4233.00|8;20100508;0.00|26;20100525;5504.00|28;20100508;0.00|29;20100508;0.00
1;20100617;37902.82|2;20150217;0.00|3;20150217;56910.00|4;20150217;58.00|5;20150217;70022.00|6;20150217;707.00|8;20100605;0.00|13;20150217;2800.00|26;20100617;32579.00|28;20100605;0.00|29;20100605;0.00
1;20100611;6863.00|2;20130611;44.00|3;20130611;100520.00|4;20130628;104.00|5;20130628;200718.00|6;20130628;4233.00|8;20100606;0.00|29;20100606;0.00
1;20100705;782.00|2;20150605;0.00|3;20150605;782.00|4;20150605;2.00|5;20150605;707.00|6;20150605;707.00|8;20100606;782.00|26;20100705;782.00|28;20100605;1618.00
1;20100611;15.00|2;20130611;2.00|3;20130611;118.00|8;20100606;0.00|29;20100606;0.00
null
1;20100624;5710.00|2;20140924;15.00|3;20140924;107822.00|4;20140924;14.00|5;20140924;192519.00|6;20140924;35000.00|8;20100606;689.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100613;3544.00|28;20100606;1411.00|29;20100606;689.00
1;20100606;6965.00|2;20141206;9.00|3;20141206;184369.00|4;20141206;95.00|5;20141206;226090.00|6;20141206;1967.00|8;20100606;0.00|26;20100606;3539.00|28;20100606;0.00|29;20100606;0.00
1;20100528;16064.00|2;20140830;16.00|3;20140830;1062403.00|4;20140830;11.00|5;20140830;970000.00|6;20140830;65000.00|8;20100515;0.00|29;20100515;0.00
1;20100705;100.00|2;20120505;1042.00|3;20120505;1155240.00|4;20120530;83.00|5;20120530;1750000.00|6;20120530;0.00|8;20100606;60.00|29;20100606;100.00
1;20100528;0.00|2;20140831;8.00|3;20140831;102300.00|4;20140903;58.00|5;20140903;136503.00|6;20140903;1967.00|8;20100523;0.00|29;20100523;0.00
1;20100628;85.00|2;20150528;0.00|3;20150528;85.00|4;20150528;1.00|5;20150528;0.00|6;20150528;0.00|8;20100606;8.00|26;20100628;0.00|28;20100606;92.00|29;20100606;8.00
1;20100509;0.00|2;20141109;10.00|3;20141109;260576.00|4;20141109;96.00|5;20141109;206544.00|6;20141109;1967.00|8;20100411;0.00|26;20100509;0.00|28;20100411;0.00
1;20100528;4200.00|2;20110228;347.00|3;20110228;248040.00|4;20110319;199.00|5;20110319;521514.00|6;20110319;1967.00|7;20110530;12.00|8;20100524;0.00|11;20121231;0.00|29;20100524;0.00
1;20100604;510.00|2;20150504;1.00|3;20150504;210.00|4;20150504;1.00|5;20150504;1967.00|6;20150504;1967.00|8;20100530;0.00|26;20100604;0.00|28;20100530;0.00|29;20100530;300.00
1;20100609;7911.00|2;20150409;2.00|3;20150409;21962.00|4;20150409;9.00|5;20150409;19914.00|6;20150409;4233.00|8;20100606;0.00|26;20100609;2008.00|28;20100606;0.00|29;20100606;0.00
1;20100701;1337.00|2;20111231;2487.00|3;20111231;374395.00|4;20111231;87.00|5;20111231;968687.00|6;20111231;8866.00|8;20100605;127.00|11;20111231;100.00|26;20100628;1024.00|28;20100605;173.00|29;20100605;327.00
1;20100628;2950.00|2;20110731;89.00|3;20110731;283110.00|4;20110801;278.00|5;20110801;662940.00|6;20110801;8866.00|7;20110801;12.00|8;20100605;480.00|11;20110731;0.00|22;20100605;0.00|23;20100605;480.00|24;20100605;0.00|29;20100605;-30000000.00
1;20100518;32476.20|2;20140218;150.00|3;20140218;431791.00|4;20140218;290.00|5;20140218;643737.00|6;20140218;707.00|8;20100515;0.00|13;20140218;9900.00|21;20140912;54540.00|26;20100606;8286.00|28;20100515;0.00|29;20100515;0.00
1;20100616;3488.00|2;20150416;2.00|3;20150416;27928.00|4;20150416;40.00|5;20150416;44152.00|6;20150416;707.00|8;20100529;0.00|26;20100616;3260.00|28;20100529;0.00|29;20100529;0.00
1;20100613;13001.00|2;20120613;86.00|3;20120613;304792.00|4;20120701;246.00|5;20120701;535103.00|6;20120701;1967.00|8;20100606;547.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100607;6225.00|28;20100606;553.00|29;20100606;-30000000.00
null
null
1;20100623;0.00|2;20150323;2.00|3;20150323;39904.00|4;20150323;49.00|5;20150323;40827.00|6;20150323;707.00|8;20100604;0.00|13;20150323;5200.00|26;20100623;0.00|28;20100604;0.00|29;20100604;0.00
1;20100626;2226.00|2;20110626;903.00|3;20110626;456987.00|4;20110809;128.00|5;20110809;1008518.00|6;20110809;8866.00|8;20100606;240.00|11;20121231;0.00|26;20100612;951.00|28;20100606;0.00|29;20100606;-30000000.00
1;20100701;1618.00|2;20111231;1084.00|3;20111231;1786622.50|4;20111231;448.00|5;20111231;2063731.00|6;20111231;8866.00|7;20110715;4.00|8;20100606;673.00|11;20111231;0.00|12;20100606;0.00|26;20100608;0.00|28;20100606;1827.00|29;20100606;673.00
null
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
null
1;20100603;14650.00|2;20131103;11.00|3;20131103;229313.00|4;20131103;209.00|5;20131103;388534.00|6;20131103;1967.00|8;20100520;0.00|26;20100606;7357.00|28;20100520;0.00|29;20100520;0.00
null
1;20100601;1630.00|2;20150401;4.00|3;20150401;2593.00|4;20150401;4.00|5;20150401;5140.00|6;20150401;707.00|8;20100512;85.00|13;20150401;2800.00|26;20100601;648.00|28;20100512;115.00|29;20100512;85.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100611;49587.40|2;20130711;10.00|3;20130711;202289.00|4;20130711;131.00|5;20130711;273585.00|6;20130711;1967.00|7;20130711;1.00|8;20100606;1161.00|13;20130711;14800.00|26;20100616;22997.00|28;20100606;2206.80|29;20100606;1393.20
null
1;20100606;10972.00|2;20150106;1.00|3;20150106;44270.00|4;20150106;47.00|5;20150106;39575.00|6;20150106;707.00|8;20100603;0.00|26;20100606;8643.00|28;20100603;0.00|29;20100603;0.00
1;20100620;76180.00|2;20140220;1738.00|3;20140220;578820.00|4;20140220;134.00|5;20140220;110660.00|6;20140220;707.00|8;20100607;0.00|13;20140220;9900.00|22;20100607;0.00|23;20100607;0.00|24;20100607;9.00|29;20100607;200.00
1;20100626;340.00|2;20130826;14.00|3;20130826;136819.00|4;20130826;167.00|5;20130826;218835.00|6;20130826;707.00|8;20100529;0.00|13;20130826;9500.00|26;20100615;6881.00|28;20100529;0.00|29;20100529;0.00
null
1;20100702;3740.00|2;20150502;283.00|3;20150502;28433.00|4;20150502;9.00|5;20150502;38497.00|6;20150502;4233.00|8;20100606;215.00|26;20100702;0.00|28;20100606;385.00|29;20100606;615.00
1;20100628;0.00|2;20130528;0.00|3;20130528;164662.00|8;20100606;0.00|29;20100606;0.00
1;20100610;55323.61|2;20150410;6.00|3;20150410;86081.00|4;20150410;42.00|5;20150410;98775.00|6;20150410;1967.00|8;20100606;0.00|26;20100610;42878.00|28;20100606;0.00|29;20100606;0.00
1;20100701;3520.00|2;20111231;33.00|3;20111231;530184.00|4;20111231;133.00|5;20111231;1133753.00|6;20111231;8866.00|8;20100606;13.00|11;20111231;100.00|26;20100628;0.00|28;20100606;87.00|29;20100606;13.00
1;20100620;4535.00|2;20130620;368.00|3;20130620;129921.00|4;20130620;114.00|5;20130620;167031.00|6;20130620;4233.00|8;20100606;0.00|26;20100628;686.00|28;20100606;0.00|29;20100606;0.00
1;20100328;0.00|2;20150228;0.00|3;20150228;0.00|4;20150228;1.00|5;20150228;200.00|6;20150228;200.00|13;20150228;2800.00|26;20100328;0.00
1;20100613;3107.00|2;20130613;5190.00|3;20130613;67474.00|4;20130614;102.00|5;20130614;131657.00|6;20130614;707.00|8;20100602;236.00|13;20130614;19500.00|26;20100621;0.00|28;20100602;464.00|29;20100602;236.00
1;20100703;4090.00|2;20131103;11.00|3;20131103;266100.00|4;20131103;297.00|5;20131103;415170.00|6;20131103;707.00|8;20100606;1680.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;1680.00
1;20100206;0.00|2;20141106;0.00|3;20141106;139127.00|4;20141106;56.00|5;20141106;166527.00|6;20141106;4333.00|8;20100107;0.00|26;20100206;0.00|28;20100107;0.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100610;350.00|2;20101010;3100.00|3;20101010;196140.00|4;20101119;118.00|5;20101119;483685.00|6;20101119;8866.00|8;20100531;0.00|11;20121231;0.00|29;20100531;0.00
null
1;20100615;53016.00|2;20140915;1531.00|3;20140915;402906.00|4;20140916;87.00|5;20140916;459412.00|6;20140916;4233.00|8;20100606;3579.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100628;4603.00|28;20100606;2329.21|29;20100606;3579.00
1;20100527;0.00|2;20140827;16.00|3;20140827;493216.00|4;20140827;8.00|5;20140827;465000.00|6;20140827;65000.00|8;20100509;0.00|29;20100509;0.00
1;20100602;3067.00|2;20150502;0.00|3;20150502;2827.00|4;20150502;3.00|5;20150502;1414.00|6;20150502;707.00|8;20100512;0.00|26;20100602;2359.00|28;20100512;0.00|29;20100512;0.00
1;20100627;5500.00|2;20131027;31.00|3;20131027;247260.00|4;20131027;199.00|5;20131027;413492.00|6;20131027;707.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;0.00
1;20100628;0.00|2;20150131;0.00|3;20150131;45.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100606;0.00|13;20150131;2800.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
1;20100626;4000.00|2;20150526;0.00|3;20150526;3230.00|4;20150526;2.00|5;20150526;4387.00|6;20150526;2420.00|8;20100606;775.00|26;20100626;1565.00|28;20100606;1675.00|29;20100606;775.00
1;20100613;0.00|2;20130913;15.00|3;20130913;146580.00|4;20130913;87.00|5;20130913;297547.00|6;20130913;1967.00|8;20100605;0.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|29;20100605;0.00
1;20100508;0.00|2;20150108;0.00|3;20150108;0.00|4;20150108;2.00|5;20150108;1713.00|6;20150108;1513.00|8;20100429;0.00|13;20150108;2800.00|26;20100508;0.00|29;20100429;0.00
1;20100618;29734.20|2;20140818;5.00|3;20140818;357487.00|4;20140820;203.00|5;20140820;373823.00|6;20140820;1967.00|8;20100606;1590.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100628;12145.00|28;20100606;2000.00|29;20100606;1050.00
1;20100409;6253.00|2;20150209;5.00|3;20150209;28334.00|4;20150209;14.00|5;20150209;34701.00|6;20150209;5149.00|8;20100329;0.00|13;20150209;2800.00|26;20100409;3427.00|28;20100329;0.00
1;20100612;850.00|2;20121212;146.00|3;20121212;34140.00|4;20121212;34.00|5;20121212;89704.00|6;20121212;707.00|8;20100606;0.00|13;20121212;19500.00|29;20100606;0.00
1;20100511;0.00|2;20130711;10.00|3;20130711;37860.00|4;20130711;74.00|5;20130711;90581.00|6;20130711;2067.00|7;20130711;1.00|8;20100421;0.00|13;20130711;14800.00|29;20100421;0.00
1;20100625;1027.00|2;20150125;14.00|3;20150125;45612.00|4;20150125;53.00|5;20150125;48234.00|6;20150125;1513.00|8;20100530;19.00|13;20150125;5200.00|26;20100625;1027.00|28;20100530;131.00|29;20100530;19.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100611;14041.00|2;20130711;16.00|3;20130711;217123.00|4;20130711;155.00|5;20130711;475426.00|6;20130711;1967.00|7;20130711;1.00|8;20100606;930.00|13;20130711;14800.00|26;20100705;841.00|28;20100606;1817.96|29;20100606;-29999704.00
1;20100622;8098.00|2;20130622;25.00|3;20130622;261297.00|4;20130622;371.00|5;20130622;497199.00|6;20130622;707.00|8;20100606;957.00|21;20141002;33000.00|26;20100617;8612.00|28;20100606;1992.17|29;20100606;-29999560.00
1;20100409;0.00|2;20140809;75.00|3;20140809;83142.00|4;20140809;33.00|5;20140809;180813.00|6;20140809;4233.00|8;20100315;0.00|26;20100410;0.00|28;20100315;0.00
null
1;20100701;4332.00|2;20111231;2833.00|3;20111231;1356464.00|4;20111231;102.00|5;20111231;2404282.00|6;20111231;35000.00|8;20100606;943.00|11;20111231;100.00|26;20100618;5628.00|28;20100606;1597.70|29;20100606;-29999788.00
1;20100613;19510.00|2;20140913;0.00|3;20140913;29340.00|4;20140914;27.00|5;20140914;45531.00|6;20140914;4233.00|8;20100606;0.00|29;20100606;0.00
null
null
1;20100705;0.00|2;20150505;0.00|3;20150505;13932.00|4;20150505;4.00|5;20150505;8167.00|6;20150505;4233.00|8;20100606;0.00|26;20100705;0.00|28;20100606;0.00|29;20100606;0.00
1;20100702;1872.00|2;20110202;3567.00|3;20110202;441161.00|4;20110228;208.00|5;20110228;862612.00|6;20110228;8866.00|8;20100606;135.00|11;20121231;0.00|26;20100705;0.00|28;20100606;465.00|29;20100606;135.00
null
null
1;20100628;12468.60|2;20121031;67.00|3;20121031;893459.00|4;20121031;125.00|5;20121031;1161986.00|6;20121031;19927.00|7;20121031;15.00|8;20100606;864.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100619;11413.00|28;20100606;1159.80|29;20100606;890.20
1;20100522;0.00|2;20131022;26.00|3;20131022;295345.00|4;20131022;147.00|5;20131022;642155.00|6;20131022;2420.00|8;20100504;0.00|26;20100528;0.00|28;20100504;0.00|29;20100504;0.00
1;20100628;6.00|2;20150131;0.00|3;20150131;130.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100603;4.00|13;20150131;2800.00|26;20100628;0.00|28;20100603;96.00|29;20100603;4.00
1;20100705;156.00|2;20150605;0.00|3;20150605;156.00|4;20150605;1.00|5;20150605;0.00|6;20150605;0.00|8;20100606;156.00|26;20100705;156.00|28;20100605;594.00
1;20100628;4107.20|2;20140929;1.00|3;20140929;92446.00|4;20150111;112.00|5;20150111;132343.00|6;20150111;1967.00|8;20100606;1575.00|26;20100611;10856.00|28;20100606;2553.80|29;20100606;1746.20
null
1;20100613;14861.00|2;20130713;73.00|3;20130713;197874.00|4;20130713;131.00|5;20130713;331819.00|6;20130713;8866.00|7;20130713;1.00|8;20100606;430.00|13;20130713;14800.00|21;20141002;11340.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100702;325.00|28;20100606;470.00|29;20100606;430.00
null
1;20100618;0.00|2;20130118;3576.00|3;20130118;314176.00|4;20130118;351.00|5;20130118;514687.00|6;20130118;707.00|7;20130118;1.00|8;20100606;0.00|13;20130118;9500.00|26;20100620;0.00|28;20100606;0.00|29;20100606;0.00
null
1;20100701;13950.00|2;20111231;15323.00|3;20111231;1318611.00|4;20111231;145.00|5;20111231;2258547.00|6;20111231;9863.00|8;20100606;2100.00|11;20111231;100.00|22;20100606;900.00|23;20100606;1200.00|24;20100606;1.00|29;20100606;2000.00
1;20100313;1200.00|2;20130913;1.00|3;20130913;39180.00|4;20130913;11.00|5;20130913;123325.00|6;20130913;44400.00|8;20100309;480.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00|8;20100430;0.00|29;20100430;0.00
1;20100612;17206.00|2;20121212;12.00|3;20121212;394773.00|4;20121212;76.00|5;20121212;596431.00|6;20121212;8866.00|8;20100606;338.00|13;20121212;19500.00|26;20100614;2152.00|28;20100606;712.00|29;20100606;338.00
1;20100521;0.00|2;20140821;0.00|3;20140821;84120.00|4;20140821;38.00|5;20140821;42858.00|6;20140821;707.00|8;20100513;0.00|22;20100513;0.00|23;20100513;0.00|24;20100513;0.00|29;20100513;0.00
1;20100225;0.00|2;20140825;1.00|3;20140825;769420.00|4;20140825;7.00|5;20140825;625000.00|6;20140825;140000.00|8;20100201;0.00
1;20100228;0.00|2;20140828;0.00|3;20140828;63060.00|4;20140828;1.00|5;20140828;0.00|6;20140828;0.00|8;20100201;0.00
1;20100410;0.00|2;20140610;0.00|3;20140610;26340.00|4;20140730;7.00|5;20140730;46132.00|6;20140730;4333.00|8;20100328;0.00
1;20100603;7398.00|2;20141003;12.00|3;20141003;45533.00|4;20141003;19.00|5;20141003;55939.00|6;20141003;4233.00|8;20100603;610.00|22;20100603;0.00|23;20100603;0.00|24;20100603;0.00|26;20100618;0.00|28;20100603;490.00|29;20100603;-30000000.00
1;20100601;0.00|2;20111231;3880.00|3;20111231;2029448.00|4;20111231;162.00|5;20111231;1367254.00|6;20111231;2157.00|8;20111231;84660.00|9;20100606;0.00|10;20101204;8909.00|11;20111231;0.00|29;20100530;0.00
1;20100623;17180.00|2;20120623;10444.00|3;20120623;3863200.00|4;20120623;542.00|5;20120623;4405716.00|6;20120623;8866.00|8;20100607;0.00|29;20100607;150.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100614;31165.62|2;20121114;142.00|3;20121114;832148.00|4;20121203;359.00|5;20121203;1014022.00|6;20121203;4233.00|7;20130101;23.00|8;20100606;3234.00|26;20100620;18394.00|28;20100606;5198.40|29;20100606;4151.60
1;20100622;3527.00|2;20130422;42.00|3;20130422;154670.00|4;20130422;27.00|5;20130422;182357.00|6;20130422;4233.00|8;20100606;80.00|26;20100630;10.00|28;20100606;220.00|29;20100606;80.00
1;20100704;773.00|2;20150504;0.00|3;20150504;10128.00|4;20150504;5.00|5;20150504;12853.00|6;20150504;4233.00|8;20100606;7.00|26;20100704;640.00|28;20100606;593.00|29;20100606;7.00
1;20100523;0.00|2;20150423;0.00|3;20150423;0.00|8;20100424;0.00|26;20100523;0.00
1;20100610;9497.00|2;20120210;37.00|3;20120210;556051.00|4;20120330;120.00|5;20120330;1035730.00|6;20120330;8866.00|8;20100606;106.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100613;6164.00|28;20100606;104.00|29;20100606;146.00
1;20100703;2797.00|2;20150603;0.00|3;20150603;2927.00|4;20150603;3.00|5;20150603;4641.00|6;20150603;1967.00|8;20100606;930.00|26;20100703;2137.00|28;20100606;1870.00|29;20100606;930.00
1;20100625;239.00|2;20130325;45.00|3;20130325;126524.00|4;20130325;29.00|5;20130325;222620.00|6;20130325;4233.00|8;20100606;55.00|26;20100628;0.00|28;20100606;145.00|29;20100606;55.00
1;20100622;11173.00|2;20130422;26.00|3;20130422;639313.00|4;20130422;214.00|5;20130422;730269.00|6;20130422;4233.00|8;20100607;0.00|26;20100704;81.00|28;20100607;0.00|29;20100607;0.00
1;20100612;7900.00|2;20131212;13.00|3;20131212;51412.00|4;20131212;39.00|5;20131212;81657.00|6;20131212;2420.00|8;20100606;611.00|13;20131212;9500.00|26;20100614;1685.00|28;20100606;971.35|29;20100606;-29999814.00
1;20100701;3100.00|2;20111231;235.00|3;20111231;233301.00|4;20111231;74.00|5;20111231;565664.00|6;20111231;4233.00|8;20100606;240.00|11;20111231;100.00|29;20100606;-30000000.00
1;20100617;4855.00|2;20120917;503.00|3;20120917;1023028.00|4;20120923;178.00|5;20120923;308878.00|6;20120923;1967.00|8;20100607;0.00|26;20100625;389.00|28;20100607;0.00|29;20100607;0.00
1;20100701;847.00|2;20111231;68.00|3;20111231;412212.00|4;20111231;47.00|5;20111231;740042.00|6;20111231;19927.00|7;20101231;2.00|8;20100606;270.00|11;20111231;100.00|26;20100627;511.00|28;20100606;230.00|29;20100606;270.00
1;20100609;5497.00|2;20150509;0.00|3;20150509;5497.00|4;20150512;5.00|5;20150512;5147.00|6;20150512;1513.00|8;20100606;0.00|26;20100609;5043.00|28;20100606;0.00|29;20100606;0.00
1;20100704;6702.40|2;20140904;5.00|3;20140904;292194.00|4;20140904;6.00|5;20140904;260000.00|6;20140904;65000.00|8;20100606;2026.00|26;20100615;30165.00|28;20100606;2107.20|29;20100606;1922.80
1;20100619;0.00|2;20131119;22.00|3;20131119;407340.00|4;20131119;296.00|5;20131119;398264.00|6;20131119;1967.00|8;20100605;0.00|22;20100605;0.00|23;20100605;0.00|24;20100605;0.00|29;20100605;0.00
1;20100702;3749.00|2;20150202;42.00|3;20150202;48662.00|4;20150202;65.00|5;20150202;61873.00|6;20150202;1967.00|8;20100606;48.00|13;20150202;2800.00|26;20100702;3145.00|28;20100606;102.00|29;20100606;48.00
1;20100705;1423.00|2;20150205;66.00|3;20150205;38331.00|4;20150205;19.00|5;20150205;47280.00|6;20150205;4233.00|8;20100606;923.00|13;20150205;2800.00|26;20100705;0.00|28;20100606;1177.00|29;20100606;1423.00
1;20100705;150.00|2;20110105;5736.00|3;20110105;210420.00|4;20110221;178.00|5;20110221;271913.00|6;20110221;707.00|8;20100607;0.00|11;20121231;0.00|29;20100607;0.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100703;613.00|2;20131103;8.00|3;20131103;81293.00|4;20131103;200.00|5;20131103;206198.00|6;20131103;0.00|8;20100606;74.00|26;20100703;205.00|28;20100606;126.00|29;20100606;74.00
1;20100629;5161.00|2;20150429;0.00|3;20150429;14218.00|4;20150429;5.00|5;20150429;9445.00|6;20150429;0.00|8;20100606;1980.00|26;20100629;4015.00|28;20100606;0.00|29;20100606;0.00
null
1;20100626;2000.00|2;20140826;1.00|3;20140826;338430.00|4;20140826;5.00|5;20140826;195000.00|6;20140826;65000.00|8;20100606;60.00|29;20100606;0.00
1;20100623;7655.60|2;20130523;1154.00|3;20130523;376825.00|4;20130523;62.00|5;20130523;326757.00|6;20130523;8866.00|7;20130523;4.00|8;20100606;656.00|13;20130523;9500.00|26;20100609;13333.00|28;20100606;1073.20|29;20100606;-30000000.00
1;20100602;2300.00|2;20120102;394.00|3;20120102;7380.00|4;20120314;9.00|5;20120314;45284.00|6;20120314;4233.00|8;20100602;0.00|29;20100602;0.00
1;20100626;2871.00|2;20130826;49.00|3;20130826;522272.00|4;20130826;187.00|5;20130826;731355.00|6;20130826;0.00|8;20100606;327.00|13;20130826;9500.00|26;20100701;0.00|28;20100606;0.00|29;20100606;327.00
1;20100608;27806.60|2;20121108;168.00|3;20121108;689473.00|4;20130123;281.00|5;20130123;1070698.00|6;20130123;4233.00|8;20100606;995.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100607;23288.00|28;20100606;1364.60|29;20100606;1335.40
1;20100701;1563.00|2;20111231;257.00|3;20111231;1170950.00|4;20111231;191.00|5;20111231;2361760.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|26;20100607;5142.00|28;20100606;0.00|29;20100606;0.00
1;20100701;0.00|2;20111231;15.00|3;20111231;209959.00|4;20111231;35.00|5;20111231;822023.00|6;20111231;19927.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100701;6064.00|2;20111231;137.00|3;20111231;1114930.00|4;20111231;70.00|5;20111231;1673540.00|6;20111231;35000.00|8;20100606;1767.00|11;20111231;100.00|26;20100703;1124.00|28;20100606;2310.75|29;20100606;-29998738.00
1;20100617;12942.00|2;20140717;3.00|3;20140717;163902.00|4;20140717;195.00|5;20140717;246365.00|6;20140717;8866.00|8;20100606;420.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100628;0.00|28;20100606;0.00|29;20100606;700.00
1;20100613;23827.00|2;20141113;32.00|3;20141113;59778.00|4;20141113;46.00|5;20141113;67587.00|6;20141113;1967.00|8;20100606;0.00|26;20100613;16294.00|28;20100606;0.00|29;20100606;0.00
1;20100702;0.00|2;20141102;2.00|3;20141102;124200.00|4;20141102;50.00|5;20141102;138946.00|6;20141102;4233.00|8;20100603;0.00|29;20100603;0.00
1;20100617;300.00|2;20140717;6.00|3;20140717;100953.00|4;20140717;84.00|5;20140717;149027.00|6;20140717;707.00|8;20100603;0.00|26;20100615;0.00|28;20100603;0.00|29;20100603;0.00
1;20100620;30060.00|2;20141120;100.00|3;20141120;134940.00|4;20141120;37.00|5;20141120;162810.00|6;20141120;1967.00|8;20100607;19.00|29;20100607;15.83
null
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00|8;20100430;0.00|29;20100430;0.00
null
1;20100606;13560.00|2;20130806;32.00|3;20130806;210300.00|4;20130806;246.00|5;20130806;324766.00|6;20130806;707.00|8;20100606;0.00|29;20100606;0.00
1;20100628;417.00|2;20150528;2.00|3;20150528;217.00|4;20150528;1.00|5;20150528;4233.00|6;20150528;4233.00|8;20100602;186.00|26;20100628;0.00|28;20100602;314.00|29;20100602;186.00
1;20100606;42159.61|2;20150506;1.00|3;20150506;37180.00|4;20150507;15.00|5;20150507;37054.00|6;20150507;4233.00|8;20100606;293.00|26;20100606;33398.00|28;20100606;509.40|29;20100606;340.60
1;20100513;37700.00|2;20141013;0.00|3;20141013;1141060.00|4;20141013;15.00|5;20141013;985000.00|6;20141013;65000.00|8;20100424;0.00|29;20100424;0.00
1;20100521;0.00|2;20150421;0.00|3;20150421;0.00
1;20100701;0.00|2;20150401;0.00|3;20150401;144.00|4;20150401;1.00|5;20150401;200.00|6;20150401;200.00|8;20100606;0.00|13;20150401;2800.00|26;20100701;0.00|28;20100606;0.00|29;20100606;0.00
1;20100520;8957.00|2;20150420;0.00|3;20150420;8957.00|4;20150420;1.00|5;20150420;0.00|6;20150420;0.00|8;20100428;0.00|26;20100520;8238.00|28;20100428;0.00|29;20100428;0.00
1;20100522;0.00|2;20120922;49.00|3;20120922;9660.00|4;20130911;5.00|5;20130911;17664.00|6;20130911;2157.00|7;20130911;1.00|8;20100520;0.00|29;20100520;0.00
1;20100613;200.00|2;20110613;4750.00|3;20110613;234660.91|4;20110726;145.00|5;20110726;438907.00|6;20110726;8866.00|8;20100602;60.00|11;20121231;0.00|29;20100602;100.00
1;20100528;929.00|2;20140929;3.00|3;20140929;128872.00|4;20141226;82.00|5;20141226;161816.00|6;20141226;1967.00|8;20100528;787.00|26;20100614;787.00|28;20100528;1613.00|29;20100528;787.00
1;20091201;700.00|2;20140901;0.00|3;20140901;513090.00|4;20140901;5.00|5;20140901;420000.00|6;20140901;0.00|8;20091123;60.00
1;20100701;0.00|2;20111231;184.00|3;20111231;413137.00|4;20111231;54.00|5;20111231;1084057.00|6;20111231;8866.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
null
1;20100701;376.00|2;20111231;7005.00|3;20111231;1310733.00|4;20111231;187.00|5;20111231;1337759.00|6;20111231;8866.00|8;20100606;297.00|11;20111231;0.00|12;20100606;0.00|26;20100613;942.00|28;20100606;553.00|29;20100606;297.00
1;20100609;5900.00|2;20150509;0.00|3;20150509;6020.00|4;20150510;4.00|5;20150510;7868.00|6;20150510;1967.00|8;20100606;87.00|26;20100609;4925.00|28;20100606;213.00|29;20100606;87.00
1;20100626;6467.00|2;20110326;622.00|3;20110326;458838.00|4;20110327;164.00|5;20110327;636931.00|6;20110327;4233.00|8;20100606;1145.00|11;20121231;0.00|26;20100617;1480.00|28;20100606;1523.11|29;20100606;-29999358.00
1;20100626;16316.00|2;20130826;12.00|3;20130826;467416.00|4;20130826;222.00|5;20130826;521591.00|6;20130826;0.00|8;20100606;2007.00|13;20130826;9500.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100606;47639.00|28;20100606;0.00|29;20100606;2398.00
1;20100614;27465.39|2;20150114;617.00|3;20150114;128953.00|4;20150114;69.00|5;20150114;140860.00|6;20150114;1967.00|8;20100604;780.00|13;20150114;5200.00|26;20100614;16452.00|28;20100604;1281.20|29;20100604;-30000000.00
1;20100529;10739.00|2;20150429;0.00|3;20150429;6789.00|4;20150429;3.00|5;20150429;8466.00|6;20150429;4233.00|8;20100529;0.00|26;20100529;2524.00|28;20100529;0.00|29;20100529;0.00
1;20100705;0.00|2;20150605;0.00|3;20150605;0.00|4;20150605;1.00|5;20150605;4233.00|6;20150605;4233.00|8;20100606;0.00|26;20100705;0.00
1;20100701;272.00|2;20150401;4.00|3;20150401;21528.00|4;20150401;27.00|5;20150401;23168.00|6;20150401;707.00|8;20100606;0.00|13;20150401;2800.00|26;20100701;68.00|28;20100606;0.00|29;20100606;0.00
1;20100614;38510.00|2;20120414;2126.00|3;20120414;1659240.00|4;20120518;344.00|5;20120518;1033683.00|6;20120518;0.00|8;20100606;1080.00|29;20100606;900.00
1;20100628;0.00|2;20150131;0.00|3;20150131;145.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100606;0.00|13;20150131;2800.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
null
1;20100524;0.00|2;20140824;1.00|3;20140824;979982.00|4;20140824;15.00|5;20140824;930000.00|6;20140824;65000.00|8;20100426;0.00|29;20100426;0.00
1;20100513;11608.00|2;20150413;1.00|3;20150413;11508.00|4;20150413;3.00|5;20150413;2674.00|6;20150413;707.00|8;20100506;0.00|26;20100513;0.00|28;20100506;0.00|29;20100506;0.00
1;20100501;0.00|2;20111231;137.00|3;20111231;283146.00|4;20111231;203.00|5;20111231;548347.00|6;20111231;2520.00|8;20100403;0.00|11;20111231;100.00
1;20100222;3774.00|2;20150122;0.00|3;20150122;3774.00|4;20150122;3.00|5;20150122;1907.00|6;20150122;707.00|8;20100204;0.00|13;20150122;5200.00|26;20100222;3233.00|28;20100204;0.00
1;20100511;0.00|2;20150411;0.00|3;20150411;0.00|8;20100413;0.00|26;20100512;0.00|29;20100413;0.00
1;20100701;4900.00|2;20111231;148.00|3;20111231;1010909.00|4;20111231;95.00|5;20111231;2715806.00|6;20111231;40054.00|7;20110911;11.00|8;20100606;360.00|11;20111231;0.00|29;20100606;-29999900.00
1;20100628;1456.00|2;20150130;1.00|3;20150130;20602.00|4;20150131;10.00|5;20150131;24341.00|6;20150131;4233.00|8;20100606;0.00|13;20150131;5200.00|26;20100628;0.00|28;20100606;0.00|29;20100606;0.00
1;20100528;18970.42|2;20150128;2.00|3;20150128;101517.00|4;20150128;46.00|5;20150128;121777.00|6;20150128;4233.00|8;20100506;0.00|13;20150128;5200.00|26;20100528;14322.00|28;20100506;0.00|29;20100506;0.00
1;20100701;1185.00|2;20150401;0.00|3;20150401;12028.00|4;20150401;7.00|5;20150401;10035.00|6;20150401;1967.00|8;20100606;422.00|13;20150401;2800.00|26;20100701;1113.00|28;20100606;778.00|29;20100606;422.00
null
1;20100606;98639.25|2;20141106;48.00|3;20141106;388392.00|4;20141106;334.00|5;20141106;374150.00|6;20141106;0.00|8;20100606;5414.00|26;20100705;4024.00|28;20100606;2121.19|29;20100606;4848.00
1;20100609;8993.00|2;20150409;0.00|3;20150409;38882.00|4;20150409;17.00|5;20150409;35193.00|6;20150409;2420.00|8;20100605;0.00|26;20100609;5486.00|28;20100605;0.00|29;20100605;0.00
null
1;20100421;2821.00|2;20130221;54.00|3;20130221;245250.00|4;20130226;218.00|5;20130226;433974.00|6;20130226;707.00|8;20100407;0.00|13;20130226;29500.00|26;20100427;1837.00|28;20100407;0.00
1;20100511;840.00|2;20130711;41.00|3;20130711;300000.00|4;20130711;36.00|5;20130711;608093.00|6;20130711;8866.00|7;20130711;6.00|8;20100425;60.00|13;20130711;14800.00|29;20100425;100.00
1;20100702;586.00|2;20150502;18.00|3;20150502;11872.00|4;20150502;2.00|5;20150502;8866.00|6;20150502;8866.00|8;20100606;209.00|26;20100702;0.00|28;20100606;191.00|29;20100606;209.00
1;20100701;0.00|2;20111231;119.00|3;20111231;331260.00|4;20111231;86.00|5;20111231;187422.00|6;20111231;0.00|8;20100606;0.00|11;20111231;100.00|29;20100606;0.00
1;20100614;132.00|2;20150514;0.00|3;20150514;132.00|4;20150514;1.00|5;20150514;707.00|6;20150514;707.00|8;20100606;0.00|26;20100614;0.00|28;20100606;0.00|29;20100606;0.00
1;20100701;3797.00|2;20111231;3683.00|3;20111231;725668.00|4;20111231;275.00|5;20111231;1145303.00|6;20111231;35000.00|8;20100606;296.00|11;20111231;100.00|26;20100702;0.00|28;20100606;404.00|29;20100606;396.00
null
1;20100701;0.00|2;20141101;2.00|3;20141101;55680.00|4;20141101;34.00|5;20141101;66051.00|6;20141101;1967.00|8;20100606;0.00|29;20100606;0.00
1;20100608;17761.00|2;20141108;5.00|3;20141108;38683.00|4;20141108;19.00|5;20141108;62883.00|6;20141108;0.00|8;20100606;0.00|26;20100613;1893.00|28;20100606;0.00|29;20100606;0.00
1;20091109;241647.00|2;20140909;2.00|3;20140909;460566.00|4;20140921;4.00|5;20140921;420000.00|6;20140921;140000.00|8;20091031;240.00
1;20100608;17236.00|2;20141108;4.00|3;20141108;79871.00|4;20141108;17.00|5;20141108;123824.00|6;20141108;8866.00|8;20100606;1020.00|26;20100608;2531.00|28;20100606;0.00|29;20100606;-29998948.00
1;20100426;2264.00|2;20130826;0.00|3;20130826;45050.00|4;20130826;86.00|5;20130826;69829.00|6;20130826;1967.00|8;20100412;0.00|13;20130826;9500.00|26;20100501;1002.00|28;20100412;0.00
1;20100102;6110.00|2;20140902;0.00|3;20140902;386730.00|4;20140902;4.00|5;20140902;280000.00|6;20140902;0.00|8;20091230;0.00
1;20100701;50.00|2;20111231;83.00|3;20111231;614587.00|4;20111231;84.00|5;20111231;911645.00|6;20111231;8866.00|8;20100605;0.00|11;20111231;100.00|12;20100605;0.00|29;20100605;0.00
1;20100703;0.00|2;20150603;0.00|3;20150603;0.00|4;20150603;1.00|5;20150603;2420.00|6;20150603;2420.00|8;20100605;0.00|26;20100703;0.00|29;20100605;0.00
1;20100621;27050.00|2;20150421;1.00|3;20150421;108270.00|4;20150422;3.00|5;20150422;135100.00|6;20150422;65000.00|8;20100606;3600.00|29;20100606;3000.00
1;20100701;0.00|2;20111231;390.00|3;20111231;435180.00|4;20110412;205.00|5;20110412;627543.00|6;20110412;1967.00|8;20100604;0.00|11;20111231;100.00|29;20100604;0.00
1;20100625;23835.00|2;20121125;20101.00|3;20121125;2347830.00|4;20121125;459.00|5;20121125;2758041.00|6;20121125;4233.00|7;20121125;23.00|8;20100607;0.00|22;20100607;0.00|23;20100607;0.00|24;20100607;3.00|29;20100607;200.00
1;20091128;53228.00|2;20140828;0.00|3;20140828;483526.00|4;20140828;5.00|5;20140828;420000.00|6;20140828;140000.00|8;20091111;0.00
1;20100701;2200.00|2;20111231;14278.00|3;20111231;993964.00|4;20111231;120.00|5;20111231;1875784.00|6;20111231;35000.00|7;20101231;8.00|8;20100606;420.00|11;20111231;100.00|12;20100606;0.00|29;20100606;350.00
1;20100701;10100.00|2;20111231;53.00|3;20111231;855243.00|4;20111231;129.00|5;20111231;1237027.00|6;20111231;8866.00|7;20110531;12.00|8;20100606;720.00|11;20111231;100.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;1700.00
1;20100326;17260.00|2;20150226;0.00|3;20150226;1300.00|4;20150226;3.00|5;20150226;9066.00|6;20150226;8866.00|8;20100302;0.00|13;20150226;2800.00|26;20100326;53.00|28;20100302;0.00
1;20100701;144.00|2;20111231;232.00|3;20111231;228486.00|4;20111231;116.00|5;20111231;572538.00|6;20111231;4233.00|8;20100604;0.00|11;20111231;100.00|26;20100608;0.00|28;20100604;0.00|29;20100604;0.00
1;20100628;7420.00|2;20110328;120.00|3;20110328;1104254.00|4;20110419;396.00|5;20110419;2770250.00|6;20110419;8866.00|7;20110813;12.00|8;20100606;660.00|11;20121231;0.00|29;20100606;560.00
1;20100628;16337.60|2;20150428;4.00|3;20150428;66547.00|4;20150428;17.00|5;20150428;19452.00|6;20150428;0.00|8;20100606;1006.00|26;20100628;12533.00|28;20100606;0.00|29;20100606;1255.20
1;20100616;5380.00|2;20101016;16.00|3;20101016;135683.00|4;20101115;181.00|5;20101115;477920.00|6;20101115;4233.00|7;20110819;12.00|8;20100606;0.00|11;20121231;0.00|29;20100606;0.00
1;20100608;23519.00|2;20121108;377.00|3;20121108;602394.00|4;20121206;43.00|5;20121206;769013.00|6;20121206;35000.00|8;20100607;71.00|26;20100614;3536.00|28;20100607;129.00|29;20100607;71.00
1;20100626;10350.00|2;20130826;50.00|3;20130826;231900.00|4;20130826;210.00|5;20130826;316195.00|6;20130826;1513.00|8;20100606;1020.00|13;20130826;9500.00|22;20100606;0.00|23;20100606;1020.00|24;20100606;0.00|29;20100606;950.00
1;20100422;0.00|2;20130422;28.00|3;20130422;286396.00|4;20130422;273.00|5;20130422;524286.00|6;20130422;1967.00|8;20100406;0.00|26;20100413;0.00|28;20100406;0.00
1;20100702;3599.00|2;20150502;2.00|3;20150502;28180.00|4;20150503;35.00|5;20150503;31598.00|6;20150503;707.00|8;20100606;484.00|26;20100702;3155.00|28;20100606;966.00|29;20100606;484.00
1;20100525;4.00|2;20150425;0.00|3;20150425;4.00|4;20150426;1.00|5;20150426;1967.00|6;20150426;1967.00|8;20100513;0.00|26;20100525;0.00|28;20100513;0.00|29;20100513;0.00
1;20100606;300.00|2;20130806;477.00|3;20130806;22628.00|4;20130806;24.00|5;20130806;49081.00|6;20130806;0.00|8;20100602;0.00|26;20100624;0.00|28;20100602;0.00|29;20100602;0.00
1;20100625;11890.00|2;20140725;10.00|3;20140725;477720.00|4;20140725;136.00|5;20140725;463893.00|6;20140725;4233.00|8;20100606;1440.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;1310.00
1;20100526;0.00|2;20130826;2.00|3;20130826;65040.00|4;20130826;58.00|5;20130826;98192.00|6;20130826;707.00|8;20100516;0.00|13;20130826;9500.00|22;20100516;0.00|23;20100516;0.00|24;20100516;0.00|29;20100516;0.00
1;20100703;600.00|2;20131103;10.00|3;20131103;283320.00|4;20131103;122.00|5;20131103;390786.00|6;20131103;4233.00|8;20100606;180.00|22;20100606;180.00|23;20100606;0.00|24;20100606;0.00|29;20100606;200.00
null
1;20100601;0.00|2;20111231;32.00|3;20111231;136171.00|4;20111231;111.00|5;20111231;446315.00|6;20111231;907.00|8;20100502;0.00|11;20111231;100.00|29;20100502;0.00
1;20100610;28619.40|2;20150110;584.00|3;20150110;154089.00|4;20150110;67.00|5;20150110;270897.00|6;20150110;1967.00|8;20100606;289.00|13;20150110;5200.00|26;20100610;9602.00|28;20100606;660.60|29;20100606;1039.40
1;20100608;41370.23|2;20150408;8.00|3;20150408;48922.00|4;20150408;15.00|5;20150408;47624.00|6;20150408;4233.00|8;20100606;25.00|13;20150408;2800.00|26;20100608;32036.00|28;20100606;75.00|29;20100606;25.00
1;20100701;100.00|2;20111231;142.00|3;20111231;660205.00|4;20111231;138.00|5;20111231;2955233.00|6;20111231;1967.00|8;20100605;60.00|11;20111231;100.00|29;20100605;100.00
1;20100510;427.00|2;20121210;2309.00|3;20121210;1419295.00|4;20121210;262.00|5;20121210;439137.00|6;20121210;1513.00|7;20121210;1.00|8;20100504;427.00|13;20121210;9500.00|26;20100602;427.00|28;20100504;1073.00|29;20100504;427.00
1;20100419;12562.80|2;20150319;2.00|3;20150319;12039.00|4;20150319;10.00|5;20150319;12563.00|6;20150319;707.00|8;20100407;0.00|26;20100419;10519.00|28;20100407;0.00
1;20100609;5325.00|2;20140209;1.00|3;20140209;92340.00|4;20140209;82.00|5;20140209;197227.00|6;20140209;4233.00|8;20100606;1560.00|29;20100606;-29998000.00
1;20100625;8750.00|2;20111025;537.00|3;20111025;158040.00|4;20111210;61.00|5;20111210;382689.00|6;20111210;8866.00|8;20100606;180.00|11;20111025;100.00|29;20100606;300.00
1;20100617;7740.40|2;20141117;0.00|3;20141117;54904.00|4;20141117;54.00|5;20141117;50969.00|6;20141117;1967.00|8;20100606;304.00|26;20100623;0.00|28;20100606;274.40|29;20100606;425.60
1;20100703;815.00|2;20131103;1.00|3;20131103;26130.00|4;20131103;40.00|5;20131103;53207.00|6;20131103;707.00|8;20100606;360.00|26;20100611;3468.00|28;20100606;576.00|29;20100606;360.00
1;20100425;68569.00|2;20140825;3.00|3;20140825;997580.00|4;20140825;17.00|5;20140825;920000.00|6;20140825;65000.00|8;20100415;240.00|29;20100415;210.00
1;20100620;10117.00|2;20141120;9.00|3;20141120;98219.00|4;20141120;41.00|5;20141120;125793.00|6;20141120;4233.00|8;20100606;0.00|26;20100619;8633.00|28;20100606;0.00|29;20100606;0.00
1;20100611;3723.00|2;20150211;0.00|3;20150211;6483.00|4;20150211;10.00|5;20150211;6563.00|6;20150211;707.00|8;20100607;0.00|13;20150211;2800.00|26;20100611;0.00|28;20100607;0.00|29;20100607;0.00
null
1;20100615;12437.00|2;20150515;0.00|3;20150515;12426.00|4;20150515;3.00|5;20150515;3480.00|6;20150515;1967.00|8;20100606;0.00|26;20100615;10055.00|28;20100606;0.00|29;20100606;0.00
1;20100528;0.00|2;20150131;0.00|3;20150131;142.00|4;20150131;1.00|5;20150131;200.00|6;20150131;200.00|8;20100527;0.00|13;20150131;2800.00|26;20100528;0.00|28;20100527;0.00|29;20100527;0.00
1;20100701;9800.00|2;20111231;373.00|3;20111231;833877.19|4;20111231;352.00|5;20111231;1358977.00|6;20111231;1967.00|8;20100606;2820.00|11;20111231;100.00|22;20100606;360.00|23;20100606;2460.00|24;20100606;2.00|29;20100606;2700.00
1;20100610;78960.00|2;20130710;2315.00|3;20130710;735180.00|4;20130710;187.00|5;20130710;1236540.00|6;20130710;35000.00|7;20130710;6.00|8;20100606;11760.00|13;20130710;14800.00|29;20100606;12260.00
1;20100619;4255.00|2;20131119;1.00|3;20131119;159063.00|4;20131119;104.00|5;20131119;348748.00|6;20131119;1967.00|8;20100606;0.00|26;20100610;2467.00|28;20100606;0.00|29;20100606;0.00
1;20100426;0.00|2;20140826;6.00|3;20140826;461690.00|4;20140826;4.00|5;20140826;280000.00|6;20140826;140000.00|8;20100410;0.00
null
1;20100613;6051.00|2;20150413;0.00|3;20150413;18847.00|4;20150413;10.00|5;20150413;11149.00|6;20150413;707.00|8;20100606;698.00|26;20100613;2720.00|28;20100606;1165.50|29;20100606;698.00
1;20100702;2340.00|2;20120102;29.00|3;20120102;359700.00|4;20120105;64.00|5;20120105;767834.00|6;20120105;8866.00|8;20100605;60.00|29;20100605;-30000000.00
null
1;20100701;2200.00|2;20111231;635.00|3;20111231;146943.00|4;20111231;204.00|5;20111231;311699.00|6;20111231;907.00|7;20110615;12.00|8;20100606;180.00|11;20111231;100.00|12;20100606;0.00|29;20100606;300.00
1;20100608;24165.01|2;20130108;17.00|3;20130108;512404.00|4;20130108;209.00|5;20130108;606702.00|6;20130108;4233.00|8;20100606;0.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|26;20100702;0.00|28;20100606;0.00|29;20100606;0.00
1;20100614;0.00|2;20150314;40.00|3;20150314;251.00|4;20150314;6.00|5;20150314;14713.00|6;20150314;707.00|8;20100602;0.00|13;20150314;2800.00|26;20100614;0.00|28;20100602;0.00|29;20100602;0.00
1;20100610;1000.00|2;20121210;362.00|3;20121210;429480.00|4;20121210;46.00|5;20121210;600957.00|6;20121210;0.00|7;20121210;5.00|8;20100606;0.00|13;20121210;9500.00|26;20100703;0.00|29;20100606;0.00
1;20100703;52.00|2;20150603;0.00|3;20150603;52.00|4;20150603;1.00|5;20150603;0.00|6;20150603;0.00|8;20100607;0.00|26;20100703;0.00|28;20100607;0.00|29;20100607;0.00
1;20100610;34531.41|2;20150410;16.00|3;20150410;67159.00|4;20150410;33.00|5;20150410;34762.00|6;20150410;707.00|8;20100606;0.00|26;20100610;25427.00|28;20100606;0.00|29;20100606;0.00
1;20100701;0.00|2;20111231;17.00|3;20111231;14467.00|4;20111231;17.00|5;20111231;13727.00|6;20111231;707.00|8;20100602;0.00|11;20111231;100.00|29;20100602;0.00
null
null
1;20100702;0.00|2;20150602;0.00|3;20150602;0.00|8;20100606;0.00|26;20100702;0.00|29;20100606;0.00
1;20100324;0.00|2;20140824;0.00|3;20140824;662560.00|4;20140824;7.00|5;20140824;550000.00|6;20140824;65000.00|8;20100225;0.00
1;20100625;2604.00|2;20140325;75.00|3;20140325;133346.00|4;20140325;115.00|5;20140325;282760.00|6;20140325;1967.00|8;20100606;0.00|13;20140325;9900.00|26;20100606;1160.00|28;20100606;0.00|29;20100606;0.00
1;20100620;5450.00|2;20141120;41.00|3;20141120;117480.00|4;20141120;61.00|5;20141120;83314.00|6;20141120;0.00|8;20100606;0.00|29;20100606;0.00
1;20100602;78.00|2;20120602;33.00|3;20120602;465270.00|4;20120829;609.00|5;20120829;751941.00|6;20120829;707.00|8;20100528;0.00|26;20100616;0.00|28;20100528;0.00|29;20100528;0.00
1;20100619;12610.00|2;20120819;21.00|3;20120819;482940.00|4;20120827;80.00|5;20120827;644908.00|6;20120827;8866.00|8;20100606;420.00|29;20100606;400.00
1;20100622;9690.00|2;20130422;203.00|3;20130422;433560.00|4;20130422;71.00|5;20130422;896425.00|6;20130422;8866.00|8;20100606;660.00|22;20100606;0.00|23;20100606;0.00|24;20100606;0.00|29;20100606;-29999900.00
1;20100419;2103.00|2;20141119;3.00|3;20141119;97376.00|4;20141119;44.00|5;20141119;97442.00|6;20141119;0.00|8;20100321;1816.00|26;20100419;1522.00|28;20100321;1444.00
1;20100701;1981.00|2;20111231;109.00|3;20111231;225984.00|4;20111231;9.00|5;20111231;581470.00|6;20111231;0.00|8;20100606;195.00|11;20111231;100.00|26;20100621;46.00|28;20100606;205.00|29;20100606;195.00


Thanks for the inputs.
13 years ago


myRecord.split(";") throws a null pointer exception, which I think it should not.

Does split creates an array with null member?

It is already checked that is not null.

Can myRecord.splil(";") call can throw NullPointerException in any case.

Thanks in advance.

13 years ago
try this


You are printing single mobile number each time; so its appearing on seperate line. Concatenate all numbers in one string and then print the string in text area.
Still, you may have need to eliminate the last appended comma.

One more thing ; it is a bad design to have database connection establishment code, query execution code in JSP. You should consider moving this code to separate java classes.
14 years ago
JSP
I need some help regarding implementation of following case.

In a servlet ,I have a Data Access object which is returned by a database query upon request from a client browser.
Presently I am converting this AccessObject into JSON format in servlet and returning it as a response to request. This JSOn is then rendered in browser using javascript.


Now the requirement is that the user should be able to customize the layout format.
So now we plan to accept from user :
1. Stylesheet file which has css definitons for his layout.
2. "something" from user where he can specify the layout, and the placeholder for content in the JSON object.This will have reference to the styles defined in stylesheet provided.

Items provided by user in 1 and 2 will be stored in database and will be used for his access only.

The end user here is expected minimum to know the CSS, and html designing.

My query is what should be this "something"

In future plans we are thinking of moving from JSON to xML format.

What are other ways/technologies using which such sort of personalization can be done.

Thanks in advance.
14 years ago
JSP
This may help

http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

look for

caseSensitive

If the value of this flag is false, all case sensitivity checks will be disabled. If not specified, the default value of the flag is true.
14 years ago

But what if he gets the web.xml files itself??



By what means he will get access to web.xml?
Web.xml present at its intended location cannot be accessed directly through a web url.

If security is your concern n you can use other mechanisms like filters for that.
14 years ago
Post the code, then only something can be said. And also detail about

10 times larger information'

14 years ago


If you are dealing with large account numbers, use long as datatype; replace Integer.parseInt by Long.parseLong.
14 years ago
If you want to get rid of that warning only without bothering about the deprecation, just use supress warning annotation.

14 years ago
JMS can be used,
And on linux may be named pipes- not sure about this.
14 years ago