@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
  };
@@ -2234,11 +2218,23 @@ declare const _default: {
2234
2218
  url: string;
2235
2219
  }[];
2236
2220
  functionParameter: {
2237
- number1: {
2221
+ name1: {
2238
2222
  name: string;
2239
2223
  detail: string;
2240
2224
  };
2241
- number2: {
2225
+ nameValue1: {
2226
+ name: string;
2227
+ detail: string;
2228
+ };
2229
+ calculationOrName2: {
2230
+ name: string;
2231
+ detail: string;
2232
+ };
2233
+ nameValue2: {
2234
+ name: string;
2235
+ detail: string;
2236
+ };
2237
+ calculationOrName3: {
2242
2238
  name: string;
2243
2239
  detail: string;
2244
2240
  };
@@ -6135,11 +6131,35 @@ declare const _default: {
6135
6131
  url: string;
6136
6132
  }[];
6137
6133
  functionParameter: {
6138
- number1: {
6134
+ issue: {
6139
6135
  name: string;
6140
6136
  detail: string;
6141
6137
  };
6142
- number2: {
6138
+ firstInterest: {
6139
+ name: string;
6140
+ detail: string;
6141
+ };
6142
+ settlement: {
6143
+ name: string;
6144
+ detail: string;
6145
+ };
6146
+ rate: {
6147
+ name: string;
6148
+ detail: string;
6149
+ };
6150
+ par: {
6151
+ name: string;
6152
+ detail: string;
6153
+ };
6154
+ frequency: {
6155
+ name: string;
6156
+ detail: string;
6157
+ };
6158
+ basis: {
6159
+ name: string;
6160
+ detail: string;
6161
+ };
6162
+ calcMethod: {
6143
6163
  name: string;
6144
6164
  detail: string;
6145
6165
  };
@@ -6153,11 +6173,23 @@ declare const _default: {
6153
6173
  url: string;
6154
6174
  }[];
6155
6175
  functionParameter: {
6156
- number1: {
6176
+ issue: {
6157
6177
  name: string;
6158
6178
  detail: string;
6159
6179
  };
6160
- number2: {
6180
+ settlement: {
6181
+ name: string;
6182
+ detail: string;
6183
+ };
6184
+ rate: {
6185
+ name: string;
6186
+ detail: string;
6187
+ };
6188
+ par: {
6189
+ name: string;
6190
+ detail: string;
6191
+ };
6192
+ basis: {
6161
6193
  name: string;
6162
6194
  detail: string;
6163
6195
  };
@@ -6189,11 +6221,31 @@ declare const _default: {
6189
6221
  url: string;
6190
6222
  }[];
6191
6223
  functionParameter: {
6192
- number1: {
6224
+ cost: {
6193
6225
  name: string;
6194
6226
  detail: string;
6195
6227
  };
6196
- number2: {
6228
+ datePurchased: {
6229
+ name: string;
6230
+ detail: string;
6231
+ };
6232
+ firstPeriod: {
6233
+ name: string;
6234
+ detail: string;
6235
+ };
6236
+ salvage: {
6237
+ name: string;
6238
+ detail: string;
6239
+ };
6240
+ period: {
6241
+ name: string;
6242
+ detail: string;
6243
+ };
6244
+ rate: {
6245
+ name: string;
6246
+ detail: string;
6247
+ };
6248
+ basis: {
6197
6249
  name: string;
6198
6250
  detail: string;
6199
6251
  };
@@ -6207,11 +6259,19 @@ declare const _default: {
6207
6259
  url: string;
6208
6260
  }[];
6209
6261
  functionParameter: {
6210
- number1: {
6262
+ settlement: {
6211
6263
  name: string;
6212
6264
  detail: string;
6213
6265
  };
6214
- number2: {
6266
+ maturity: {
6267
+ name: string;
6268
+ detail: string;
6269
+ };
6270
+ frequency: {
6271
+ name: string;
6272
+ detail: string;
6273
+ };
6274
+ basis: {
6215
6275
  name: string;
6216
6276
  detail: string;
6217
6277
  };
@@ -6225,11 +6285,19 @@ declare const _default: {
6225
6285
  url: string;
6226
6286
  }[];
6227
6287
  functionParameter: {
6228
- number1: {
6288
+ settlement: {
6229
6289
  name: string;
6230
6290
  detail: string;
6231
6291
  };
6232
- number2: {
6292
+ maturity: {
6293
+ name: string;
6294
+ detail: string;
6295
+ };
6296
+ frequency: {
6297
+ name: string;
6298
+ detail: string;
6299
+ };
6300
+ basis: {
6233
6301
  name: string;
6234
6302
  detail: string;
6235
6303
  };
@@ -6243,11 +6311,19 @@ declare const _default: {
6243
6311
  url: string;
6244
6312
  }[];
6245
6313
  functionParameter: {
6246
- number1: {
6314
+ settlement: {
6247
6315
  name: string;
6248
6316
  detail: string;
6249
6317
  };
6250
- number2: {
6318
+ maturity: {
6319
+ name: string;
6320
+ detail: string;
6321
+ };
6322
+ frequency: {
6323
+ name: string;
6324
+ detail: string;
6325
+ };
6326
+ basis: {
6251
6327
  name: string;
6252
6328
  detail: string;
6253
6329
  };
@@ -6261,11 +6337,19 @@ declare const _default: {
6261
6337
  url: string;
6262
6338
  }[];
6263
6339
  functionParameter: {
6264
- number1: {
6340
+ settlement: {
6265
6341
  name: string;
6266
6342
  detail: string;
6267
6343
  };
6268
- number2: {
6344
+ maturity: {
6345
+ name: string;
6346
+ detail: string;
6347
+ };
6348
+ frequency: {
6349
+ name: string;
6350
+ detail: string;
6351
+ };
6352
+ basis: {
6269
6353
  name: string;
6270
6354
  detail: string;
6271
6355
  };
@@ -6279,11 +6363,19 @@ declare const _default: {
6279
6363
  url: string;
6280
6364
  }[];
6281
6365
  functionParameter: {
6282
- number1: {
6366
+ settlement: {
6283
6367
  name: string;
6284
6368
  detail: string;
6285
6369
  };
6286
- number2: {
6370
+ maturity: {
6371
+ name: string;
6372
+ detail: string;
6373
+ };
6374
+ frequency: {
6375
+ name: string;
6376
+ detail: string;
6377
+ };
6378
+ basis: {
6287
6379
  name: string;
6288
6380
  detail: string;
6289
6381
  };
@@ -6297,11 +6389,19 @@ declare const _default: {
6297
6389
  url: string;
6298
6390
  }[];
6299
6391
  functionParameter: {
6300
- number1: {
6392
+ settlement: {
6301
6393
  name: string;
6302
6394
  detail: string;
6303
6395
  };
6304
- number2: {
6396
+ maturity: {
6397
+ name: string;
6398
+ detail: string;
6399
+ };
6400
+ frequency: {
6401
+ name: string;
6402
+ detail: string;
6403
+ };
6404
+ basis: {
6305
6405
  name: string;
6306
6406
  detail: string;
6307
6407
  };
@@ -6315,11 +6415,27 @@ declare const _default: {
6315
6415
  url: string;
6316
6416
  }[];
6317
6417
  functionParameter: {
6318
- number1: {
6418
+ rate: {
6319
6419
  name: string;
6320
6420
  detail: string;
6321
6421
  };
6322
- number2: {
6422
+ nper: {
6423
+ name: string;
6424
+ detail: string;
6425
+ };
6426
+ pv: {
6427
+ name: string;
6428
+ detail: string;
6429
+ };
6430
+ startPeriod: {
6431
+ name: string;
6432
+ detail: string;
6433
+ };
6434
+ endPeriod: {
6435
+ name: string;
6436
+ detail: string;
6437
+ };
6438
+ type: {
6323
6439
  name: string;
6324
6440
  detail: string;
6325
6441
  };
@@ -6333,11 +6449,27 @@ declare const _default: {
6333
6449
  url: string;
6334
6450
  }[];
6335
6451
  functionParameter: {
6336
- number1: {
6452
+ rate: {
6337
6453
  name: string;
6338
6454
  detail: string;
6339
6455
  };
6340
- number2: {
6456
+ nper: {
6457
+ name: string;
6458
+ detail: string;
6459
+ };
6460
+ pv: {
6461
+ name: string;
6462
+ detail: string;
6463
+ };
6464
+ startPeriod: {
6465
+ name: string;
6466
+ detail: string;
6467
+ };
6468
+ endPeriod: {
6469
+ name: string;
6470
+ detail: string;
6471
+ };
6472
+ type: {
6341
6473
  name: string;
6342
6474
  detail: string;
6343
6475
  };
@@ -6351,11 +6483,23 @@ declare const _default: {
6351
6483
  url: string;
6352
6484
  }[];
6353
6485
  functionParameter: {
6354
- number1: {
6486
+ cost: {
6355
6487
  name: string;
6356
6488
  detail: string;
6357
6489
  };
6358
- number2: {
6490
+ salvage: {
6491
+ name: string;
6492
+ detail: string;
6493
+ };
6494
+ life: {
6495
+ name: string;
6496
+ detail: string;
6497
+ };
6498
+ period: {
6499
+ name: string;
6500
+ detail: string;
6501
+ };
6502
+ month: {
6359
6503
  name: string;
6360
6504
  detail: string;
6361
6505
  };
@@ -6369,11 +6513,23 @@ declare const _default: {
6369
6513
  url: string;
6370
6514
  }[];
6371
6515
  functionParameter: {
6372
- number1: {
6516
+ cost: {
6373
6517
  name: string;
6374
6518
  detail: string;
6375
6519
  };
6376
- number2: {
6520
+ salvage: {
6521
+ name: string;
6522
+ detail: string;
6523
+ };
6524
+ life: {
6525
+ name: string;
6526
+ detail: string;
6527
+ };
6528
+ period: {
6529
+ name: string;
6530
+ detail: string;
6531
+ };
6532
+ factor: {
6377
6533
  name: string;
6378
6534
  detail: string;
6379
6535
  };
@@ -6387,11 +6543,23 @@ declare const _default: {
6387
6543
  url: string;
6388
6544
  }[];
6389
6545
  functionParameter: {
6390
- number1: {
6546
+ settlement: {
6391
6547
  name: string;
6392
6548
  detail: string;
6393
6549
  };
6394
- number2: {
6550
+ maturity: {
6551
+ name: string;
6552
+ detail: string;
6553
+ };
6554
+ pr: {
6555
+ name: string;
6556
+ detail: string;
6557
+ };
6558
+ redemption: {
6559
+ name: string;
6560
+ detail: string;
6561
+ };
6562
+ basis: {
6395
6563
  name: string;
6396
6564
  detail: string;
6397
6565
  };
@@ -6405,11 +6573,11 @@ declare const _default: {
6405
6573
  url: string;
6406
6574
  }[];
6407
6575
  functionParameter: {
6408
- number1: {
6576
+ fractionalDollar: {
6409
6577
  name: string;
6410
6578
  detail: string;
6411
6579
  };
6412
- number2: {
6580
+ fraction: {
6413
6581
  name: string;
6414
6582
  detail: string;
6415
6583
  };
@@ -6423,11 +6591,11 @@ declare const _default: {
6423
6591
  url: string;
6424
6592
  }[];
6425
6593
  functionParameter: {
6426
- number1: {
6594
+ decimalDollar: {
6427
6595
  name: string;
6428
6596
  detail: string;
6429
6597
  };
6430
- number2: {
6598
+ fraction: {
6431
6599
  name: string;
6432
6600
  detail: string;
6433
6601
  };
@@ -6459,11 +6627,11 @@ declare const _default: {
6459
6627
  url: string;
6460
6628
  }[];
6461
6629
  functionParameter: {
6462
- number1: {
6630
+ nominalRate: {
6463
6631
  name: string;
6464
6632
  detail: string;
6465
6633
  };
6466
- number2: {
6634
+ npery: {
6467
6635
  name: string;
6468
6636
  detail: string;
6469
6637
  };
@@ -6477,11 +6645,23 @@ declare const _default: {
6477
6645
  url: string;
6478
6646
  }[];
6479
6647
  functionParameter: {
6480
- number1: {
6648
+ rate: {
6481
6649
  name: string;
6482
6650
  detail: string;
6483
6651
  };
6484
- number2: {
6652
+ nper: {
6653
+ name: string;
6654
+ detail: string;
6655
+ };
6656
+ pmt: {
6657
+ name: string;
6658
+ detail: string;
6659
+ };
6660
+ pv: {
6661
+ name: string;
6662
+ detail: string;
6663
+ };
6664
+ type: {
6485
6665
  name: string;
6486
6666
  detail: string;
6487
6667
  };
@@ -6495,11 +6675,11 @@ declare const _default: {
6495
6675
  url: string;
6496
6676
  }[];
6497
6677
  functionParameter: {
6498
- number1: {
6678
+ principal: {
6499
6679
  name: string;
6500
6680
  detail: string;
6501
6681
  };
6502
- number2: {
6682
+ schedule: {
6503
6683
  name: string;
6504
6684
  detail: string;
6505
6685
  };
@@ -6513,11 +6693,23 @@ declare const _default: {
6513
6693
  url: string;
6514
6694
  }[];
6515
6695
  functionParameter: {
6516
- number1: {
6696
+ settlement: {
6517
6697
  name: string;
6518
6698
  detail: string;
6519
6699
  };
6520
- number2: {
6700
+ maturity: {
6701
+ name: string;
6702
+ detail: string;
6703
+ };
6704
+ investment: {
6705
+ name: string;
6706
+ detail: string;
6707
+ };
6708
+ redemption: {
6709
+ name: string;
6710
+ detail: string;
6711
+ };
6712
+ basis: {
6521
6713
  name: string;
6522
6714
  detail: string;
6523
6715
  };
@@ -6531,11 +6723,27 @@ declare const _default: {
6531
6723
  url: string;
6532
6724
  }[];
6533
6725
  functionParameter: {
6534
- number1: {
6726
+ rate: {
6535
6727
  name: string;
6536
6728
  detail: string;
6537
6729
  };
6538
- number2: {
6730
+ per: {
6731
+ name: string;
6732
+ detail: string;
6733
+ };
6734
+ nper: {
6735
+ name: string;
6736
+ detail: string;
6737
+ };
6738
+ pv: {
6739
+ name: string;
6740
+ detail: string;
6741
+ };
6742
+ fv: {
6743
+ name: string;
6744
+ detail: string;
6745
+ };
6746
+ type: {
6539
6747
  name: string;
6540
6748
  detail: string;
6541
6749
  };
@@ -6567,11 +6775,19 @@ declare const _default: {
6567
6775
  url: string;
6568
6776
  }[];
6569
6777
  functionParameter: {
6570
- number1: {
6778
+ rate: {
6571
6779
  name: string;
6572
6780
  detail: string;
6573
6781
  };
6574
- number2: {
6782
+ per: {
6783
+ name: string;
6784
+ detail: string;
6785
+ };
6786
+ nper: {
6787
+ name: string;
6788
+ detail: string;
6789
+ };
6790
+ pv: {
6575
6791
  name: string;
6576
6792
  detail: string;
6577
6793
  };
@@ -6603,11 +6819,11 @@ declare const _default: {
6603
6819
  url: string;
6604
6820
  }[];
6605
6821
  functionParameter: {
6606
- number1: {
6822
+ effectRate: {
6607
6823
  name: string;
6608
6824
  detail: string;
6609
6825
  };
6610
- number2: {
6826
+ npery: {
6611
6827
  name: string;
6612
6828
  detail: string;
6613
6829
  };
@@ -6621,11 +6837,23 @@ declare const _default: {
6621
6837
  url: string;
6622
6838
  }[];
6623
6839
  functionParameter: {
6624
- number1: {
6840
+ rate: {
6625
6841
  name: string;
6626
6842
  detail: string;
6627
6843
  };
6628
- number2: {
6844
+ pmt: {
6845
+ name: string;
6846
+ detail: string;
6847
+ };
6848
+ pv: {
6849
+ name: string;
6850
+ detail: string;
6851
+ };
6852
+ fv: {
6853
+ name: string;
6854
+ detail: string;
6855
+ };
6856
+ type: {
6629
6857
  name: string;
6630
6858
  detail: string;
6631
6859
  };
@@ -6729,11 +6957,23 @@ declare const _default: {
6729
6957
  url: string;
6730
6958
  }[];
6731
6959
  functionParameter: {
6732
- number1: {
6960
+ rate: {
6733
6961
  name: string;
6734
6962
  detail: string;
6735
6963
  };
6736
- number2: {
6964
+ nper: {
6965
+ name: string;
6966
+ detail: string;
6967
+ };
6968
+ pv: {
6969
+ name: string;
6970
+ detail: string;
6971
+ };
6972
+ fv: {
6973
+ name: string;
6974
+ detail: string;
6975
+ };
6976
+ type: {
6737
6977
  name: string;
6738
6978
  detail: string;
6739
6979
  };
@@ -6747,11 +6987,27 @@ declare const _default: {
6747
6987
  url: string;
6748
6988
  }[];
6749
6989
  functionParameter: {
6750
- number1: {
6990
+ rate: {
6751
6991
  name: string;
6752
6992
  detail: string;
6753
6993
  };
6754
- number2: {
6994
+ per: {
6995
+ name: string;
6996
+ detail: string;
6997
+ };
6998
+ nper: {
6999
+ name: string;
7000
+ detail: string;
7001
+ };
7002
+ pv: {
7003
+ name: string;
7004
+ detail: string;
7005
+ };
7006
+ fv: {
7007
+ name: string;
7008
+ detail: string;
7009
+ };
7010
+ type: {
6755
7011
  name: string;
6756
7012
  detail: string;
6757
7013
  };
@@ -6819,11 +7075,23 @@ declare const _default: {
6819
7075
  url: string;
6820
7076
  }[];
6821
7077
  functionParameter: {
6822
- number1: {
7078
+ rate: {
6823
7079
  name: string;
6824
7080
  detail: string;
6825
7081
  };
6826
- number2: {
7082
+ nper: {
7083
+ name: string;
7084
+ detail: string;
7085
+ };
7086
+ pmt: {
7087
+ name: string;
7088
+ detail: string;
7089
+ };
7090
+ fv: {
7091
+ name: string;
7092
+ detail: string;
7093
+ };
7094
+ type: {
6827
7095
  name: string;
6828
7096
  detail: string;
6829
7097
  };
@@ -6837,11 +7105,27 @@ declare const _default: {
6837
7105
  url: string;
6838
7106
  }[];
6839
7107
  functionParameter: {
6840
- number1: {
7108
+ nper: {
6841
7109
  name: string;
6842
7110
  detail: string;
6843
7111
  };
6844
- number2: {
7112
+ pmt: {
7113
+ name: string;
7114
+ detail: string;
7115
+ };
7116
+ pv: {
7117
+ name: string;
7118
+ detail: string;
7119
+ };
7120
+ fv: {
7121
+ name: string;
7122
+ detail: string;
7123
+ };
7124
+ type: {
7125
+ name: string;
7126
+ detail: string;
7127
+ };
7128
+ guess: {
6845
7129
  name: string;
6846
7130
  detail: string;
6847
7131
  };