@finsys/core 4.5.0 → 4.7.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "schemaVersion": "1.0.0",
2
+ "schemaVersion": "1.1.0",
3
3
  "categories": [
4
4
  {
5
5
  "id": "telco-carrier",
@@ -638,6 +638,856 @@
638
638
  "description": "Net pay for the period."
639
639
  }
640
640
  ]
641
+ },
642
+ {
643
+ "id": "finxtract-financial-statement",
644
+ "displayName": "Financial Statement (Document Extraction)",
645
+ "description": "Fields extracted from an uploaded audited financial-statement document by the host's extraction pipeline. One document = one audited financial statement carrying TWO declared periods per the period-axis contract: period1 is its current fiscal year, period2 is its prior comparative year. Metric names are bare in the flat vocabulary, like the bank-statement extraction category's.",
646
+ "canonicalTable": "ihsfinancialstatement",
647
+ "fields": [
648
+ {
649
+ "name": "localNo",
650
+ "type": "string",
651
+ "description": "Company registration (local) number as stated on the document."
652
+ },
653
+ {
654
+ "name": "companyName",
655
+ "type": "string",
656
+ "fact": "companyName",
657
+ "description": "Company name as stated on the document. Attestation of the shared companyName fact — the SSM Form 9 extraction category attests the same fact from its own document."
658
+ },
659
+ {
660
+ "name": "financialYearEnd",
661
+ "type": "string",
662
+ "description": "Financial year end stated by the source document, normalized to ISO YYYY-MM-DD. Shared verbatim by every period the document carries — period identity comes from declared position, never from this date."
663
+ },
664
+ {
665
+ "name": "consolidated",
666
+ "type": "boolean",
667
+ "description": "Whether the statement reports consolidated (group-level) accounts."
668
+ },
669
+ {
670
+ "name": "currency",
671
+ "type": "string",
672
+ "description": "Reporting currency stated on the document."
673
+ },
674
+ {
675
+ "name": "year",
676
+ "type": "number",
677
+ "description": "1-based ordinal of this document within the applicant's uploaded statement sequence; document 1 covers the most recent fiscal years."
678
+ },
679
+ {
680
+ "name": "nonCurrentAssetsSubsidiaryCompanies",
681
+ "type": "number",
682
+ "unit": "MYR",
683
+ "description": "Non-current assets: subsidiary companies."
684
+ },
685
+ {
686
+ "name": "nonCurrentAssetsAssociatedCompanies",
687
+ "type": "number",
688
+ "unit": "MYR",
689
+ "description": "Non-current assets: associated companies."
690
+ },
691
+ {
692
+ "name": "nonCurrentAssetsDevelopmentPropertiesOrExpenditure",
693
+ "type": "number",
694
+ "unit": "MYR",
695
+ "description": "Non-current assets: development properties or expenditure."
696
+ },
697
+ {
698
+ "name": "nonCurrentAssetInvestmentProperties",
699
+ "type": "number",
700
+ "unit": "MYR",
701
+ "description": "Non-current assets: investment properties."
702
+ },
703
+ {
704
+ "name": "nonCurrentAssetsInvestments",
705
+ "type": "number",
706
+ "unit": "MYR",
707
+ "description": "Non-current assets: investments."
708
+ },
709
+ {
710
+ "name": "nonCurrentAssetInvestmentSecurities",
711
+ "type": "number",
712
+ "unit": "MYR",
713
+ "description": "Non-current assets: investment securities."
714
+ },
715
+ {
716
+ "name": "nonCurrentAssetDeferredAssets",
717
+ "type": "number",
718
+ "unit": "MYR",
719
+ "description": "Non-current assets: deferred assets."
720
+ },
721
+ {
722
+ "name": "nonCurrentAssetDeposits",
723
+ "type": "number",
724
+ "unit": "MYR",
725
+ "description": "Non-current assets: deposits."
726
+ },
727
+ {
728
+ "name": "nonCurrentAssetOwnGoodwill",
729
+ "type": "number",
730
+ "unit": "MYR",
731
+ "description": "Non-current assets: own goodwill."
732
+ },
733
+ {
734
+ "name": "nonCurrentAssetGoodwillOnConsolidation",
735
+ "type": "number",
736
+ "unit": "MYR",
737
+ "description": "Non-current assets: goodwill on consolidation."
738
+ },
739
+ {
740
+ "name": "nonCurrentAssetSinkingFund",
741
+ "type": "number",
742
+ "unit": "MYR",
743
+ "description": "Non-current assets: sinking fund."
744
+ },
745
+ {
746
+ "name": "nonCurrentAssetPropertyPlantEquipment",
747
+ "type": "number",
748
+ "unit": "MYR",
749
+ "description": "Non-current assets: property plant equipment."
750
+ },
751
+ {
752
+ "name": "nonCurrentAssetInventories",
753
+ "type": "number",
754
+ "unit": "MYR",
755
+ "description": "Non-current assets: inventories."
756
+ },
757
+ {
758
+ "name": "nonCurrentAssetRightOfUseAssets",
759
+ "type": "number",
760
+ "unit": "MYR",
761
+ "description": "Non-current assets: right of use assets."
762
+ },
763
+ {
764
+ "name": "nonCurrentAssetIntangibleAssets",
765
+ "type": "number",
766
+ "unit": "MYR",
767
+ "description": "Non-current assets: intangible assets."
768
+ },
769
+ {
770
+ "name": "nonCurrentAssetPrepaidLeasePayments",
771
+ "type": "number",
772
+ "unit": "MYR",
773
+ "description": "Non-current assets: prepaid lease payments."
774
+ },
775
+ {
776
+ "name": "nonCurrentAssetFinancialAssetAtFairValue",
777
+ "type": "number",
778
+ "unit": "MYR",
779
+ "description": "Non-current assets: financial asset at fair value."
780
+ },
781
+ {
782
+ "name": "nonCurrentAssetLandUseRight",
783
+ "type": "number",
784
+ "unit": "MYR",
785
+ "description": "Non-current assets: land use right."
786
+ },
787
+ {
788
+ "name": "nonCurrentAssetTradeReceivables",
789
+ "type": "number",
790
+ "unit": "MYR",
791
+ "description": "Non-current assets: trade receivables."
792
+ },
793
+ {
794
+ "name": "nonCurrentAssetOtherReceivables",
795
+ "type": "number",
796
+ "unit": "MYR",
797
+ "description": "Non-current assets: other receivables."
798
+ },
799
+ {
800
+ "name": "nonCurrentAssetTradeAndOtherReceivables",
801
+ "type": "number",
802
+ "unit": "MYR",
803
+ "description": "Non-current assets: trade and other receivables."
804
+ },
805
+ {
806
+ "name": "nonCurrentAssetOtherReceivablesDepositsAndPrepayments",
807
+ "type": "number",
808
+ "unit": "MYR",
809
+ "description": "Non-current assets: other receivables deposits and prepayments."
810
+ },
811
+ {
812
+ "name": "totalNonCurrentAssets",
813
+ "type": "number",
814
+ "unit": "MYR",
815
+ "description": "Balance-sheet total: non-current assets."
816
+ },
817
+ {
818
+ "name": "currentAssetDevelopmentPropertiesOrExpenditure",
819
+ "type": "number",
820
+ "unit": "MYR",
821
+ "description": "Current assets: development properties or expenditure."
822
+ },
823
+ {
824
+ "name": "currentAssetShortTermInvestments",
825
+ "type": "number",
826
+ "unit": "MYR",
827
+ "description": "Current assets: short term investments."
828
+ },
829
+ {
830
+ "name": "currentAssetTradeDebtors",
831
+ "type": "number",
832
+ "unit": "MYR",
833
+ "description": "Current assets: trade debtors."
834
+ },
835
+ {
836
+ "name": "currentAssetShortTermDeposits",
837
+ "type": "number",
838
+ "unit": "MYR",
839
+ "description": "Current assets: short term deposits."
840
+ },
841
+ {
842
+ "name": "currentAssetAmountDueFromHoldingCompany",
843
+ "type": "number",
844
+ "unit": "MYR",
845
+ "description": "Current assets: amount due from holding company."
846
+ },
847
+ {
848
+ "name": "currentAssetAmountDueFromSubsidiaryCompanies",
849
+ "type": "number",
850
+ "unit": "MYR",
851
+ "description": "Current assets: amount due from subsidiary companies."
852
+ },
853
+ {
854
+ "name": "currentAssetAmountDueFromAssociatedCompanies",
855
+ "type": "number",
856
+ "unit": "MYR",
857
+ "description": "Current assets: amount due from associated companies."
858
+ },
859
+ {
860
+ "name": "currentAssetAmountDueFromDirector",
861
+ "type": "number",
862
+ "unit": "MYR",
863
+ "description": "Current assets: amount due from director."
864
+ },
865
+ {
866
+ "name": "currentAssetAmountDueFromCustomer",
867
+ "type": "number",
868
+ "unit": "MYR",
869
+ "description": "Current assets: amount due from customer."
870
+ },
871
+ {
872
+ "name": "currentAssetAmountOwingByShareholders",
873
+ "type": "number",
874
+ "unit": "MYR",
875
+ "description": "Current assets: amount owing by shareholders."
876
+ },
877
+ {
878
+ "name": "currentAssetInventories",
879
+ "type": "number",
880
+ "unit": "MYR",
881
+ "description": "Current assets: inventories."
882
+ },
883
+ {
884
+ "name": "currentAssetFinancialAssetAtFairValue",
885
+ "type": "number",
886
+ "unit": "MYR",
887
+ "description": "Current assets: financial asset at fair value."
888
+ },
889
+ {
890
+ "name": "currentAssetLandUseRight",
891
+ "type": "number",
892
+ "unit": "MYR",
893
+ "description": "Current assets: land use right."
894
+ },
895
+ {
896
+ "name": "currentAssetTaxRecoverable",
897
+ "type": "number",
898
+ "unit": "MYR",
899
+ "description": "Current assets: tax recoverable."
900
+ },
901
+ {
902
+ "name": "currentAssetContractAssets",
903
+ "type": "number",
904
+ "unit": "MYR",
905
+ "description": "Current assets: contract assets."
906
+ },
907
+ {
908
+ "name": "currentAssetCurrentTaxAssets",
909
+ "type": "number",
910
+ "unit": "MYR",
911
+ "description": "Current assets: current tax assets."
912
+ },
913
+ {
914
+ "name": "currentAssetPrepayments",
915
+ "type": "number",
916
+ "unit": "MYR",
917
+ "description": "Current assets: prepayments."
918
+ },
919
+ {
920
+ "name": "currentAssetDerivative",
921
+ "type": "number",
922
+ "unit": "MYR",
923
+ "description": "Current assets: derivative."
924
+ },
925
+ {
926
+ "name": "currentAssetCashAndBankBalances",
927
+ "type": "number",
928
+ "unit": "MYR",
929
+ "description": "Current assets: cash and bank balances."
930
+ },
931
+ {
932
+ "name": "currentAssetOtherReceivables",
933
+ "type": "number",
934
+ "unit": "MYR",
935
+ "description": "Current assets: other receivables."
936
+ },
937
+ {
938
+ "name": "currentAssetRestrictedCash",
939
+ "type": "number",
940
+ "unit": "MYR",
941
+ "description": "Current assets: restricted cash."
942
+ },
943
+ {
944
+ "name": "currentAssetCashAndCashEquivalents",
945
+ "type": "number",
946
+ "unit": "MYR",
947
+ "description": "Current assets: cash and cash equivalents."
948
+ },
949
+ {
950
+ "name": "currentAssetDepositsCashAndBankBalances",
951
+ "type": "number",
952
+ "unit": "MYR",
953
+ "description": "Current assets: deposits cash and bank balances."
954
+ },
955
+ {
956
+ "name": "currentAssetCashAtBanks",
957
+ "type": "number",
958
+ "unit": "MYR",
959
+ "description": "Current assets: cash at banks."
960
+ },
961
+ {
962
+ "name": "currentAssetCashOnHand",
963
+ "type": "number",
964
+ "unit": "MYR",
965
+ "description": "Current assets: cash on hand."
966
+ },
967
+ {
968
+ "name": "currentAssetDepositsAndPrepayments",
969
+ "type": "number",
970
+ "unit": "MYR",
971
+ "description": "Current assets: deposits and prepayments."
972
+ },
973
+ {
974
+ "name": "currentAssetTradeAndOtherReceivables",
975
+ "type": "number",
976
+ "unit": "MYR",
977
+ "description": "Current assets: trade and other receivables."
978
+ },
979
+ {
980
+ "name": "currentAssetOtherReceivablesDepositsAndPrepayments",
981
+ "type": "number",
982
+ "unit": "MYR",
983
+ "description": "Current assets: other receivables deposits and prepayments."
984
+ },
985
+ {
986
+ "name": "currentAssetOtherReceivablesAndDeposits",
987
+ "type": "number",
988
+ "unit": "MYR",
989
+ "description": "Current assets: other receivables and deposits."
990
+ },
991
+ {
992
+ "name": "currentAssetOtherReceivablesAndPrepayments",
993
+ "type": "number",
994
+ "unit": "MYR",
995
+ "description": "Current assets: other receivables and prepayments."
996
+ },
997
+ {
998
+ "name": "totalCurrentAssets",
999
+ "type": "number",
1000
+ "unit": "MYR",
1001
+ "description": "Balance-sheet total: current assets."
1002
+ },
1003
+ {
1004
+ "name": "totalAssets",
1005
+ "type": "number",
1006
+ "unit": "MYR",
1007
+ "description": "Balance-sheet total: assets."
1008
+ },
1009
+ {
1010
+ "name": "currentLiabilitiesTradeCreditors",
1011
+ "type": "number",
1012
+ "unit": "MYR",
1013
+ "description": "Current liabilities: trade creditors."
1014
+ },
1015
+ {
1016
+ "name": "currentLiabilitiesHirePurchasePayables",
1017
+ "type": "number",
1018
+ "unit": "MYR",
1019
+ "description": "Current liabilities: hire purchase payables."
1020
+ },
1021
+ {
1022
+ "name": "currentLiabilitiesBankOverdraft",
1023
+ "type": "number",
1024
+ "unit": "MYR",
1025
+ "description": "Current liabilities: bank overdraft."
1026
+ },
1027
+ {
1028
+ "name": "currentLiabilitiesBankAcceptance",
1029
+ "type": "number",
1030
+ "unit": "MYR",
1031
+ "description": "Current liabilities: bank acceptance."
1032
+ },
1033
+ {
1034
+ "name": "currentLiabilitiesBorrowingsOrTermLoans",
1035
+ "type": "number",
1036
+ "unit": "MYR",
1037
+ "description": "Current liabilities: borrowings or term loans."
1038
+ },
1039
+ {
1040
+ "name": "currentLiabilitiesBankborrowings",
1041
+ "type": "number",
1042
+ "unit": "MYR",
1043
+ "description": "Current liabilities: bank borrowings."
1044
+ },
1045
+ {
1046
+ "name": "currentLiabilitiesAmountsOwingToHoldingCompany",
1047
+ "type": "number",
1048
+ "unit": "MYR",
1049
+ "description": "Current liabilities: amounts owing to holding company."
1050
+ },
1051
+ {
1052
+ "name": "currentLiabilitiesAmountsOwingToSubsidiaryCompanies",
1053
+ "type": "number",
1054
+ "unit": "MYR",
1055
+ "description": "Current liabilities: amounts owing to subsidiary companies."
1056
+ },
1057
+ {
1058
+ "name": "currentLiabilitiesAmountOwingToAssociatedCompanies",
1059
+ "type": "number",
1060
+ "unit": "MYR",
1061
+ "description": "Current liabilities: amount owing to associated companies."
1062
+ },
1063
+ {
1064
+ "name": "currentLiabilitiesAmountsOwingToDirector",
1065
+ "type": "number",
1066
+ "unit": "MYR",
1067
+ "description": "Current liabilities: amounts owing to director."
1068
+ },
1069
+ {
1070
+ "name": "currentLiabilitiesProvisionForTaxation",
1071
+ "type": "number",
1072
+ "unit": "MYR",
1073
+ "description": "Current liabilities: provision for taxation."
1074
+ },
1075
+ {
1076
+ "name": "currentLiabilitiesLeasePayables",
1077
+ "type": "number",
1078
+ "unit": "MYR",
1079
+ "description": "Current liabilities: lease payables."
1080
+ },
1081
+ {
1082
+ "name": "currentLiabilitiesFinanceLeasePayables",
1083
+ "type": "number",
1084
+ "unit": "MYR",
1085
+ "description": "Current liabilities: finance lease payables."
1086
+ },
1087
+ {
1088
+ "name": "currentLiabilitiesOtherPayables",
1089
+ "type": "number",
1090
+ "unit": "MYR",
1091
+ "description": "Current liabilities: other payables."
1092
+ },
1093
+ {
1094
+ "name": "currentLiabilitiesDividendPayables",
1095
+ "type": "number",
1096
+ "unit": "MYR",
1097
+ "description": "Current liabilities: dividend payables."
1098
+ },
1099
+ {
1100
+ "name": "currentLiabilitiesTradeAndOtherPayables",
1101
+ "type": "number",
1102
+ "unit": "MYR",
1103
+ "description": "Current liabilities: trade and other payables."
1104
+ },
1105
+ {
1106
+ "name": "currentLiabilitiesDepositsFromCustomers",
1107
+ "type": "number",
1108
+ "unit": "MYR",
1109
+ "description": "Current liabilities: deposits from customers."
1110
+ },
1111
+ {
1112
+ "name": "currentLiabilitiesOtherPayablesAccrualsAndDeposits",
1113
+ "type": "number",
1114
+ "unit": "MYR",
1115
+ "description": "Current liabilities: other payables accruals and deposits."
1116
+ },
1117
+ {
1118
+ "name": "currentLiabilitiesOtherPayablesAndAccruals",
1119
+ "type": "number",
1120
+ "unit": "MYR",
1121
+ "description": "Current liabilities: other payables and accruals."
1122
+ },
1123
+ {
1124
+ "name": "currentLiabilitiesContractLiabilities",
1125
+ "type": "number",
1126
+ "unit": "MYR",
1127
+ "description": "Current liabilities: contract liabilities."
1128
+ },
1129
+ {
1130
+ "name": "currentLiabilitiesDerivative",
1131
+ "type": "number",
1132
+ "unit": "MYR",
1133
+ "description": "Current liabilities: derivative."
1134
+ },
1135
+ {
1136
+ "name": "totalCurrentLiabilities",
1137
+ "type": "number",
1138
+ "unit": "MYR",
1139
+ "description": "Balance-sheet total: current liabilities."
1140
+ },
1141
+ {
1142
+ "name": "shortTermLiabilities",
1143
+ "type": "number",
1144
+ "unit": "MYR",
1145
+ "description": "Balance-sheet total: short-term liabilities."
1146
+ },
1147
+ {
1148
+ "name": "nonCurrentLiabilitiesBorrowingsOrTermLoans",
1149
+ "type": "number",
1150
+ "unit": "MYR",
1151
+ "description": "Non-current liabilities: borrowings or term loans."
1152
+ },
1153
+ {
1154
+ "name": "nonCurrentLiabilitiesBankBorrowings",
1155
+ "type": "number",
1156
+ "unit": "MYR",
1157
+ "description": "Non-current liabilities: bank borrowings."
1158
+ },
1159
+ {
1160
+ "name": "nonCurrentLiabilitiesLeaseObligations",
1161
+ "type": "number",
1162
+ "unit": "MYR",
1163
+ "description": "Non-current liabilities: lease obligations."
1164
+ },
1165
+ {
1166
+ "name": "nonCurrentLiabilitiesFinanceLeaseObligations",
1167
+ "type": "number",
1168
+ "unit": "MYR",
1169
+ "description": "Non-current liabilities: finance lease obligations."
1170
+ },
1171
+ {
1172
+ "name": "nonCurrentLiabilitiesDeferredTaxation",
1173
+ "type": "number",
1174
+ "unit": "MYR",
1175
+ "description": "Non-current liabilities: deferred taxation."
1176
+ },
1177
+ {
1178
+ "name": "nonCurrentLiabilitiesRetirementBenefits",
1179
+ "type": "number",
1180
+ "unit": "MYR",
1181
+ "description": "Non-current liabilities: retirement benefits."
1182
+ },
1183
+ {
1184
+ "name": "nonCurrentLiabilitiesHirePurchasePayables",
1185
+ "type": "number",
1186
+ "unit": "MYR",
1187
+ "description": "Non-current liabilities: hire purchase payables."
1188
+ },
1189
+ {
1190
+ "name": "nonCurrentLiabilitiesDepositsFromCustomers",
1191
+ "type": "number",
1192
+ "unit": "MYR",
1193
+ "description": "Non-current liabilities: deposits from customers."
1194
+ },
1195
+ {
1196
+ "name": "nonCurrentLiabilitiesContractLiabilities",
1197
+ "type": "number",
1198
+ "unit": "MYR",
1199
+ "description": "Non-current liabilities: contract liabilities."
1200
+ },
1201
+ {
1202
+ "name": "totalNonCurrentLiabilities",
1203
+ "type": "number",
1204
+ "unit": "MYR",
1205
+ "description": "Balance-sheet total: non-current liabilities."
1206
+ },
1207
+ {
1208
+ "name": "totalLiabilities",
1209
+ "type": "number",
1210
+ "unit": "MYR",
1211
+ "description": "Balance-sheet total: liabilities."
1212
+ },
1213
+ {
1214
+ "name": "shareCapital",
1215
+ "type": "number",
1216
+ "unit": "MYR",
1217
+ "description": "Equity: share capital."
1218
+ },
1219
+ {
1220
+ "name": "preferenceShareCapital",
1221
+ "type": "number",
1222
+ "unit": "MYR",
1223
+ "description": "Equity: preference share capital."
1224
+ },
1225
+ {
1226
+ "name": "sharePremium",
1227
+ "type": "number",
1228
+ "unit": "MYR",
1229
+ "description": "Equity: share premium."
1230
+ },
1231
+ {
1232
+ "name": "reserves",
1233
+ "type": "number",
1234
+ "unit": "MYR",
1235
+ "description": "Equity: reserves."
1236
+ },
1237
+ {
1238
+ "name": "capitalReserves",
1239
+ "type": "number",
1240
+ "unit": "MYR",
1241
+ "description": "Equity: capital reserves."
1242
+ },
1243
+ {
1244
+ "name": "revaluationReserves",
1245
+ "type": "number",
1246
+ "unit": "MYR",
1247
+ "description": "Equity: revaluation reserves."
1248
+ },
1249
+ {
1250
+ "name": "exchangeEqualisationOrFluctuationReserves",
1251
+ "type": "number",
1252
+ "unit": "MYR",
1253
+ "description": "Equity: exchange equalisation or fluctuation reserves."
1254
+ },
1255
+ {
1256
+ "name": "retainedEarnings",
1257
+ "type": "number",
1258
+ "unit": "MYR",
1259
+ "description": "Equity: retained earnings."
1260
+ },
1261
+ {
1262
+ "name": "totalEquity",
1263
+ "type": "number",
1264
+ "unit": "MYR",
1265
+ "description": "Balance-sheet total: equity."
1266
+ },
1267
+ {
1268
+ "name": "revenue",
1269
+ "type": "number",
1270
+ "unit": "MYR",
1271
+ "description": "Income statement: revenue."
1272
+ },
1273
+ {
1274
+ "name": "costOfGoodsSold",
1275
+ "type": "number",
1276
+ "unit": "MYR",
1277
+ "description": "Income statement: cost of goods sold."
1278
+ },
1279
+ {
1280
+ "name": "grossProfit",
1281
+ "type": "number",
1282
+ "unit": "MYR",
1283
+ "description": "Income statement: gross profit."
1284
+ },
1285
+ {
1286
+ "name": "otherIncome",
1287
+ "type": "number",
1288
+ "unit": "MYR",
1289
+ "description": "Income statement: other income."
1290
+ },
1291
+ {
1292
+ "name": "profitFromOperations",
1293
+ "type": "number",
1294
+ "unit": "MYR",
1295
+ "description": "Income statement: profit from operations."
1296
+ },
1297
+ {
1298
+ "name": "financeCost",
1299
+ "type": "number",
1300
+ "unit": "MYR",
1301
+ "description": "Income statement: finance cost."
1302
+ },
1303
+ {
1304
+ "name": "ebitda",
1305
+ "type": "number",
1306
+ "unit": "MYR",
1307
+ "description": "Income statement: profit before tax (extracted from the statement's profit-before-tax line; canonical name kept verbatim from the host vocabulary)."
1308
+ },
1309
+ {
1310
+ "name": "taxes",
1311
+ "type": "number",
1312
+ "unit": "MYR",
1313
+ "description": "Income statement: taxes."
1314
+ },
1315
+ {
1316
+ "name": "zakat",
1317
+ "type": "number",
1318
+ "unit": "MYR",
1319
+ "description": "Income statement: zakat."
1320
+ },
1321
+ {
1322
+ "name": "profitAfterTax",
1323
+ "type": "number",
1324
+ "unit": "MYR",
1325
+ "description": "Income statement: profit after tax."
1326
+ },
1327
+ {
1328
+ "name": "netProfit",
1329
+ "type": "number",
1330
+ "unit": "MYR",
1331
+ "description": "Income statement: total comprehensive income for the financial year."
1332
+ },
1333
+ {
1334
+ "name": "netOperatingCashFlow",
1335
+ "type": "number",
1336
+ "unit": "MYR",
1337
+ "description": "Cash-flow statement: net cash flow used in / generated from operating activities."
1338
+ },
1339
+ {
1340
+ "name": "depreciation",
1341
+ "type": "number",
1342
+ "unit": "MYR",
1343
+ "description": "Cash-flow statement: depreciation."
1344
+ },
1345
+ {
1346
+ "name": "depreciationOfPropertyPlantEquipment",
1347
+ "type": "number",
1348
+ "unit": "MYR",
1349
+ "description": "Cash-flow statement: depreciation of property plant equipment."
1350
+ },
1351
+ {
1352
+ "name": "depreciationRightOfUseAssets",
1353
+ "type": "number",
1354
+ "unit": "MYR",
1355
+ "description": "Cash-flow statement: depreciation right of use assets."
1356
+ },
1357
+ {
1358
+ "name": "depreciationOfInvestmentProperties",
1359
+ "type": "number",
1360
+ "unit": "MYR",
1361
+ "description": "Cash-flow statement: depreciation of investment properties."
1362
+ },
1363
+ {
1364
+ "name": "depreciationOfInvestmentSecurities",
1365
+ "type": "number",
1366
+ "unit": "MYR",
1367
+ "description": "Cash-flow statement: depreciation of investment securities."
1368
+ },
1369
+ {
1370
+ "name": "endOfYearCash",
1371
+ "type": "number",
1372
+ "unit": "MYR",
1373
+ "description": "Cash-flow statement: cash and cash equivalents at the end of the financial year."
1374
+ }
1375
+ ]
1376
+ },
1377
+ {
1378
+ "id": "finxtract-form9",
1379
+ "displayName": "SSM Form 9 (Document Extraction)",
1380
+ "description": "Fields extracted from an uploaded SSM Form 9 (Certificate of Incorporation of Private Company) document by the host's extraction pipeline. One instance per uploaded document. The company name and incorporation date are attestations of shared facts — the company-profile and financial-statement extraction categories attest the same real-world facts from their own documents.",
1381
+ "canonicalTable": "ihs_alt_data_form9",
1382
+ "fields": [
1383
+ {
1384
+ "name": "companyName",
1385
+ "type": "string",
1386
+ "fact": "companyName",
1387
+ "description": "Company name as printed on the certificate. Attestation of the shared companyName fact."
1388
+ },
1389
+ {
1390
+ "name": "companyRegNo",
1391
+ "type": "string",
1392
+ "description": "Company registration number as printed on the certificate."
1393
+ },
1394
+ {
1395
+ "name": "companyIncorporationDate",
1396
+ "type": "string",
1397
+ "fact": "companyIncorporationDate",
1398
+ "description": "Date of incorporation as printed on the certificate, normalized to ISO YYYY-MM-DD. Attestation of the shared companyIncorporationDate fact — a company has exactly one incorporation date regardless of which document it was extracted from."
1399
+ }
1400
+ ]
1401
+ },
1402
+ {
1403
+ "id": "finxtract-ssm",
1404
+ "displayName": "SSM Company Profile (Document Extraction)",
1405
+ "description": "Fields extracted from an uploaded SSM company-profile document (company or business registration extract) by the host's extraction pipeline. One instance per uploaded document. Covers registration identity, status, key dates, registered address, capital, and the officer/shareholder registers. The incorporation date is an attestation of a shared fact — the Form 9 extraction category attests the same real-world fact from its own document.",
1406
+ "canonicalTable": "ihs_alt_data_ssm",
1407
+ "fields": [
1408
+ {
1409
+ "name": "ssmCompanyEntityType",
1410
+ "type": "string",
1411
+ "description": "Entity type stated on the profile (e.g. private limited company, enterprise)."
1412
+ },
1413
+ {
1414
+ "name": "ssmCompanyName",
1415
+ "type": "string",
1416
+ "description": "Business or company name as stated on the profile."
1417
+ },
1418
+ {
1419
+ "name": "ssmCompanyRegNo",
1420
+ "type": "string",
1421
+ "description": "Business or company registration number as stated on the profile."
1422
+ },
1423
+ {
1424
+ "name": "companyStatus",
1425
+ "type": "string",
1426
+ "description": "Registration status as stated on the profile (e.g. existing, dissolved)."
1427
+ },
1428
+ {
1429
+ "name": "businessOrigin",
1430
+ "type": "string",
1431
+ "description": "Business origin as stated on the profile."
1432
+ },
1433
+ {
1434
+ "name": "companyIncorporationDate",
1435
+ "type": "string",
1436
+ "fact": "companyIncorporationDate",
1437
+ "description": "Incorporation (or registration) date as stated on the profile, normalized to ISO YYYY-MM-DD. Attestation of the shared companyIncorporationDate fact — a company has exactly one incorporation date regardless of which document it was extracted from."
1438
+ },
1439
+ {
1440
+ "name": "businessCommencementDate",
1441
+ "type": "string",
1442
+ "description": "Business commencement (or start) date as stated on the profile, normalized to ISO YYYY-MM-DD."
1443
+ },
1444
+ {
1445
+ "name": "businessNature",
1446
+ "type": "string",
1447
+ "description": "Nature of business as stated on the profile."
1448
+ },
1449
+ {
1450
+ "name": "registeredAddress",
1451
+ "type": "string",
1452
+ "description": "Registered business address as stated on the profile."
1453
+ },
1454
+ {
1455
+ "name": "totalShareIssued",
1456
+ "type": "number",
1457
+ "description": "Total shares issued as stated on the profile."
1458
+ },
1459
+ {
1460
+ "name": "ssmPaidUpCapital",
1461
+ "type": "number",
1462
+ "unit": "MYR",
1463
+ "description": "Paid-up capital as stated on the profile (falls back to total shares issued when the profile omits an explicit paid-up figure)."
1464
+ },
1465
+ {
1466
+ "name": "directors",
1467
+ "type": "string",
1468
+ "description": "JSON-encoded list of current directors/officers (for enterprises, the business owner normalized into the same shape)."
1469
+ },
1470
+ {
1471
+ "name": "shareholders",
1472
+ "type": "string",
1473
+ "description": "JSON-encoded list of shareholders (for enterprises, the business owner normalized into the same shape)."
1474
+ },
1475
+ {
1476
+ "name": "previousDirectors",
1477
+ "type": "string",
1478
+ "description": "JSON-encoded list of previous directors/officers."
1479
+ },
1480
+ {
1481
+ "name": "companyLastOldName",
1482
+ "type": "string",
1483
+ "description": "The company's most recent former name, when the profile records a name change."
1484
+ },
1485
+ {
1486
+ "name": "companyNameDateOfChange",
1487
+ "type": "string",
1488
+ "description": "Date of the most recent name change, normalized to ISO YYYY-MM-DD."
1489
+ }
1490
+ ]
641
1491
  }
642
1492
  ]
643
1493
  }