@univerjs/sheets-formula 0.2.7 → 0.2.8

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 (103) hide show
  1. package/lib/cjs/index.js +2 -2
  2. package/lib/es/index.js +880 -366
  3. package/lib/locale/en-US.json +616 -332
  4. package/lib/locale/ru-RU.json +616 -332
  5. package/lib/locale/vi-VN.json +624 -340
  6. package/lib/locale/zh-CN.json +624 -340
  7. package/lib/locale/zh-TW.json +624 -340
  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 +0 -1
  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 +4 -1
  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 +408 -124
  39. package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
  40. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
  41. package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
  42. package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
  43. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
  44. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
  45. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
  46. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
  47. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
  48. package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
  49. package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
  50. package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
  51. package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
  52. package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
  53. package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
  54. package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
  55. package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
  56. package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
  57. package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
  58. package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
  59. package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
  60. package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
  61. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
  62. package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
  63. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
  64. package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
  65. package/lib/types/locale/ru-RU.d.ts +408 -124
  66. package/lib/types/locale/vi-VN.d.ts +408 -124
  67. package/lib/types/locale/zh-CN.d.ts +408 -124
  68. package/lib/types/locale/zh-TW.d.ts +408 -124
  69. package/lib/types/services/description.service.d.ts +0 -1
  70. package/lib/types/services/formula-common.d.ts +0 -1
  71. package/lib/types/services/formula-ref-range.service.d.ts +0 -1
  72. package/lib/types/services/function-list/array.d.ts +0 -1
  73. package/lib/types/services/function-list/compatibility.d.ts +0 -1
  74. package/lib/types/services/function-list/cube.d.ts +0 -1
  75. package/lib/types/services/function-list/database.d.ts +0 -1
  76. package/lib/types/services/function-list/date.d.ts +0 -1
  77. package/lib/types/services/function-list/engineering.d.ts +0 -1
  78. package/lib/types/services/function-list/financial.d.ts +0 -1
  79. package/lib/types/services/function-list/function-list.d.ts +0 -1
  80. package/lib/types/services/function-list/information.d.ts +0 -1
  81. package/lib/types/services/function-list/logical.d.ts +0 -1
  82. package/lib/types/services/function-list/lookup.d.ts +0 -1
  83. package/lib/types/services/function-list/math.d.ts +0 -1
  84. package/lib/types/services/function-list/statistical.d.ts +0 -1
  85. package/lib/types/services/function-list/text.d.ts +0 -1
  86. package/lib/types/services/function-list/univer.d.ts +0 -1
  87. package/lib/types/services/function-list/web.d.ts +0 -1
  88. package/lib/types/services/prompt.service.d.ts +0 -1
  89. package/lib/types/services/register-function.service.d.ts +0 -1
  90. package/lib/types/services/register-other-formula.service.d.ts +0 -1
  91. package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
  92. package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
  93. package/lib/types/services/utils.d.ts +0 -1
  94. package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
  95. package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
  96. package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
  97. package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
  98. package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
  99. package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
  100. package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
  101. package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
  102. package/lib/umd/index.js +2 -2
  103. package/package.json +23 -23
@@ -897,11 +897,11 @@ declare const _default: {
897
897
  url: string;
898
898
  }[];
899
899
  functionParameter: {
900
- number1: {
900
+ x: {
901
901
  name: string;
902
902
  detail: string;
903
903
  };
904
- number2: {
904
+ n: {
905
905
  name: string;
906
906
  detail: string;
907
907
  };
@@ -915,11 +915,11 @@ declare const _default: {
915
915
  url: string;
916
916
  }[];
917
917
  functionParameter: {
918
- number1: {
918
+ x: {
919
919
  name: string;
920
920
  detail: string;
921
921
  };
922
- number2: {
922
+ n: {
923
923
  name: string;
924
924
  detail: string;
925
925
  };
@@ -933,11 +933,11 @@ declare const _default: {
933
933
  url: string;
934
934
  }[];
935
935
  functionParameter: {
936
- number1: {
936
+ x: {
937
937
  name: string;
938
938
  detail: string;
939
939
  };
940
- number2: {
940
+ n: {
941
941
  name: string;
942
942
  detail: string;
943
943
  };
@@ -951,11 +951,11 @@ declare const _default: {
951
951
  url: string;
952
952
  }[];
953
953
  functionParameter: {
954
- number1: {
954
+ x: {
955
955
  name: string;
956
956
  detail: string;
957
957
  };
958
- number2: {
958
+ n: {
959
959
  name: string;
960
960
  detail: string;
961
961
  };
@@ -969,11 +969,7 @@ declare const _default: {
969
969
  url: string;
970
970
  }[];
971
971
  functionParameter: {
972
- number1: {
973
- name: string;
974
- detail: string;
975
- };
976
- number2: {
972
+ number: {
977
973
  name: string;
978
974
  detail: string;
979
975
  };
@@ -987,11 +983,11 @@ declare const _default: {
987
983
  url: string;
988
984
  }[];
989
985
  functionParameter: {
990
- number1: {
986
+ number: {
991
987
  name: string;
992
988
  detail: string;
993
989
  };
994
- number2: {
990
+ places: {
995
991
  name: string;
996
992
  detail: string;
997
993
  };
@@ -1005,11 +1001,11 @@ declare const _default: {
1005
1001
  url: string;
1006
1002
  }[];
1007
1003
  functionParameter: {
1008
- number1: {
1004
+ number: {
1009
1005
  name: string;
1010
1006
  detail: string;
1011
1007
  };
1012
- number2: {
1008
+ places: {
1013
1009
  name: string;
1014
1010
  detail: string;
1015
1011
  };
@@ -1041,11 +1037,11 @@ declare const _default: {
1041
1037
  url: string;
1042
1038
  }[];
1043
1039
  functionParameter: {
1044
- number1: {
1040
+ number: {
1045
1041
  name: string;
1046
1042
  detail: string;
1047
1043
  };
1048
- number2: {
1044
+ shiftAmount: {
1049
1045
  name: string;
1050
1046
  detail: string;
1051
1047
  };
@@ -1077,11 +1073,11 @@ declare const _default: {
1077
1073
  url: string;
1078
1074
  }[];
1079
1075
  functionParameter: {
1080
- number1: {
1076
+ number: {
1081
1077
  name: string;
1082
1078
  detail: string;
1083
1079
  };
1084
- number2: {
1080
+ shiftAmount: {
1085
1081
  name: string;
1086
1082
  detail: string;
1087
1083
  };
@@ -1113,11 +1109,15 @@ declare const _default: {
1113
1109
  url: string;
1114
1110
  }[];
1115
1111
  functionParameter: {
1116
- number1: {
1112
+ realNum: {
1117
1113
  name: string;
1118
1114
  detail: string;
1119
1115
  };
1120
- number2: {
1116
+ iNum: {
1117
+ name: string;
1118
+ detail: string;
1119
+ };
1120
+ suffix: {
1121
1121
  name: string;
1122
1122
  detail: string;
1123
1123
  };
@@ -1131,11 +1131,15 @@ declare const _default: {
1131
1131
  url: string;
1132
1132
  }[];
1133
1133
  functionParameter: {
1134
- number1: {
1134
+ number: {
1135
1135
  name: string;
1136
1136
  detail: string;
1137
1137
  };
1138
- number2: {
1138
+ fromUnit: {
1139
+ name: string;
1140
+ detail: string;
1141
+ };
1142
+ toUnit: {
1139
1143
  name: string;
1140
1144
  detail: string;
1141
1145
  };
@@ -1149,11 +1153,11 @@ declare const _default: {
1149
1153
  url: string;
1150
1154
  }[];
1151
1155
  functionParameter: {
1152
- number1: {
1156
+ number: {
1153
1157
  name: string;
1154
1158
  detail: string;
1155
1159
  };
1156
- number2: {
1160
+ places: {
1157
1161
  name: string;
1158
1162
  detail: string;
1159
1163
  };
@@ -1167,11 +1171,11 @@ declare const _default: {
1167
1171
  url: string;
1168
1172
  }[];
1169
1173
  functionParameter: {
1170
- number1: {
1174
+ number: {
1171
1175
  name: string;
1172
1176
  detail: string;
1173
1177
  };
1174
- number2: {
1178
+ places: {
1175
1179
  name: string;
1176
1180
  detail: string;
1177
1181
  };
@@ -1185,11 +1189,11 @@ declare const _default: {
1185
1189
  url: string;
1186
1190
  }[];
1187
1191
  functionParameter: {
1188
- number1: {
1192
+ number: {
1189
1193
  name: string;
1190
1194
  detail: string;
1191
1195
  };
1192
- number2: {
1196
+ places: {
1193
1197
  name: string;
1194
1198
  detail: string;
1195
1199
  };
@@ -1221,11 +1225,11 @@ declare const _default: {
1221
1225
  url: string;
1222
1226
  }[];
1223
1227
  functionParameter: {
1224
- number1: {
1228
+ lowerLimit: {
1225
1229
  name: string;
1226
1230
  detail: string;
1227
1231
  };
1228
- number2: {
1232
+ upperLimit: {
1229
1233
  name: string;
1230
1234
  detail: string;
1231
1235
  };
@@ -1239,11 +1243,7 @@ declare const _default: {
1239
1243
  url: string;
1240
1244
  }[];
1241
1245
  functionParameter: {
1242
- number1: {
1243
- name: string;
1244
- detail: string;
1245
- };
1246
- number2: {
1246
+ x: {
1247
1247
  name: string;
1248
1248
  detail: string;
1249
1249
  };
@@ -1257,11 +1257,7 @@ declare const _default: {
1257
1257
  url: string;
1258
1258
  }[];
1259
1259
  functionParameter: {
1260
- number1: {
1261
- name: string;
1262
- detail: string;
1263
- };
1264
- number2: {
1260
+ x: {
1265
1261
  name: string;
1266
1262
  detail: string;
1267
1263
  };
@@ -1275,11 +1271,7 @@ declare const _default: {
1275
1271
  url: string;
1276
1272
  }[];
1277
1273
  functionParameter: {
1278
- number1: {
1279
- name: string;
1280
- detail: string;
1281
- };
1282
- number2: {
1274
+ x: {
1283
1275
  name: string;
1284
1276
  detail: string;
1285
1277
  };
@@ -1311,11 +1303,11 @@ declare const _default: {
1311
1303
  url: string;
1312
1304
  }[];
1313
1305
  functionParameter: {
1314
- number1: {
1306
+ number: {
1315
1307
  name: string;
1316
1308
  detail: string;
1317
1309
  };
1318
- number2: {
1310
+ places: {
1319
1311
  name: string;
1320
1312
  detail: string;
1321
1313
  };
@@ -1329,11 +1321,7 @@ declare const _default: {
1329
1321
  url: string;
1330
1322
  }[];
1331
1323
  functionParameter: {
1332
- number1: {
1333
- name: string;
1334
- detail: string;
1335
- };
1336
- number2: {
1324
+ number: {
1337
1325
  name: string;
1338
1326
  detail: string;
1339
1327
  };
@@ -1347,11 +1335,11 @@ declare const _default: {
1347
1335
  url: string;
1348
1336
  }[];
1349
1337
  functionParameter: {
1350
- number1: {
1338
+ number: {
1351
1339
  name: string;
1352
1340
  detail: string;
1353
1341
  };
1354
- number2: {
1342
+ places: {
1355
1343
  name: string;
1356
1344
  detail: string;
1357
1345
  };
@@ -1815,11 +1803,11 @@ declare const _default: {
1815
1803
  url: string;
1816
1804
  }[];
1817
1805
  functionParameter: {
1818
- number1: {
1806
+ number: {
1819
1807
  name: string;
1820
1808
  detail: string;
1821
1809
  };
1822
- number2: {
1810
+ places: {
1823
1811
  name: string;
1824
1812
  detail: string;
1825
1813
  };
@@ -1833,11 +1821,7 @@ declare const _default: {
1833
1821
  url: string;
1834
1822
  }[];
1835
1823
  functionParameter: {
1836
- number1: {
1837
- name: string;
1838
- detail: string;
1839
- };
1840
- number2: {
1824
+ number: {
1841
1825
  name: string;
1842
1826
  detail: string;
1843
1827
  };
@@ -1851,11 +1835,11 @@ declare const _default: {
1851
1835
  url: string;
1852
1836
  }[];
1853
1837
  functionParameter: {
1854
- number1: {
1838
+ number: {
1855
1839
  name: string;
1856
1840
  detail: string;
1857
1841
  };
1858
- number2: {
1842
+ places: {
1859
1843
  name: string;
1860
1844
  detail: string;
1861
1845
  };
@@ -2360,11 +2344,23 @@ declare const _default: {
2360
2344
  url: string;
2361
2345
  }[];
2362
2346
  functionParameter: {
2363
- number1: {
2347
+ name1: {
2364
2348
  name: string;
2365
2349
  detail: string;
2366
2350
  };
2367
- number2: {
2351
+ nameValue1: {
2352
+ name: string;
2353
+ detail: string;
2354
+ };
2355
+ calculationOrName2: {
2356
+ name: string;
2357
+ detail: string;
2358
+ };
2359
+ nameValue2: {
2360
+ name: string;
2361
+ detail: string;
2362
+ };
2363
+ calculationOrName3: {
2368
2364
  name: string;
2369
2365
  detail: string;
2370
2366
  };
@@ -8201,11 +8197,35 @@ declare const _default: {
8201
8197
  url: string;
8202
8198
  }[];
8203
8199
  functionParameter: {
8204
- number1: {
8200
+ issue: {
8205
8201
  name: string;
8206
8202
  detail: string;
8207
8203
  };
8208
- number2: {
8204
+ firstInterest: {
8205
+ name: string;
8206
+ detail: string;
8207
+ };
8208
+ settlement: {
8209
+ name: string;
8210
+ detail: string;
8211
+ };
8212
+ rate: {
8213
+ name: string;
8214
+ detail: string;
8215
+ };
8216
+ par: {
8217
+ name: string;
8218
+ detail: string;
8219
+ };
8220
+ frequency: {
8221
+ name: string;
8222
+ detail: string;
8223
+ };
8224
+ basis: {
8225
+ name: string;
8226
+ detail: string;
8227
+ };
8228
+ calcMethod: {
8209
8229
  name: string;
8210
8230
  detail: string;
8211
8231
  };
@@ -8219,11 +8239,23 @@ declare const _default: {
8219
8239
  url: string;
8220
8240
  }[];
8221
8241
  functionParameter: {
8222
- number1: {
8242
+ issue: {
8223
8243
  name: string;
8224
8244
  detail: string;
8225
8245
  };
8226
- number2: {
8246
+ settlement: {
8247
+ name: string;
8248
+ detail: string;
8249
+ };
8250
+ rate: {
8251
+ name: string;
8252
+ detail: string;
8253
+ };
8254
+ par: {
8255
+ name: string;
8256
+ detail: string;
8257
+ };
8258
+ basis: {
8227
8259
  name: string;
8228
8260
  detail: string;
8229
8261
  };
@@ -8255,11 +8287,31 @@ declare const _default: {
8255
8287
  url: string;
8256
8288
  }[];
8257
8289
  functionParameter: {
8258
- number1: {
8290
+ cost: {
8259
8291
  name: string;
8260
8292
  detail: string;
8261
8293
  };
8262
- number2: {
8294
+ datePurchased: {
8295
+ name: string;
8296
+ detail: string;
8297
+ };
8298
+ firstPeriod: {
8299
+ name: string;
8300
+ detail: string;
8301
+ };
8302
+ salvage: {
8303
+ name: string;
8304
+ detail: string;
8305
+ };
8306
+ period: {
8307
+ name: string;
8308
+ detail: string;
8309
+ };
8310
+ rate: {
8311
+ name: string;
8312
+ detail: string;
8313
+ };
8314
+ basis: {
8263
8315
  name: string;
8264
8316
  detail: string;
8265
8317
  };
@@ -8273,11 +8325,19 @@ declare const _default: {
8273
8325
  url: string;
8274
8326
  }[];
8275
8327
  functionParameter: {
8276
- number1: {
8328
+ settlement: {
8277
8329
  name: string;
8278
8330
  detail: string;
8279
8331
  };
8280
- number2: {
8332
+ maturity: {
8333
+ name: string;
8334
+ detail: string;
8335
+ };
8336
+ frequency: {
8337
+ name: string;
8338
+ detail: string;
8339
+ };
8340
+ basis: {
8281
8341
  name: string;
8282
8342
  detail: string;
8283
8343
  };
@@ -8291,11 +8351,19 @@ declare const _default: {
8291
8351
  url: string;
8292
8352
  }[];
8293
8353
  functionParameter: {
8294
- number1: {
8354
+ settlement: {
8295
8355
  name: string;
8296
8356
  detail: string;
8297
8357
  };
8298
- number2: {
8358
+ maturity: {
8359
+ name: string;
8360
+ detail: string;
8361
+ };
8362
+ frequency: {
8363
+ name: string;
8364
+ detail: string;
8365
+ };
8366
+ basis: {
8299
8367
  name: string;
8300
8368
  detail: string;
8301
8369
  };
@@ -8309,11 +8377,19 @@ declare const _default: {
8309
8377
  url: string;
8310
8378
  }[];
8311
8379
  functionParameter: {
8312
- number1: {
8380
+ settlement: {
8313
8381
  name: string;
8314
8382
  detail: string;
8315
8383
  };
8316
- number2: {
8384
+ maturity: {
8385
+ name: string;
8386
+ detail: string;
8387
+ };
8388
+ frequency: {
8389
+ name: string;
8390
+ detail: string;
8391
+ };
8392
+ basis: {
8317
8393
  name: string;
8318
8394
  detail: string;
8319
8395
  };
@@ -8327,11 +8403,19 @@ declare const _default: {
8327
8403
  url: string;
8328
8404
  }[];
8329
8405
  functionParameter: {
8330
- number1: {
8406
+ settlement: {
8331
8407
  name: string;
8332
8408
  detail: string;
8333
8409
  };
8334
- number2: {
8410
+ maturity: {
8411
+ name: string;
8412
+ detail: string;
8413
+ };
8414
+ frequency: {
8415
+ name: string;
8416
+ detail: string;
8417
+ };
8418
+ basis: {
8335
8419
  name: string;
8336
8420
  detail: string;
8337
8421
  };
@@ -8345,11 +8429,19 @@ declare const _default: {
8345
8429
  url: string;
8346
8430
  }[];
8347
8431
  functionParameter: {
8348
- number1: {
8432
+ settlement: {
8349
8433
  name: string;
8350
8434
  detail: string;
8351
8435
  };
8352
- number2: {
8436
+ maturity: {
8437
+ name: string;
8438
+ detail: string;
8439
+ };
8440
+ frequency: {
8441
+ name: string;
8442
+ detail: string;
8443
+ };
8444
+ basis: {
8353
8445
  name: string;
8354
8446
  detail: string;
8355
8447
  };
@@ -8363,11 +8455,19 @@ declare const _default: {
8363
8455
  url: string;
8364
8456
  }[];
8365
8457
  functionParameter: {
8366
- number1: {
8458
+ settlement: {
8367
8459
  name: string;
8368
8460
  detail: string;
8369
8461
  };
8370
- number2: {
8462
+ maturity: {
8463
+ name: string;
8464
+ detail: string;
8465
+ };
8466
+ frequency: {
8467
+ name: string;
8468
+ detail: string;
8469
+ };
8470
+ basis: {
8371
8471
  name: string;
8372
8472
  detail: string;
8373
8473
  };
@@ -8381,11 +8481,27 @@ declare const _default: {
8381
8481
  url: string;
8382
8482
  }[];
8383
8483
  functionParameter: {
8384
- number1: {
8484
+ rate: {
8385
8485
  name: string;
8386
8486
  detail: string;
8387
8487
  };
8388
- number2: {
8488
+ nper: {
8489
+ name: string;
8490
+ detail: string;
8491
+ };
8492
+ pv: {
8493
+ name: string;
8494
+ detail: string;
8495
+ };
8496
+ startPeriod: {
8497
+ name: string;
8498
+ detail: string;
8499
+ };
8500
+ endPeriod: {
8501
+ name: string;
8502
+ detail: string;
8503
+ };
8504
+ type: {
8389
8505
  name: string;
8390
8506
  detail: string;
8391
8507
  };
@@ -8399,11 +8515,27 @@ declare const _default: {
8399
8515
  url: string;
8400
8516
  }[];
8401
8517
  functionParameter: {
8402
- number1: {
8518
+ rate: {
8403
8519
  name: string;
8404
8520
  detail: string;
8405
8521
  };
8406
- number2: {
8522
+ nper: {
8523
+ name: string;
8524
+ detail: string;
8525
+ };
8526
+ pv: {
8527
+ name: string;
8528
+ detail: string;
8529
+ };
8530
+ startPeriod: {
8531
+ name: string;
8532
+ detail: string;
8533
+ };
8534
+ endPeriod: {
8535
+ name: string;
8536
+ detail: string;
8537
+ };
8538
+ type: {
8407
8539
  name: string;
8408
8540
  detail: string;
8409
8541
  };
@@ -8417,11 +8549,23 @@ declare const _default: {
8417
8549
  url: string;
8418
8550
  }[];
8419
8551
  functionParameter: {
8420
- number1: {
8552
+ cost: {
8421
8553
  name: string;
8422
8554
  detail: string;
8423
8555
  };
8424
- number2: {
8556
+ salvage: {
8557
+ name: string;
8558
+ detail: string;
8559
+ };
8560
+ life: {
8561
+ name: string;
8562
+ detail: string;
8563
+ };
8564
+ period: {
8565
+ name: string;
8566
+ detail: string;
8567
+ };
8568
+ month: {
8425
8569
  name: string;
8426
8570
  detail: string;
8427
8571
  };
@@ -8435,11 +8579,23 @@ declare const _default: {
8435
8579
  url: string;
8436
8580
  }[];
8437
8581
  functionParameter: {
8438
- number1: {
8582
+ cost: {
8439
8583
  name: string;
8440
8584
  detail: string;
8441
8585
  };
8442
- number2: {
8586
+ salvage: {
8587
+ name: string;
8588
+ detail: string;
8589
+ };
8590
+ life: {
8591
+ name: string;
8592
+ detail: string;
8593
+ };
8594
+ period: {
8595
+ name: string;
8596
+ detail: string;
8597
+ };
8598
+ factor: {
8443
8599
  name: string;
8444
8600
  detail: string;
8445
8601
  };
@@ -8453,11 +8609,23 @@ declare const _default: {
8453
8609
  url: string;
8454
8610
  }[];
8455
8611
  functionParameter: {
8456
- number1: {
8612
+ settlement: {
8457
8613
  name: string;
8458
8614
  detail: string;
8459
8615
  };
8460
- number2: {
8616
+ maturity: {
8617
+ name: string;
8618
+ detail: string;
8619
+ };
8620
+ pr: {
8621
+ name: string;
8622
+ detail: string;
8623
+ };
8624
+ redemption: {
8625
+ name: string;
8626
+ detail: string;
8627
+ };
8628
+ basis: {
8461
8629
  name: string;
8462
8630
  detail: string;
8463
8631
  };
@@ -8471,11 +8639,11 @@ declare const _default: {
8471
8639
  url: string;
8472
8640
  }[];
8473
8641
  functionParameter: {
8474
- number1: {
8642
+ fractionalDollar: {
8475
8643
  name: string;
8476
8644
  detail: string;
8477
8645
  };
8478
- number2: {
8646
+ fraction: {
8479
8647
  name: string;
8480
8648
  detail: string;
8481
8649
  };
@@ -8489,11 +8657,11 @@ declare const _default: {
8489
8657
  url: string;
8490
8658
  }[];
8491
8659
  functionParameter: {
8492
- number1: {
8660
+ decimalDollar: {
8493
8661
  name: string;
8494
8662
  detail: string;
8495
8663
  };
8496
- number2: {
8664
+ fraction: {
8497
8665
  name: string;
8498
8666
  detail: string;
8499
8667
  };
@@ -8525,11 +8693,11 @@ declare const _default: {
8525
8693
  url: string;
8526
8694
  }[];
8527
8695
  functionParameter: {
8528
- number1: {
8696
+ nominalRate: {
8529
8697
  name: string;
8530
8698
  detail: string;
8531
8699
  };
8532
- number2: {
8700
+ npery: {
8533
8701
  name: string;
8534
8702
  detail: string;
8535
8703
  };
@@ -8543,11 +8711,23 @@ declare const _default: {
8543
8711
  url: string;
8544
8712
  }[];
8545
8713
  functionParameter: {
8546
- number1: {
8714
+ rate: {
8547
8715
  name: string;
8548
8716
  detail: string;
8549
8717
  };
8550
- number2: {
8718
+ nper: {
8719
+ name: string;
8720
+ detail: string;
8721
+ };
8722
+ pmt: {
8723
+ name: string;
8724
+ detail: string;
8725
+ };
8726
+ pv: {
8727
+ name: string;
8728
+ detail: string;
8729
+ };
8730
+ type: {
8551
8731
  name: string;
8552
8732
  detail: string;
8553
8733
  };
@@ -8561,11 +8741,11 @@ declare const _default: {
8561
8741
  url: string;
8562
8742
  }[];
8563
8743
  functionParameter: {
8564
- number1: {
8744
+ principal: {
8565
8745
  name: string;
8566
8746
  detail: string;
8567
8747
  };
8568
- number2: {
8748
+ schedule: {
8569
8749
  name: string;
8570
8750
  detail: string;
8571
8751
  };
@@ -8579,11 +8759,23 @@ declare const _default: {
8579
8759
  url: string;
8580
8760
  }[];
8581
8761
  functionParameter: {
8582
- number1: {
8762
+ settlement: {
8583
8763
  name: string;
8584
8764
  detail: string;
8585
8765
  };
8586
- number2: {
8766
+ maturity: {
8767
+ name: string;
8768
+ detail: string;
8769
+ };
8770
+ investment: {
8771
+ name: string;
8772
+ detail: string;
8773
+ };
8774
+ redemption: {
8775
+ name: string;
8776
+ detail: string;
8777
+ };
8778
+ basis: {
8587
8779
  name: string;
8588
8780
  detail: string;
8589
8781
  };
@@ -8597,11 +8789,27 @@ declare const _default: {
8597
8789
  url: string;
8598
8790
  }[];
8599
8791
  functionParameter: {
8600
- number1: {
8792
+ rate: {
8601
8793
  name: string;
8602
8794
  detail: string;
8603
8795
  };
8604
- number2: {
8796
+ per: {
8797
+ name: string;
8798
+ detail: string;
8799
+ };
8800
+ nper: {
8801
+ name: string;
8802
+ detail: string;
8803
+ };
8804
+ pv: {
8805
+ name: string;
8806
+ detail: string;
8807
+ };
8808
+ fv: {
8809
+ name: string;
8810
+ detail: string;
8811
+ };
8812
+ type: {
8605
8813
  name: string;
8606
8814
  detail: string;
8607
8815
  };
@@ -8633,11 +8841,19 @@ declare const _default: {
8633
8841
  url: string;
8634
8842
  }[];
8635
8843
  functionParameter: {
8636
- number1: {
8844
+ rate: {
8637
8845
  name: string;
8638
8846
  detail: string;
8639
8847
  };
8640
- number2: {
8848
+ per: {
8849
+ name: string;
8850
+ detail: string;
8851
+ };
8852
+ nper: {
8853
+ name: string;
8854
+ detail: string;
8855
+ };
8856
+ pv: {
8641
8857
  name: string;
8642
8858
  detail: string;
8643
8859
  };
@@ -8687,11 +8903,11 @@ declare const _default: {
8687
8903
  url: string;
8688
8904
  }[];
8689
8905
  functionParameter: {
8690
- number1: {
8906
+ effectRate: {
8691
8907
  name: string;
8692
8908
  detail: string;
8693
8909
  };
8694
- number2: {
8910
+ npery: {
8695
8911
  name: string;
8696
8912
  detail: string;
8697
8913
  };
@@ -8705,11 +8921,23 @@ declare const _default: {
8705
8921
  url: string;
8706
8922
  }[];
8707
8923
  functionParameter: {
8708
- number1: {
8924
+ rate: {
8709
8925
  name: string;
8710
8926
  detail: string;
8711
8927
  };
8712
- number2: {
8928
+ pmt: {
8929
+ name: string;
8930
+ detail: string;
8931
+ };
8932
+ pv: {
8933
+ name: string;
8934
+ detail: string;
8935
+ };
8936
+ fv: {
8937
+ name: string;
8938
+ detail: string;
8939
+ };
8940
+ type: {
8713
8941
  name: string;
8714
8942
  detail: string;
8715
8943
  };
@@ -8831,11 +9059,23 @@ declare const _default: {
8831
9059
  url: string;
8832
9060
  }[];
8833
9061
  functionParameter: {
8834
- number1: {
9062
+ rate: {
8835
9063
  name: string;
8836
9064
  detail: string;
8837
9065
  };
8838
- number2: {
9066
+ nper: {
9067
+ name: string;
9068
+ detail: string;
9069
+ };
9070
+ pv: {
9071
+ name: string;
9072
+ detail: string;
9073
+ };
9074
+ fv: {
9075
+ name: string;
9076
+ detail: string;
9077
+ };
9078
+ type: {
8839
9079
  name: string;
8840
9080
  detail: string;
8841
9081
  };
@@ -8849,11 +9089,27 @@ declare const _default: {
8849
9089
  url: string;
8850
9090
  }[];
8851
9091
  functionParameter: {
8852
- number1: {
9092
+ rate: {
8853
9093
  name: string;
8854
9094
  detail: string;
8855
9095
  };
8856
- number2: {
9096
+ per: {
9097
+ name: string;
9098
+ detail: string;
9099
+ };
9100
+ nper: {
9101
+ name: string;
9102
+ detail: string;
9103
+ };
9104
+ pv: {
9105
+ name: string;
9106
+ detail: string;
9107
+ };
9108
+ fv: {
9109
+ name: string;
9110
+ detail: string;
9111
+ };
9112
+ type: {
8857
9113
  name: string;
8858
9114
  detail: string;
8859
9115
  };
@@ -8921,11 +9177,23 @@ declare const _default: {
8921
9177
  url: string;
8922
9178
  }[];
8923
9179
  functionParameter: {
8924
- number1: {
9180
+ rate: {
8925
9181
  name: string;
8926
9182
  detail: string;
8927
9183
  };
8928
- number2: {
9184
+ nper: {
9185
+ name: string;
9186
+ detail: string;
9187
+ };
9188
+ pmt: {
9189
+ name: string;
9190
+ detail: string;
9191
+ };
9192
+ fv: {
9193
+ name: string;
9194
+ detail: string;
9195
+ };
9196
+ type: {
8929
9197
  name: string;
8930
9198
  detail: string;
8931
9199
  };
@@ -8939,11 +9207,27 @@ declare const _default: {
8939
9207
  url: string;
8940
9208
  }[];
8941
9209
  functionParameter: {
8942
- number1: {
9210
+ nper: {
8943
9211
  name: string;
8944
9212
  detail: string;
8945
9213
  };
8946
- number2: {
9214
+ pmt: {
9215
+ name: string;
9216
+ detail: string;
9217
+ };
9218
+ pv: {
9219
+ name: string;
9220
+ detail: string;
9221
+ };
9222
+ fv: {
9223
+ name: string;
9224
+ detail: string;
9225
+ };
9226
+ type: {
9227
+ name: string;
9228
+ detail: string;
9229
+ };
9230
+ guess: {
8947
9231
  name: string;
8948
9232
  detail: string;
8949
9233
  };