forked from dilku/dilku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
32 lines (32 loc) · 1.6 KB
/
config.yaml
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
DataTagger:
Pattern:
- checkFields: ["description", "additionalInfo", "tierAdditionalInfo", "additionalValue"]
overwrite: "False"
fillFields:
- repaymentType:
INTEREST_ONLY: ["interest only", "i/o", "io", "int only", "intonly"]
PRINCIPAL_AND_INTEREST: ["principal and interest", "p&i", "p & i", "principle and interest", "pi"]
- loanPurpose:
INVESTMENT: ["inv", "invest", "investor", "investment"]
OWNER_OCCUPIED: ["owner occupied", "oo", "occ"]
exceptions:
"owner occupied": ["Not available for the purpose of owner occupied"]
- checkFields: ["productId", "name"]
overwrite: "False"
fillFields:
- repaymentType:
INTEREST_ONLY: ["interest only", "io", "int only", "intonly", "invio", "ooio", "iohl"]
PRINCIPAL_AND_INTEREST: ["principal and interest", "PandI", "principle and interest", "pi", "invpi", "oopi"]
- loanPurpose:
INVESTMENT: ["inv", "invest", "investor", "investment", "invio", "invpi"]
OWNER_OCCUPIED: ["owner occupied", "oo", "occ", "own occupied", "owner occupier", "oopi", "ooio"]
LVR:
fieldsToCheck: ["additionalValue", "tierAdditionalInfo", "description", "additionalInfo", "name", "productId"]
GoodTag:
fieldsToCheck: ["loanPurpose", "repaymentType", "lendingRateType"]
SheetUploader:
spreadsheetId: "14YwSVgEXUiaF65ej7NonLMOnym_InBsPWIj3r60N3l4"
nameOfSheetToBeUpdated: "Sheet1"
uploadMode: "append"
# historicalData: "True"
# pathToSheetToBeUploaded: "tagger/tagged/Tagged_MasterProductDetail_15082022.csv"