Skip to content

Commit 7c7a31f

Browse files
committed
Add new transaction types to readme + sample data
1 parent 852629b commit 7c7a31f

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

Diff for: Sample-ImportFiles/README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,18 @@ QUANTITY | Decimal | Required | - | Precision: 2
1818

1919
### Recognised Transaction Types
2020

21-
Type |
22-
---------------|
23-
Buy |
24-
Sell |
25-
CorporateAction|
21+
Type |
22+
----------------|
23+
Buy |
24+
Sell |
25+
CorporateAction |
26+
Expiry |
27+
Exercise |
28+
Adjustment |
29+
Maturity |
30+
TakeOn |
31+
Withdrawal |
32+
2633

2734
### Data requirements
2835

Diff for: Sample-ImportFiles/Transactions.csv

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
PORTFOLIOID,ASSETID,TRANSACTIONID,EXECUTIONDATE,TRANSACTIONTYPE,PRICE,QUANTITY,BROKERNAME
2-
17,FI0009000681,219,2015-02-20,Buy,100,310,"Jim Broker"
3-
17,FI0009000681,218,2015-02-19,Buy,100,199,"John Broker"
4-
17,FI0009000681,217,2015-02-18,Sell,100,38,"Joan Broker"
5-
17,FI0009000681,216,2015-02-17,Sell,100,117,"Jannet Broker"
2+
17,FI0009000681,219,2015-02-20,Buy,100,310,Jim Broker
3+
17,FI0009000681,218,2015-02-19,Buy,100,199,John Broker
4+
17,FI0009000681,217,2015-02-18,Sell,100,38,Joan Broker
5+
17,FI0009000681,216,2015-02-17,Sell,100,117,Janet Broker
66
17,FI0009000681,215,2015-02-16,Sell,100,119,
7-
17,FI0009000681,214,2015-02-15,Buy,100,482,"Jim Broker"
8-
17,FI0009000681,213,2015-02-14,Buy,100,340,"Jannet Broker"
9-
17,FI0009000681,212,2015-02-13,Buy,100,401,"Joan Broker"
10-
14,FI0009000681,211,2015-02-12,Sell,100,484,"John Broker"
11-
14,FI0009000681,210,2015-02-11,Sell,100,84,"Joan Broker"
12-
14,FI0009000681,209,2015-02-10,Sell,100,217,"John Broker"
13-
14,FI0009000681,208,2015-02-09,Sell,100,80,"John Broker"
14-
14,FI0009000681,207,2015-02-08,Sell,100,316,"John Broker"
15-
14,FI0009000681,206,2015-02-07,Buy,100,332,"Joan Broker"
16-
14,FI0009000681,205,2015-02-06,Buy,100,467,"Jannet Broker"
17-
14,FI0009000681,204,2015-02-05,Buy,100,368,"Joan Broker"
18-
14,FI0009000681,203,2015-02-04,Buy,100,270,"Joan Broker"
19-
14,FI0009000681,202,2015-02-03,Buy,100,48,"Jannet Broker"
20-
14,FI0009000681,201,2015-02-02,Buy,100,270,"Joan Broker"
21-
14,FI0009000681,200,2015-02-01,Buy,100,446,"Jannet Broker"
7+
17,FI0009000681,214,2015-02-15,Buy,100,482,Jim Broker
8+
17,FI0009000681,213,2015-02-14,Buy,100,340,Janet Broker
9+
17,FI0009000681,212,2015-02-13,Buy,100,401,Joan Broker
10+
14,FI0009000681,211,2015-02-12,Sell,100,484,John Broker
11+
14,FI0009000681,210,2015-02-11,Sell,100,84,Joan Broker
12+
14,FI0009000681,209,2015-02-10,Sell,100,217,John Broker
13+
14,FI0009000681,208,2015-02-09,Sell,100,80,John Broker
14+
14,FI0009000681,207,2015-02-08,Sell,100,316,John Broker
15+
14,FI0009000681,206,2015-02-07,CorporateAction,100,332,Joan Broker
16+
14,FI0009000681,205,2015-02-06,Expiry,100,467,Janet Broker
17+
14,FI0009000681,204,2015-02-05,Exercise,100,368,Joan Broker
18+
14,FI0009000681,203,2015-02-04,Adjustment,100,270,Joan Broker
19+
14,FI0009000681,202,2015-02-03,Maturity,100,48,Janet Broker
20+
14,FI0009000681,201,2015-02-02,TakeOn,100,270,Joan Broker
21+
14,FI0009000681,200,2015-02-01,Withdrawal,100,446,Janet Broker

0 commit comments

Comments
 (0)