-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcollate_config.json
121 lines (120 loc) · 3.36 KB
/
collate_config.json
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
{
"CACHE": "./nswsc_20240611/cache",
"PROMPTS": "./data/prompts.yaml",
"SPREADSHEET_IN": "./nswsc_20240611/NSWSC_2010_combined_checking.xlsx",
"SPREADSHEET_OUT": "./nswsc_20240611/collated_flat.xlsx",
"SPREADSHEET_IN_MULTI_PREFIX": "Fixme",
"SPREADSHEET_IN_COLS": [
"mnc",
"RA",
"title",
"uri",
"before",
"decisionDate",
"catchwords",
"hearingDates",
"dateOfOrders",
"jurisdiction",
"decision",
"legislation",
"casesCited",
"parties",
"category",
"fileNumber",
"representation",
"written_subs",
"hearing_days_quantity",
"Self_reps_quantity",
"SC_QC_quantity",
"Juniors_quantity",
"Solicitors_quantity",
"filing_date",
"interlocutory",
"mediation",
"succession_act",
"succession_act_internal",
"other_claims",
"outcome",
"provision_awarded",
"costs_disputed",
"costs_disputed_amount",
"claimant_costs",
"defendant_costs",
"costs_liable",
"CLAIMANT",
"DEFENDANT",
"death_date",
"deceased_promises",
"will_date",
"deceased_misconduct",
"deceased_misconduct_others",
"estate",
"estate_value",
"family_home",
"notional_estate",
"distribution",
"executor",
"executor_legal",
"additional_info",
"deceased_dob"
],
"PARTIES_N": 4,
"PARTIES_IN_COLS": [
"relationship_to_deceased",
"is_dependant",
"misconduct",
"estranged",
"misconduct_other",
"financial",
"family",
"dob",
"representatives",
"contingent"
],
"SPREADSHEET_OUT_COLS": {
"filing_date" : "filing_date",
"interlocutory": {
"interlocutory": "interlocutory",
"interlocutory_date": null
},
"executor" : "executor",
"executor_legal": "executor_legal",
"mediation": {
"mediation": "mediation",
"mediation_date": null
},
"legislation": "legislation",
"other_claims": "other_claims",
"outcome": "outcome",
"provision_awarded": "provision_awarded",
"costs_disputed": "costs_disputed",
"costs_disputed_amount": "costs_disputed_amount",
"costs_liable": "costs_liable",
"death_date": "death_date",
"will_date": {
"document": null,
"paragraph": null,
"date": "will_date"
},
"deceased_misconduct": "deceased_misconduct",
"estate": "estate",
"estate_value": "estate_value",
"family_home": "family_home",
"notional_estate": "notional_estate",
"distribution": "distribution",
"parties": {
"name": null,
"role_in_trial": null,
"legal_representatives": "representatives",
"natural_person": null,
"relationship_to_party": "relationship_to_deceased",
"is_dependant": "is_dependant",
"misconduct": "misconduct",
"estranged": "estranged",
"financial": "financial",
"family": "family",
"illegal": "illegal",
"contingent": "contingent"
}
}
}