@finsys/core 3.4.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/form-field-base-specs.json +135 -21
- package/dist/data/form-field-display-names.json +0 -1
- package/dist/index.cjs +205 -78
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +57 -13
- package/dist/index.d.ts +57 -13
- package/dist/index.js +202 -77
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -6685,7 +6685,13 @@
|
|
|
6685
6685
|
"openingBalanceT1",
|
|
6686
6686
|
"bankBalanceT1"
|
|
6687
6687
|
],
|
|
6688
|
-
"category": "13"
|
|
6688
|
+
"category": "13",
|
|
6689
|
+
"document_type": "bankStatements",
|
|
6690
|
+
"document_group": "bank_statements",
|
|
6691
|
+
"document_group_label": "Bank Statements",
|
|
6692
|
+
"wire_format": "path_array",
|
|
6693
|
+
"document_slot": 1,
|
|
6694
|
+
"time_period_unit": "month"
|
|
6689
6695
|
},
|
|
6690
6696
|
{
|
|
6691
6697
|
"name": "bank_statement_t2",
|
|
@@ -6701,7 +6707,13 @@
|
|
|
6701
6707
|
"openingBalanceT2",
|
|
6702
6708
|
"bankBalanceT2"
|
|
6703
6709
|
],
|
|
6704
|
-
"category": "13"
|
|
6710
|
+
"category": "13",
|
|
6711
|
+
"document_type": "bankStatements",
|
|
6712
|
+
"document_group": "bank_statements",
|
|
6713
|
+
"document_group_label": "Bank Statements",
|
|
6714
|
+
"wire_format": "path_array",
|
|
6715
|
+
"document_slot": 2,
|
|
6716
|
+
"time_period_unit": "month"
|
|
6705
6717
|
},
|
|
6706
6718
|
{
|
|
6707
6719
|
"name": "bank_statement_t3",
|
|
@@ -6717,7 +6729,13 @@
|
|
|
6717
6729
|
"openingBalanceT3",
|
|
6718
6730
|
"bankBalanceT3"
|
|
6719
6731
|
],
|
|
6720
|
-
"category": "13"
|
|
6732
|
+
"category": "13",
|
|
6733
|
+
"document_type": "bankStatements",
|
|
6734
|
+
"document_group": "bank_statements",
|
|
6735
|
+
"document_group_label": "Bank Statements",
|
|
6736
|
+
"wire_format": "path_array",
|
|
6737
|
+
"document_slot": 3,
|
|
6738
|
+
"time_period_unit": "month"
|
|
6721
6739
|
},
|
|
6722
6740
|
{
|
|
6723
6741
|
"name": "bank_statement_t4",
|
|
@@ -6733,7 +6751,13 @@
|
|
|
6733
6751
|
"openingBalanceT4",
|
|
6734
6752
|
"bankBalanceT4"
|
|
6735
6753
|
],
|
|
6736
|
-
"category": "13"
|
|
6754
|
+
"category": "13",
|
|
6755
|
+
"document_type": "bankStatements",
|
|
6756
|
+
"document_group": "bank_statements",
|
|
6757
|
+
"document_group_label": "Bank Statements",
|
|
6758
|
+
"wire_format": "path_array",
|
|
6759
|
+
"document_slot": 4,
|
|
6760
|
+
"time_period_unit": "month"
|
|
6737
6761
|
},
|
|
6738
6762
|
{
|
|
6739
6763
|
"name": "bank_statement_t5",
|
|
@@ -6749,7 +6773,13 @@
|
|
|
6749
6773
|
"openingBalanceT5",
|
|
6750
6774
|
"bankBalanceT5"
|
|
6751
6775
|
],
|
|
6752
|
-
"category": "13"
|
|
6776
|
+
"category": "13",
|
|
6777
|
+
"document_type": "bankStatements",
|
|
6778
|
+
"document_group": "bank_statements",
|
|
6779
|
+
"document_group_label": "Bank Statements",
|
|
6780
|
+
"wire_format": "path_array",
|
|
6781
|
+
"document_slot": 5,
|
|
6782
|
+
"time_period_unit": "month"
|
|
6753
6783
|
},
|
|
6754
6784
|
{
|
|
6755
6785
|
"name": "bank_statement_t6",
|
|
@@ -6765,7 +6795,13 @@
|
|
|
6765
6795
|
"openingBalanceT6",
|
|
6766
6796
|
"bankBalanceT6"
|
|
6767
6797
|
],
|
|
6768
|
-
"category": "13"
|
|
6798
|
+
"category": "13",
|
|
6799
|
+
"document_type": "bankStatements",
|
|
6800
|
+
"document_group": "bank_statements",
|
|
6801
|
+
"document_group_label": "Bank Statements",
|
|
6802
|
+
"wire_format": "path_array",
|
|
6803
|
+
"document_slot": 6,
|
|
6804
|
+
"time_period_unit": "month"
|
|
6769
6805
|
},
|
|
6770
6806
|
{
|
|
6771
6807
|
"name": "financials",
|
|
@@ -6786,7 +6822,13 @@
|
|
|
6786
6822
|
"netOperatingCashFlow",
|
|
6787
6823
|
"ebitda"
|
|
6788
6824
|
],
|
|
6789
|
-
"category": "13"
|
|
6825
|
+
"category": "13",
|
|
6826
|
+
"document_type": "financialStatements",
|
|
6827
|
+
"document_group": "financials",
|
|
6828
|
+
"document_group_label": "Audited Financial Statements",
|
|
6829
|
+
"wire_format": "path_array",
|
|
6830
|
+
"document_slot": 1,
|
|
6831
|
+
"time_period_unit": "year"
|
|
6790
6832
|
},
|
|
6791
6833
|
{
|
|
6792
6834
|
"name": "financials_fincap_t1",
|
|
@@ -7030,7 +7072,13 @@
|
|
|
7030
7072
|
"depreciationOfInvestmentSecuritiesT2",
|
|
7031
7073
|
"endOfYearCashT2"
|
|
7032
7074
|
],
|
|
7033
|
-
"category": "13"
|
|
7075
|
+
"category": "13",
|
|
7076
|
+
"document_type": "financialStatements",
|
|
7077
|
+
"document_group": "financials",
|
|
7078
|
+
"document_group_label": "Audited Financial Statements",
|
|
7079
|
+
"wire_format": "path_array",
|
|
7080
|
+
"document_slot": 1,
|
|
7081
|
+
"time_period_unit": "year"
|
|
7034
7082
|
},
|
|
7035
7083
|
{
|
|
7036
7084
|
"name": "financials_fincap_t2",
|
|
@@ -7156,7 +7204,13 @@
|
|
|
7156
7204
|
"depreciationOfInvestmentSecuritiesT3",
|
|
7157
7205
|
"endOfYearCashT3"
|
|
7158
7206
|
],
|
|
7159
|
-
"category": "13"
|
|
7207
|
+
"category": "13",
|
|
7208
|
+
"document_type": "financialStatements",
|
|
7209
|
+
"document_group": "financials",
|
|
7210
|
+
"document_group_label": "Audited Financial Statements",
|
|
7211
|
+
"wire_format": "path_array",
|
|
7212
|
+
"document_slot": 2,
|
|
7213
|
+
"time_period_unit": "year"
|
|
7160
7214
|
},
|
|
7161
7215
|
{
|
|
7162
7216
|
"name": "form9",
|
|
@@ -7167,7 +7221,11 @@
|
|
|
7167
7221
|
"companyName",
|
|
7168
7222
|
"companyRegNo"
|
|
7169
7223
|
],
|
|
7170
|
-
"category": "13"
|
|
7224
|
+
"category": "13",
|
|
7225
|
+
"document_type": "form9",
|
|
7226
|
+
"document_group": "form9",
|
|
7227
|
+
"document_group_label": "Form 9 / Section 17 / Form D",
|
|
7228
|
+
"wire_format": "url_string"
|
|
7171
7229
|
},
|
|
7172
7230
|
{
|
|
7173
7231
|
"name": "ssm",
|
|
@@ -7176,7 +7234,7 @@
|
|
|
7176
7234
|
"ihs_column_names": [
|
|
7177
7235
|
"ssmCompanyName",
|
|
7178
7236
|
"ssmCompanyRegNo",
|
|
7179
|
-
"
|
|
7237
|
+
"incorporatedDate",
|
|
7180
7238
|
"businessCommencementDate",
|
|
7181
7239
|
"businessNature",
|
|
7182
7240
|
"ssmCompanyEntityType",
|
|
@@ -7191,7 +7249,11 @@
|
|
|
7191
7249
|
"businessOrigin",
|
|
7192
7250
|
"registeredAddress"
|
|
7193
7251
|
],
|
|
7194
|
-
"category": "13"
|
|
7252
|
+
"category": "13",
|
|
7253
|
+
"document_type": "ssm",
|
|
7254
|
+
"document_group": "ssm_documents",
|
|
7255
|
+
"document_group_label": "SSM Company Information",
|
|
7256
|
+
"wire_format": "url_string"
|
|
7195
7257
|
},
|
|
7196
7258
|
{
|
|
7197
7259
|
"name": "ic",
|
|
@@ -7208,7 +7270,11 @@
|
|
|
7208
7270
|
"icNationality",
|
|
7209
7271
|
"icRace"
|
|
7210
7272
|
],
|
|
7211
|
-
"category": "13"
|
|
7273
|
+
"category": "13",
|
|
7274
|
+
"document_type": "ic",
|
|
7275
|
+
"document_group": "ic_documents",
|
|
7276
|
+
"document_group_label": "Identification Card",
|
|
7277
|
+
"wire_format": "url_string"
|
|
7212
7278
|
},
|
|
7213
7279
|
{
|
|
7214
7280
|
"name": "epf_statement_t1",
|
|
@@ -7225,7 +7291,13 @@
|
|
|
7225
7291
|
"epfTotalContributionT1",
|
|
7226
7292
|
"epfTotalCurrentContributionT1"
|
|
7227
7293
|
],
|
|
7228
|
-
"category": "13"
|
|
7294
|
+
"category": "13",
|
|
7295
|
+
"document_type": "epfStatements",
|
|
7296
|
+
"document_group": "epf_statements",
|
|
7297
|
+
"document_group_label": "EPF Statements",
|
|
7298
|
+
"wire_format": "path_array",
|
|
7299
|
+
"document_slot": 1,
|
|
7300
|
+
"time_period_unit": "year"
|
|
7229
7301
|
},
|
|
7230
7302
|
{
|
|
7231
7303
|
"name": "epf_statement_t2",
|
|
@@ -7242,7 +7314,13 @@
|
|
|
7242
7314
|
"epfTotalContributionT2",
|
|
7243
7315
|
"epfTotalCurrentContributionT2"
|
|
7244
7316
|
],
|
|
7245
|
-
"category": "13"
|
|
7317
|
+
"category": "13",
|
|
7318
|
+
"document_type": "epfStatements",
|
|
7319
|
+
"document_group": "epf_statements",
|
|
7320
|
+
"document_group_label": "EPF Statements",
|
|
7321
|
+
"wire_format": "path_array",
|
|
7322
|
+
"document_slot": 2,
|
|
7323
|
+
"time_period_unit": "year"
|
|
7246
7324
|
},
|
|
7247
7325
|
{
|
|
7248
7326
|
"name": "payslip_statement_t1",
|
|
@@ -7265,7 +7343,13 @@
|
|
|
7265
7343
|
"payslipEmployeeTaxT1",
|
|
7266
7344
|
"payslipOtherDeductionT1"
|
|
7267
7345
|
],
|
|
7268
|
-
"category": "13"
|
|
7346
|
+
"category": "13",
|
|
7347
|
+
"document_type": "payslips",
|
|
7348
|
+
"document_group": "payslip_statements",
|
|
7349
|
+
"document_group_label": "Payslip Statements",
|
|
7350
|
+
"wire_format": "path_array",
|
|
7351
|
+
"document_slot": 1,
|
|
7352
|
+
"time_period_unit": "month"
|
|
7269
7353
|
},
|
|
7270
7354
|
{
|
|
7271
7355
|
"name": "payslip_statement_t2",
|
|
@@ -7288,7 +7372,13 @@
|
|
|
7288
7372
|
"payslipEmployeeTaxT2",
|
|
7289
7373
|
"payslipOtherDeductionT2"
|
|
7290
7374
|
],
|
|
7291
|
-
"category": "13"
|
|
7375
|
+
"category": "13",
|
|
7376
|
+
"document_type": "payslips",
|
|
7377
|
+
"document_group": "payslip_statements",
|
|
7378
|
+
"document_group_label": "Payslip Statements",
|
|
7379
|
+
"wire_format": "path_array",
|
|
7380
|
+
"document_slot": 2,
|
|
7381
|
+
"time_period_unit": "month"
|
|
7292
7382
|
},
|
|
7293
7383
|
{
|
|
7294
7384
|
"name": "payslip_statement_t3",
|
|
@@ -7311,7 +7401,13 @@
|
|
|
7311
7401
|
"payslipEmployeeTaxT3",
|
|
7312
7402
|
"payslipOtherDeductionT3"
|
|
7313
7403
|
],
|
|
7314
|
-
"category": "13"
|
|
7404
|
+
"category": "13",
|
|
7405
|
+
"document_type": "payslips",
|
|
7406
|
+
"document_group": "payslip_statements",
|
|
7407
|
+
"document_group_label": "Payslip Statements",
|
|
7408
|
+
"wire_format": "path_array",
|
|
7409
|
+
"document_slot": 3,
|
|
7410
|
+
"time_period_unit": "month"
|
|
7315
7411
|
},
|
|
7316
7412
|
{
|
|
7317
7413
|
"name": "payslip_statement_t4",
|
|
@@ -7334,7 +7430,13 @@
|
|
|
7334
7430
|
"payslipEmployeeTaxT4",
|
|
7335
7431
|
"payslipOtherDeductionT4"
|
|
7336
7432
|
],
|
|
7337
|
-
"category": "13"
|
|
7433
|
+
"category": "13",
|
|
7434
|
+
"document_type": "payslips",
|
|
7435
|
+
"document_group": "payslip_statements",
|
|
7436
|
+
"document_group_label": "Payslip Statements",
|
|
7437
|
+
"wire_format": "path_array",
|
|
7438
|
+
"document_slot": 4,
|
|
7439
|
+
"time_period_unit": "month"
|
|
7338
7440
|
},
|
|
7339
7441
|
{
|
|
7340
7442
|
"name": "payslip_statement_t5",
|
|
@@ -7357,7 +7459,13 @@
|
|
|
7357
7459
|
"payslipEmployeeTaxT5",
|
|
7358
7460
|
"payslipOtherDeductionT5"
|
|
7359
7461
|
],
|
|
7360
|
-
"category": "13"
|
|
7462
|
+
"category": "13",
|
|
7463
|
+
"document_type": "payslips",
|
|
7464
|
+
"document_group": "payslip_statements",
|
|
7465
|
+
"document_group_label": "Payslip Statements",
|
|
7466
|
+
"wire_format": "path_array",
|
|
7467
|
+
"document_slot": 5,
|
|
7468
|
+
"time_period_unit": "month"
|
|
7361
7469
|
},
|
|
7362
7470
|
{
|
|
7363
7471
|
"name": "payslip_statement_t6",
|
|
@@ -7380,7 +7488,13 @@
|
|
|
7380
7488
|
"payslipEmployeeTaxT6",
|
|
7381
7489
|
"payslipOtherDeductionT6"
|
|
7382
7490
|
],
|
|
7383
|
-
"category": "13"
|
|
7491
|
+
"category": "13",
|
|
7492
|
+
"document_type": "payslips",
|
|
7493
|
+
"document_group": "payslip_statements",
|
|
7494
|
+
"document_group_label": "Payslip Statements",
|
|
7495
|
+
"wire_format": "path_array",
|
|
7496
|
+
"document_slot": 6,
|
|
7497
|
+
"time_period_unit": "month"
|
|
7384
7498
|
}
|
|
7385
7499
|
]
|
|
7386
7500
|
}
|
|
@@ -148,7 +148,6 @@
|
|
|
148
148
|
"companyRegNo": "Company Registration No.",
|
|
149
149
|
"ssmCompanyName": "Company Name (SSM)",
|
|
150
150
|
"ssmCompanyRegNo": "Registration No. (SSM)",
|
|
151
|
-
"ssmIncorporatedDate": "Incorporated Date (SSM)",
|
|
152
151
|
"ssmCompanyEntityType": "Entity Type (SSM)",
|
|
153
152
|
"ssmPaidUpCapital": "Paid-Up Capital (SSM)",
|
|
154
153
|
"businessCommencementDate": "Business Commencement Date",
|