aboutsummaryrefslogtreecommitdiffstats
path: root/python/csv_headers/test.py
blob: e578fa77eb38d51060f701c35a28e53d664464aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
mtm_trs = [
    "Swap ID ",
    "Allocation ID",
    "Description ",
    "Broker Id ",
    "DTCC CounterParty ID",
    "Trade ID  ",
    "Trade Date ",
    "Effective Date",
    "Settle Date",
    "Maturity Date ",
    "Account Abbreviation ",
    "1st Leg Notional",
    "Currency Code ",
    "Initial Payment",
    "Initial Payment Currency",
    "Original Issue Date",
    "Interest Payment Method Description",
    "Product Type  ",
    "Product Sub Type",
    "Transaction Type ",
    "Protection",
    "Transaction Code",
    "Remaining Party ",
    "DTCC Remaining CounterParty ID",
    "Independent Amount (%)",
    "Independent Amount ($)",
    "RED",
    "Issuer Name",
    "Settlement Amount",
    "Trader",
    "Dealer Trade ID",
    "Notes",
    "Parent Transaction Code",
    "Parent Trade Date",
    "Parent Notional",
    "Parent Currency Code",
    "Parent Net Amount",
    "Parent Effective Date",
    "Parent First Payment Date",
    "Parent Settle Date",
    "ComplianceHubAction",
    "DTCC Ineligible",
    "Master Document Date",
    "Master Document Type",
    "Master Document Version",
    "",
    "",
    "Annex Date",
    "Supplement Date",
    "Documentation Type",
    "Calculation Agent Business Center",
    "",
    "Strategy",
    "Electronic Consent Ineligible",
    "External OMS ID",
    "Traded Rate/Price",
    "Independent Amount Currency",
    "Independent Amount Payer",
    "Trade Revision",
    "Alternate Swap ID",
    "Alternate Trade ID",
    "Definitions Type",
    "Initial Fixing Amount",
    "2nd Leg Index",
    "2nd Leg Spread",
    "2nd Leg Initial Floating Rate",
]
mtm_trs = [
    "Swap ID ",
    "Allocation ID",
    "Description ",
    "Broker Id ",
    "DTCC CounterParty ID",
    "Trade ID  ",
    "Trade Date ",
    "Effective Date",
    "Settle Date",
    "Maturity Date ",
    "Account Abbreviation ",
    "1st Leg Notional",
    "Currency Code ",
    "Initial Payment",
    "Initial Payment Currency",
    "Original Issue Date",
    "Interest Payment Method Description",
    "Product Type  ",
    "Product Sub Type",
    "Transaction Type ",
    "Protection",
    "Transaction Code",
    "Remaining Party ",
    "DTCC Remaining CounterParty ID",
    "Independent Amount (%)",
    "Independent Amount ($)",
    "RED",
    "Issuer Name",
    "Settlement Amount",
    "Trader",
    "Dealer Trade ID",
    "Notes",
    "Parent Transaction Code",
    "Parent Trade Date",
    "Parent Notional",
    "Parent Currency Code",
    "Parent Net Amount",
    "Parent Effective Date",
    "Parent First Payment Date",
    "Parent Settle Date",
    "ComplianceHubAction",
    "DTCC Ineligible",
    "Master Document Date",
    "Master Document Type",
    "Master Document Version",
    "",
    "",
    "Annex Date",
    "Supplement Date",
    "Documentation Type",
    "Calculation Agent Business Center",
    "",
    "Strategy",
    "Electronic Consent Ineligible",
    "External OMS ID",
    "Traded Rate/Price",
    "Independent Amount Currency",
    "Independent Amount Payer",
    "Trade Revision",
    "Alternate Swap ID",
    "Alternate Trade ID",
    "Definitions Type",
    "Initial Fixing Amount",
    "2nd Leg Index",
    "2nd Leg Spread",
    "2nd Leg Initial Floating Rate",
]