@univerjs/sheets-formula 0.2.7 → 0.2.9

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.
Files changed (113) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +974 -409
  3. package/lib/locale/en-US.json +646 -350
  4. package/lib/locale/ru-RU.json +646 -350
  5. package/lib/locale/vi-VN.json +682 -346
  6. package/lib/locale/zh-CN.json +654 -358
  7. package/lib/locale/zh-TW.json +654 -358
  8. package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
  9. package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
  10. package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
  11. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
  12. package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
  13. package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
  14. package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
  15. package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
  16. package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
  17. package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
  18. package/lib/types/common/selection.d.ts +0 -1
  19. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
  20. package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
  21. package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
  22. package/lib/types/controllers/defined-name.controller.d.ts +0 -1
  23. package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
  24. package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
  25. package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
  26. package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -4
  27. package/lib/types/controllers/formula-render.controller.d.ts +0 -1
  28. package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
  29. package/lib/types/controllers/menu.d.ts +0 -1
  30. package/lib/types/controllers/prompt.controller.d.ts +10 -2
  31. package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
  32. package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
  33. package/lib/types/controllers/update-formula.controller.d.ts +0 -1
  34. package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
  35. package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
  36. package/lib/types/controllers/utils/utils.d.ts +0 -1
  37. package/lib/types/formula-ui-plugin.d.ts +0 -1
  38. package/lib/types/locale/en-US.d.ts +426 -130
  39. package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
  40. package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
  41. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
  42. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
  43. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
  44. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
  45. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
  46. package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
  47. package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
  48. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
  49. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
  50. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
  51. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
  52. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
  53. package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
  54. package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
  55. package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
  56. package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
  57. package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
  58. package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
  59. package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
  60. package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
  61. package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
  62. package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
  63. package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
  64. package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
  65. package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
  66. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
  67. package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
  68. package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
  69. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
  70. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
  71. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
  72. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
  73. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
  74. package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
  75. package/lib/types/locale/ru-RU.d.ts +426 -130
  76. package/lib/types/locale/vi-VN.d.ts +458 -126
  77. package/lib/types/locale/zh-CN.d.ts +426 -130
  78. package/lib/types/locale/zh-TW.d.ts +426 -130
  79. package/lib/types/services/description.service.d.ts +0 -1
  80. package/lib/types/services/formula-common.d.ts +0 -1
  81. package/lib/types/services/formula-ref-range.service.d.ts +0 -1
  82. package/lib/types/services/function-list/array.d.ts +0 -1
  83. package/lib/types/services/function-list/compatibility.d.ts +0 -1
  84. package/lib/types/services/function-list/cube.d.ts +0 -1
  85. package/lib/types/services/function-list/database.d.ts +0 -1
  86. package/lib/types/services/function-list/date.d.ts +0 -1
  87. package/lib/types/services/function-list/engineering.d.ts +0 -1
  88. package/lib/types/services/function-list/financial.d.ts +0 -1
  89. package/lib/types/services/function-list/function-list.d.ts +0 -1
  90. package/lib/types/services/function-list/information.d.ts +0 -1
  91. package/lib/types/services/function-list/logical.d.ts +0 -1
  92. package/lib/types/services/function-list/lookup.d.ts +0 -1
  93. package/lib/types/services/function-list/math.d.ts +0 -1
  94. package/lib/types/services/function-list/statistical.d.ts +0 -1
  95. package/lib/types/services/function-list/text.d.ts +0 -1
  96. package/lib/types/services/function-list/univer.d.ts +0 -1
  97. package/lib/types/services/function-list/web.d.ts +0 -1
  98. package/lib/types/services/prompt.service.d.ts +0 -1
  99. package/lib/types/services/register-function.service.d.ts +0 -1
  100. package/lib/types/services/register-other-formula.service.d.ts +0 -1
  101. package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
  102. package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -4
  103. package/lib/types/services/utils.d.ts +0 -1
  104. package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
  105. package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
  106. package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
  107. package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
  108. package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
  109. package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
  110. package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
  111. package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
  112. package/lib/umd/index.js +4 -4
  113. package/package.json +23 -23
@@ -591,11 +591,15 @@ declare const _default: {
591
591
  url: string;
592
592
  }[];
593
593
  functionParameter: {
594
- number1: {
594
+ number: {
595
595
  name: string;
596
596
  detail: string;
597
597
  };
598
- number2: {
598
+ ref: {
599
+ name: string;
600
+ detail: string;
601
+ };
602
+ order: {
599
603
  name: string;
600
604
  detail: string;
601
605
  };
@@ -897,11 +901,11 @@ declare const _default: {
897
901
  url: string;
898
902
  }[];
899
903
  functionParameter: {
900
- number1: {
904
+ x: {
901
905
  name: string;
902
906
  detail: string;
903
907
  };
904
- number2: {
908
+ n: {
905
909
  name: string;
906
910
  detail: string;
907
911
  };
@@ -915,11 +919,11 @@ declare const _default: {
915
919
  url: string;
916
920
  }[];
917
921
  functionParameter: {
918
- number1: {
922
+ x: {
919
923
  name: string;
920
924
  detail: string;
921
925
  };
922
- number2: {
926
+ n: {
923
927
  name: string;
924
928
  detail: string;
925
929
  };
@@ -933,11 +937,11 @@ declare const _default: {
933
937
  url: string;
934
938
  }[];
935
939
  functionParameter: {
936
- number1: {
940
+ x: {
937
941
  name: string;
938
942
  detail: string;
939
943
  };
940
- number2: {
944
+ n: {
941
945
  name: string;
942
946
  detail: string;
943
947
  };
@@ -951,11 +955,11 @@ declare const _default: {
951
955
  url: string;
952
956
  }[];
953
957
  functionParameter: {
954
- number1: {
958
+ x: {
955
959
  name: string;
956
960
  detail: string;
957
961
  };
958
- number2: {
962
+ n: {
959
963
  name: string;
960
964
  detail: string;
961
965
  };
@@ -969,11 +973,7 @@ declare const _default: {
969
973
  url: string;
970
974
  }[];
971
975
  functionParameter: {
972
- number1: {
973
- name: string;
974
- detail: string;
975
- };
976
- number2: {
976
+ number: {
977
977
  name: string;
978
978
  detail: string;
979
979
  };
@@ -987,11 +987,11 @@ declare const _default: {
987
987
  url: string;
988
988
  }[];
989
989
  functionParameter: {
990
- number1: {
990
+ number: {
991
991
  name: string;
992
992
  detail: string;
993
993
  };
994
- number2: {
994
+ places: {
995
995
  name: string;
996
996
  detail: string;
997
997
  };
@@ -1005,11 +1005,11 @@ declare const _default: {
1005
1005
  url: string;
1006
1006
  }[];
1007
1007
  functionParameter: {
1008
- number1: {
1008
+ number: {
1009
1009
  name: string;
1010
1010
  detail: string;
1011
1011
  };
1012
- number2: {
1012
+ places: {
1013
1013
  name: string;
1014
1014
  detail: string;
1015
1015
  };
@@ -1041,11 +1041,11 @@ declare const _default: {
1041
1041
  url: string;
1042
1042
  }[];
1043
1043
  functionParameter: {
1044
- number1: {
1044
+ number: {
1045
1045
  name: string;
1046
1046
  detail: string;
1047
1047
  };
1048
- number2: {
1048
+ shiftAmount: {
1049
1049
  name: string;
1050
1050
  detail: string;
1051
1051
  };
@@ -1077,11 +1077,11 @@ declare const _default: {
1077
1077
  url: string;
1078
1078
  }[];
1079
1079
  functionParameter: {
1080
- number1: {
1080
+ number: {
1081
1081
  name: string;
1082
1082
  detail: string;
1083
1083
  };
1084
- number2: {
1084
+ shiftAmount: {
1085
1085
  name: string;
1086
1086
  detail: string;
1087
1087
  };
@@ -1113,11 +1113,15 @@ declare const _default: {
1113
1113
  url: string;
1114
1114
  }[];
1115
1115
  functionParameter: {
1116
- number1: {
1116
+ realNum: {
1117
1117
  name: string;
1118
1118
  detail: string;
1119
1119
  };
1120
- number2: {
1120
+ iNum: {
1121
+ name: string;
1122
+ detail: string;
1123
+ };
1124
+ suffix: {
1121
1125
  name: string;
1122
1126
  detail: string;
1123
1127
  };
@@ -1131,11 +1135,15 @@ declare const _default: {
1131
1135
  url: string;
1132
1136
  }[];
1133
1137
  functionParameter: {
1134
- number1: {
1138
+ number: {
1135
1139
  name: string;
1136
1140
  detail: string;
1137
1141
  };
1138
- number2: {
1142
+ fromUnit: {
1143
+ name: string;
1144
+ detail: string;
1145
+ };
1146
+ toUnit: {
1139
1147
  name: string;
1140
1148
  detail: string;
1141
1149
  };
@@ -1149,11 +1157,11 @@ declare const _default: {
1149
1157
  url: string;
1150
1158
  }[];
1151
1159
  functionParameter: {
1152
- number1: {
1160
+ number: {
1153
1161
  name: string;
1154
1162
  detail: string;
1155
1163
  };
1156
- number2: {
1164
+ places: {
1157
1165
  name: string;
1158
1166
  detail: string;
1159
1167
  };
@@ -1167,11 +1175,11 @@ declare const _default: {
1167
1175
  url: string;
1168
1176
  }[];
1169
1177
  functionParameter: {
1170
- number1: {
1178
+ number: {
1171
1179
  name: string;
1172
1180
  detail: string;
1173
1181
  };
1174
- number2: {
1182
+ places: {
1175
1183
  name: string;
1176
1184
  detail: string;
1177
1185
  };
@@ -1185,11 +1193,11 @@ declare const _default: {
1185
1193
  url: string;
1186
1194
  }[];
1187
1195
  functionParameter: {
1188
- number1: {
1196
+ number: {
1189
1197
  name: string;
1190
1198
  detail: string;
1191
1199
  };
1192
- number2: {
1200
+ places: {
1193
1201
  name: string;
1194
1202
  detail: string;
1195
1203
  };
@@ -1221,11 +1229,11 @@ declare const _default: {
1221
1229
  url: string;
1222
1230
  }[];
1223
1231
  functionParameter: {
1224
- number1: {
1232
+ lowerLimit: {
1225
1233
  name: string;
1226
1234
  detail: string;
1227
1235
  };
1228
- number2: {
1236
+ upperLimit: {
1229
1237
  name: string;
1230
1238
  detail: string;
1231
1239
  };
@@ -1239,11 +1247,7 @@ declare const _default: {
1239
1247
  url: string;
1240
1248
  }[];
1241
1249
  functionParameter: {
1242
- number1: {
1243
- name: string;
1244
- detail: string;
1245
- };
1246
- number2: {
1250
+ x: {
1247
1251
  name: string;
1248
1252
  detail: string;
1249
1253
  };
@@ -1257,11 +1261,7 @@ declare const _default: {
1257
1261
  url: string;
1258
1262
  }[];
1259
1263
  functionParameter: {
1260
- number1: {
1261
- name: string;
1262
- detail: string;
1263
- };
1264
- number2: {
1264
+ x: {
1265
1265
  name: string;
1266
1266
  detail: string;
1267
1267
  };
@@ -1275,11 +1275,7 @@ declare const _default: {
1275
1275
  url: string;
1276
1276
  }[];
1277
1277
  functionParameter: {
1278
- number1: {
1279
- name: string;
1280
- detail: string;
1281
- };
1282
- number2: {
1278
+ x: {
1283
1279
  name: string;
1284
1280
  detail: string;
1285
1281
  };
@@ -1311,11 +1307,11 @@ declare const _default: {
1311
1307
  url: string;
1312
1308
  }[];
1313
1309
  functionParameter: {
1314
- number1: {
1310
+ number: {
1315
1311
  name: string;
1316
1312
  detail: string;
1317
1313
  };
1318
- number2: {
1314
+ places: {
1319
1315
  name: string;
1320
1316
  detail: string;
1321
1317
  };
@@ -1329,11 +1325,7 @@ declare const _default: {
1329
1325
  url: string;
1330
1326
  }[];
1331
1327
  functionParameter: {
1332
- number1: {
1333
- name: string;
1334
- detail: string;
1335
- };
1336
- number2: {
1328
+ number: {
1337
1329
  name: string;
1338
1330
  detail: string;
1339
1331
  };
@@ -1347,11 +1339,11 @@ declare const _default: {
1347
1339
  url: string;
1348
1340
  }[];
1349
1341
  functionParameter: {
1350
- number1: {
1342
+ number: {
1351
1343
  name: string;
1352
1344
  detail: string;
1353
1345
  };
1354
- number2: {
1346
+ places: {
1355
1347
  name: string;
1356
1348
  detail: string;
1357
1349
  };
@@ -1815,11 +1807,11 @@ declare const _default: {
1815
1807
  url: string;
1816
1808
  }[];
1817
1809
  functionParameter: {
1818
- number1: {
1810
+ number: {
1819
1811
  name: string;
1820
1812
  detail: string;
1821
1813
  };
1822
- number2: {
1814
+ places: {
1823
1815
  name: string;
1824
1816
  detail: string;
1825
1817
  };
@@ -1833,11 +1825,7 @@ declare const _default: {
1833
1825
  url: string;
1834
1826
  }[];
1835
1827
  functionParameter: {
1836
- number1: {
1837
- name: string;
1838
- detail: string;
1839
- };
1840
- number2: {
1828
+ number: {
1841
1829
  name: string;
1842
1830
  detail: string;
1843
1831
  };
@@ -1851,11 +1839,11 @@ declare const _default: {
1851
1839
  url: string;
1852
1840
  }[];
1853
1841
  functionParameter: {
1854
- number1: {
1842
+ number: {
1855
1843
  name: string;
1856
1844
  detail: string;
1857
1845
  };
1858
- number2: {
1846
+ places: {
1859
1847
  name: string;
1860
1848
  detail: string;
1861
1849
  };
@@ -2360,11 +2348,23 @@ declare const _default: {
2360
2348
  url: string;
2361
2349
  }[];
2362
2350
  functionParameter: {
2363
- number1: {
2351
+ name1: {
2364
2352
  name: string;
2365
2353
  detail: string;
2366
2354
  };
2367
- number2: {
2355
+ nameValue1: {
2356
+ name: string;
2357
+ detail: string;
2358
+ };
2359
+ calculationOrName2: {
2360
+ name: string;
2361
+ detail: string;
2362
+ };
2363
+ nameValue2: {
2364
+ name: string;
2365
+ detail: string;
2366
+ };
2367
+ calculationOrName3: {
2368
2368
  name: string;
2369
2369
  detail: string;
2370
2370
  };
@@ -5911,11 +5911,15 @@ declare const _default: {
5911
5911
  url: string;
5912
5912
  }[];
5913
5913
  functionParameter: {
5914
- number1: {
5914
+ number: {
5915
5915
  name: string;
5916
5916
  detail: string;
5917
5917
  };
5918
- number2: {
5918
+ ref: {
5919
+ name: string;
5920
+ detail: string;
5921
+ };
5922
+ order: {
5919
5923
  name: string;
5920
5924
  detail: string;
5921
5925
  };
@@ -5929,11 +5933,15 @@ declare const _default: {
5929
5933
  url: string;
5930
5934
  }[];
5931
5935
  functionParameter: {
5932
- number1: {
5936
+ number: {
5933
5937
  name: string;
5934
5938
  detail: string;
5935
5939
  };
5936
- number2: {
5940
+ ref: {
5941
+ name: string;
5942
+ detail: string;
5943
+ };
5944
+ order: {
5937
5945
  name: string;
5938
5946
  detail: string;
5939
5947
  };
@@ -8201,11 +8209,35 @@ declare const _default: {
8201
8209
  url: string;
8202
8210
  }[];
8203
8211
  functionParameter: {
8204
- number1: {
8212
+ issue: {
8205
8213
  name: string;
8206
8214
  detail: string;
8207
8215
  };
8208
- number2: {
8216
+ firstInterest: {
8217
+ name: string;
8218
+ detail: string;
8219
+ };
8220
+ settlement: {
8221
+ name: string;
8222
+ detail: string;
8223
+ };
8224
+ rate: {
8225
+ name: string;
8226
+ detail: string;
8227
+ };
8228
+ par: {
8229
+ name: string;
8230
+ detail: string;
8231
+ };
8232
+ frequency: {
8233
+ name: string;
8234
+ detail: string;
8235
+ };
8236
+ basis: {
8237
+ name: string;
8238
+ detail: string;
8239
+ };
8240
+ calcMethod: {
8209
8241
  name: string;
8210
8242
  detail: string;
8211
8243
  };
@@ -8219,11 +8251,23 @@ declare const _default: {
8219
8251
  url: string;
8220
8252
  }[];
8221
8253
  functionParameter: {
8222
- number1: {
8254
+ issue: {
8223
8255
  name: string;
8224
8256
  detail: string;
8225
8257
  };
8226
- number2: {
8258
+ settlement: {
8259
+ name: string;
8260
+ detail: string;
8261
+ };
8262
+ rate: {
8263
+ name: string;
8264
+ detail: string;
8265
+ };
8266
+ par: {
8267
+ name: string;
8268
+ detail: string;
8269
+ };
8270
+ basis: {
8227
8271
  name: string;
8228
8272
  detail: string;
8229
8273
  };
@@ -8255,11 +8299,31 @@ declare const _default: {
8255
8299
  url: string;
8256
8300
  }[];
8257
8301
  functionParameter: {
8258
- number1: {
8302
+ cost: {
8259
8303
  name: string;
8260
8304
  detail: string;
8261
8305
  };
8262
- number2: {
8306
+ datePurchased: {
8307
+ name: string;
8308
+ detail: string;
8309
+ };
8310
+ firstPeriod: {
8311
+ name: string;
8312
+ detail: string;
8313
+ };
8314
+ salvage: {
8315
+ name: string;
8316
+ detail: string;
8317
+ };
8318
+ period: {
8319
+ name: string;
8320
+ detail: string;
8321
+ };
8322
+ rate: {
8323
+ name: string;
8324
+ detail: string;
8325
+ };
8326
+ basis: {
8263
8327
  name: string;
8264
8328
  detail: string;
8265
8329
  };
@@ -8273,11 +8337,19 @@ declare const _default: {
8273
8337
  url: string;
8274
8338
  }[];
8275
8339
  functionParameter: {
8276
- number1: {
8340
+ settlement: {
8277
8341
  name: string;
8278
8342
  detail: string;
8279
8343
  };
8280
- number2: {
8344
+ maturity: {
8345
+ name: string;
8346
+ detail: string;
8347
+ };
8348
+ frequency: {
8349
+ name: string;
8350
+ detail: string;
8351
+ };
8352
+ basis: {
8281
8353
  name: string;
8282
8354
  detail: string;
8283
8355
  };
@@ -8291,11 +8363,19 @@ declare const _default: {
8291
8363
  url: string;
8292
8364
  }[];
8293
8365
  functionParameter: {
8294
- number1: {
8366
+ settlement: {
8295
8367
  name: string;
8296
8368
  detail: string;
8297
8369
  };
8298
- number2: {
8370
+ maturity: {
8371
+ name: string;
8372
+ detail: string;
8373
+ };
8374
+ frequency: {
8375
+ name: string;
8376
+ detail: string;
8377
+ };
8378
+ basis: {
8299
8379
  name: string;
8300
8380
  detail: string;
8301
8381
  };
@@ -8309,11 +8389,19 @@ declare const _default: {
8309
8389
  url: string;
8310
8390
  }[];
8311
8391
  functionParameter: {
8312
- number1: {
8392
+ settlement: {
8313
8393
  name: string;
8314
8394
  detail: string;
8315
8395
  };
8316
- number2: {
8396
+ maturity: {
8397
+ name: string;
8398
+ detail: string;
8399
+ };
8400
+ frequency: {
8401
+ name: string;
8402
+ detail: string;
8403
+ };
8404
+ basis: {
8317
8405
  name: string;
8318
8406
  detail: string;
8319
8407
  };
@@ -8327,11 +8415,19 @@ declare const _default: {
8327
8415
  url: string;
8328
8416
  }[];
8329
8417
  functionParameter: {
8330
- number1: {
8418
+ settlement: {
8331
8419
  name: string;
8332
8420
  detail: string;
8333
8421
  };
8334
- number2: {
8422
+ maturity: {
8423
+ name: string;
8424
+ detail: string;
8425
+ };
8426
+ frequency: {
8427
+ name: string;
8428
+ detail: string;
8429
+ };
8430
+ basis: {
8335
8431
  name: string;
8336
8432
  detail: string;
8337
8433
  };
@@ -8345,11 +8441,19 @@ declare const _default: {
8345
8441
  url: string;
8346
8442
  }[];
8347
8443
  functionParameter: {
8348
- number1: {
8444
+ settlement: {
8349
8445
  name: string;
8350
8446
  detail: string;
8351
8447
  };
8352
- number2: {
8448
+ maturity: {
8449
+ name: string;
8450
+ detail: string;
8451
+ };
8452
+ frequency: {
8453
+ name: string;
8454
+ detail: string;
8455
+ };
8456
+ basis: {
8353
8457
  name: string;
8354
8458
  detail: string;
8355
8459
  };
@@ -8363,11 +8467,19 @@ declare const _default: {
8363
8467
  url: string;
8364
8468
  }[];
8365
8469
  functionParameter: {
8366
- number1: {
8470
+ settlement: {
8367
8471
  name: string;
8368
8472
  detail: string;
8369
8473
  };
8370
- number2: {
8474
+ maturity: {
8475
+ name: string;
8476
+ detail: string;
8477
+ };
8478
+ frequency: {
8479
+ name: string;
8480
+ detail: string;
8481
+ };
8482
+ basis: {
8371
8483
  name: string;
8372
8484
  detail: string;
8373
8485
  };
@@ -8381,11 +8493,27 @@ declare const _default: {
8381
8493
  url: string;
8382
8494
  }[];
8383
8495
  functionParameter: {
8384
- number1: {
8496
+ rate: {
8385
8497
  name: string;
8386
8498
  detail: string;
8387
8499
  };
8388
- number2: {
8500
+ nper: {
8501
+ name: string;
8502
+ detail: string;
8503
+ };
8504
+ pv: {
8505
+ name: string;
8506
+ detail: string;
8507
+ };
8508
+ startPeriod: {
8509
+ name: string;
8510
+ detail: string;
8511
+ };
8512
+ endPeriod: {
8513
+ name: string;
8514
+ detail: string;
8515
+ };
8516
+ type: {
8389
8517
  name: string;
8390
8518
  detail: string;
8391
8519
  };
@@ -8399,11 +8527,27 @@ declare const _default: {
8399
8527
  url: string;
8400
8528
  }[];
8401
8529
  functionParameter: {
8402
- number1: {
8530
+ rate: {
8403
8531
  name: string;
8404
8532
  detail: string;
8405
8533
  };
8406
- number2: {
8534
+ nper: {
8535
+ name: string;
8536
+ detail: string;
8537
+ };
8538
+ pv: {
8539
+ name: string;
8540
+ detail: string;
8541
+ };
8542
+ startPeriod: {
8543
+ name: string;
8544
+ detail: string;
8545
+ };
8546
+ endPeriod: {
8547
+ name: string;
8548
+ detail: string;
8549
+ };
8550
+ type: {
8407
8551
  name: string;
8408
8552
  detail: string;
8409
8553
  };
@@ -8417,11 +8561,23 @@ declare const _default: {
8417
8561
  url: string;
8418
8562
  }[];
8419
8563
  functionParameter: {
8420
- number1: {
8564
+ cost: {
8421
8565
  name: string;
8422
8566
  detail: string;
8423
8567
  };
8424
- number2: {
8568
+ salvage: {
8569
+ name: string;
8570
+ detail: string;
8571
+ };
8572
+ life: {
8573
+ name: string;
8574
+ detail: string;
8575
+ };
8576
+ period: {
8577
+ name: string;
8578
+ detail: string;
8579
+ };
8580
+ month: {
8425
8581
  name: string;
8426
8582
  detail: string;
8427
8583
  };
@@ -8435,11 +8591,23 @@ declare const _default: {
8435
8591
  url: string;
8436
8592
  }[];
8437
8593
  functionParameter: {
8438
- number1: {
8594
+ cost: {
8439
8595
  name: string;
8440
8596
  detail: string;
8441
8597
  };
8442
- number2: {
8598
+ salvage: {
8599
+ name: string;
8600
+ detail: string;
8601
+ };
8602
+ life: {
8603
+ name: string;
8604
+ detail: string;
8605
+ };
8606
+ period: {
8607
+ name: string;
8608
+ detail: string;
8609
+ };
8610
+ factor: {
8443
8611
  name: string;
8444
8612
  detail: string;
8445
8613
  };
@@ -8453,11 +8621,23 @@ declare const _default: {
8453
8621
  url: string;
8454
8622
  }[];
8455
8623
  functionParameter: {
8456
- number1: {
8624
+ settlement: {
8457
8625
  name: string;
8458
8626
  detail: string;
8459
8627
  };
8460
- number2: {
8628
+ maturity: {
8629
+ name: string;
8630
+ detail: string;
8631
+ };
8632
+ pr: {
8633
+ name: string;
8634
+ detail: string;
8635
+ };
8636
+ redemption: {
8637
+ name: string;
8638
+ detail: string;
8639
+ };
8640
+ basis: {
8461
8641
  name: string;
8462
8642
  detail: string;
8463
8643
  };
@@ -8471,11 +8651,11 @@ declare const _default: {
8471
8651
  url: string;
8472
8652
  }[];
8473
8653
  functionParameter: {
8474
- number1: {
8654
+ fractionalDollar: {
8475
8655
  name: string;
8476
8656
  detail: string;
8477
8657
  };
8478
- number2: {
8658
+ fraction: {
8479
8659
  name: string;
8480
8660
  detail: string;
8481
8661
  };
@@ -8489,11 +8669,11 @@ declare const _default: {
8489
8669
  url: string;
8490
8670
  }[];
8491
8671
  functionParameter: {
8492
- number1: {
8672
+ decimalDollar: {
8493
8673
  name: string;
8494
8674
  detail: string;
8495
8675
  };
8496
- number2: {
8676
+ fraction: {
8497
8677
  name: string;
8498
8678
  detail: string;
8499
8679
  };
@@ -8525,11 +8705,11 @@ declare const _default: {
8525
8705
  url: string;
8526
8706
  }[];
8527
8707
  functionParameter: {
8528
- number1: {
8708
+ nominalRate: {
8529
8709
  name: string;
8530
8710
  detail: string;
8531
8711
  };
8532
- number2: {
8712
+ npery: {
8533
8713
  name: string;
8534
8714
  detail: string;
8535
8715
  };
@@ -8543,11 +8723,23 @@ declare const _default: {
8543
8723
  url: string;
8544
8724
  }[];
8545
8725
  functionParameter: {
8546
- number1: {
8726
+ rate: {
8547
8727
  name: string;
8548
8728
  detail: string;
8549
8729
  };
8550
- number2: {
8730
+ nper: {
8731
+ name: string;
8732
+ detail: string;
8733
+ };
8734
+ pmt: {
8735
+ name: string;
8736
+ detail: string;
8737
+ };
8738
+ pv: {
8739
+ name: string;
8740
+ detail: string;
8741
+ };
8742
+ type: {
8551
8743
  name: string;
8552
8744
  detail: string;
8553
8745
  };
@@ -8561,11 +8753,11 @@ declare const _default: {
8561
8753
  url: string;
8562
8754
  }[];
8563
8755
  functionParameter: {
8564
- number1: {
8756
+ principal: {
8565
8757
  name: string;
8566
8758
  detail: string;
8567
8759
  };
8568
- number2: {
8760
+ schedule: {
8569
8761
  name: string;
8570
8762
  detail: string;
8571
8763
  };
@@ -8579,11 +8771,23 @@ declare const _default: {
8579
8771
  url: string;
8580
8772
  }[];
8581
8773
  functionParameter: {
8582
- number1: {
8774
+ settlement: {
8583
8775
  name: string;
8584
8776
  detail: string;
8585
8777
  };
8586
- number2: {
8778
+ maturity: {
8779
+ name: string;
8780
+ detail: string;
8781
+ };
8782
+ investment: {
8783
+ name: string;
8784
+ detail: string;
8785
+ };
8786
+ redemption: {
8787
+ name: string;
8788
+ detail: string;
8789
+ };
8790
+ basis: {
8587
8791
  name: string;
8588
8792
  detail: string;
8589
8793
  };
@@ -8597,11 +8801,27 @@ declare const _default: {
8597
8801
  url: string;
8598
8802
  }[];
8599
8803
  functionParameter: {
8600
- number1: {
8804
+ rate: {
8601
8805
  name: string;
8602
8806
  detail: string;
8603
8807
  };
8604
- number2: {
8808
+ per: {
8809
+ name: string;
8810
+ detail: string;
8811
+ };
8812
+ nper: {
8813
+ name: string;
8814
+ detail: string;
8815
+ };
8816
+ pv: {
8817
+ name: string;
8818
+ detail: string;
8819
+ };
8820
+ fv: {
8821
+ name: string;
8822
+ detail: string;
8823
+ };
8824
+ type: {
8605
8825
  name: string;
8606
8826
  detail: string;
8607
8827
  };
@@ -8633,11 +8853,19 @@ declare const _default: {
8633
8853
  url: string;
8634
8854
  }[];
8635
8855
  functionParameter: {
8636
- number1: {
8856
+ rate: {
8637
8857
  name: string;
8638
8858
  detail: string;
8639
8859
  };
8640
- number2: {
8860
+ per: {
8861
+ name: string;
8862
+ detail: string;
8863
+ };
8864
+ nper: {
8865
+ name: string;
8866
+ detail: string;
8867
+ };
8868
+ pv: {
8641
8869
  name: string;
8642
8870
  detail: string;
8643
8871
  };
@@ -8687,11 +8915,11 @@ declare const _default: {
8687
8915
  url: string;
8688
8916
  }[];
8689
8917
  functionParameter: {
8690
- number1: {
8918
+ effectRate: {
8691
8919
  name: string;
8692
8920
  detail: string;
8693
8921
  };
8694
- number2: {
8922
+ npery: {
8695
8923
  name: string;
8696
8924
  detail: string;
8697
8925
  };
@@ -8705,11 +8933,23 @@ declare const _default: {
8705
8933
  url: string;
8706
8934
  }[];
8707
8935
  functionParameter: {
8708
- number1: {
8936
+ rate: {
8709
8937
  name: string;
8710
8938
  detail: string;
8711
8939
  };
8712
- number2: {
8940
+ pmt: {
8941
+ name: string;
8942
+ detail: string;
8943
+ };
8944
+ pv: {
8945
+ name: string;
8946
+ detail: string;
8947
+ };
8948
+ fv: {
8949
+ name: string;
8950
+ detail: string;
8951
+ };
8952
+ type: {
8713
8953
  name: string;
8714
8954
  detail: string;
8715
8955
  };
@@ -8831,11 +9071,23 @@ declare const _default: {
8831
9071
  url: string;
8832
9072
  }[];
8833
9073
  functionParameter: {
8834
- number1: {
9074
+ rate: {
8835
9075
  name: string;
8836
9076
  detail: string;
8837
9077
  };
8838
- number2: {
9078
+ nper: {
9079
+ name: string;
9080
+ detail: string;
9081
+ };
9082
+ pv: {
9083
+ name: string;
9084
+ detail: string;
9085
+ };
9086
+ fv: {
9087
+ name: string;
9088
+ detail: string;
9089
+ };
9090
+ type: {
8839
9091
  name: string;
8840
9092
  detail: string;
8841
9093
  };
@@ -8849,11 +9101,27 @@ declare const _default: {
8849
9101
  url: string;
8850
9102
  }[];
8851
9103
  functionParameter: {
8852
- number1: {
9104
+ rate: {
8853
9105
  name: string;
8854
9106
  detail: string;
8855
9107
  };
8856
- number2: {
9108
+ per: {
9109
+ name: string;
9110
+ detail: string;
9111
+ };
9112
+ nper: {
9113
+ name: string;
9114
+ detail: string;
9115
+ };
9116
+ pv: {
9117
+ name: string;
9118
+ detail: string;
9119
+ };
9120
+ fv: {
9121
+ name: string;
9122
+ detail: string;
9123
+ };
9124
+ type: {
8857
9125
  name: string;
8858
9126
  detail: string;
8859
9127
  };
@@ -8921,11 +9189,23 @@ declare const _default: {
8921
9189
  url: string;
8922
9190
  }[];
8923
9191
  functionParameter: {
8924
- number1: {
9192
+ rate: {
8925
9193
  name: string;
8926
9194
  detail: string;
8927
9195
  };
8928
- number2: {
9196
+ nper: {
9197
+ name: string;
9198
+ detail: string;
9199
+ };
9200
+ pmt: {
9201
+ name: string;
9202
+ detail: string;
9203
+ };
9204
+ fv: {
9205
+ name: string;
9206
+ detail: string;
9207
+ };
9208
+ type: {
8929
9209
  name: string;
8930
9210
  detail: string;
8931
9211
  };
@@ -8939,11 +9219,27 @@ declare const _default: {
8939
9219
  url: string;
8940
9220
  }[];
8941
9221
  functionParameter: {
8942
- number1: {
9222
+ nper: {
8943
9223
  name: string;
8944
9224
  detail: string;
8945
9225
  };
8946
- number2: {
9226
+ pmt: {
9227
+ name: string;
9228
+ detail: string;
9229
+ };
9230
+ pv: {
9231
+ name: string;
9232
+ detail: string;
9233
+ };
9234
+ fv: {
9235
+ name: string;
9236
+ detail: string;
9237
+ };
9238
+ type: {
9239
+ name: string;
9240
+ detail: string;
9241
+ };
9242
+ guess: {
8947
9243
  name: string;
8948
9244
  detail: string;
8949
9245
  };