@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.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +974 -409
- package/lib/locale/en-US.json +646 -350
- package/lib/locale/ru-RU.json +646 -350
- package/lib/locale/vi-VN.json +682 -346
- package/lib/locale/zh-CN.json +654 -358
- package/lib/locale/zh-TW.json +654 -358
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
- package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
- package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
- package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
- package/lib/types/common/selection.d.ts +0 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
- package/lib/types/controllers/defined-name.controller.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -4
- package/lib/types/controllers/formula-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
- package/lib/types/controllers/menu.d.ts +0 -1
- package/lib/types/controllers/prompt.controller.d.ts +10 -2
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
- package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
- package/lib/types/controllers/utils/utils.d.ts +0 -1
- package/lib/types/formula-ui-plugin.d.ts +0 -1
- package/lib/types/locale/en-US.d.ts +426 -130
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
- package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
- package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
- package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +426 -130
- package/lib/types/locale/vi-VN.d.ts +458 -126
- package/lib/types/locale/zh-CN.d.ts +426 -130
- package/lib/types/locale/zh-TW.d.ts +426 -130
- package/lib/types/services/description.service.d.ts +0 -1
- package/lib/types/services/formula-common.d.ts +0 -1
- package/lib/types/services/formula-ref-range.service.d.ts +0 -1
- package/lib/types/services/function-list/array.d.ts +0 -1
- package/lib/types/services/function-list/compatibility.d.ts +0 -1
- package/lib/types/services/function-list/cube.d.ts +0 -1
- package/lib/types/services/function-list/database.d.ts +0 -1
- package/lib/types/services/function-list/date.d.ts +0 -1
- package/lib/types/services/function-list/engineering.d.ts +0 -1
- package/lib/types/services/function-list/financial.d.ts +0 -1
- package/lib/types/services/function-list/function-list.d.ts +0 -1
- package/lib/types/services/function-list/information.d.ts +0 -1
- package/lib/types/services/function-list/logical.d.ts +0 -1
- package/lib/types/services/function-list/lookup.d.ts +0 -1
- package/lib/types/services/function-list/math.d.ts +0 -1
- package/lib/types/services/function-list/statistical.d.ts +0 -1
- package/lib/types/services/function-list/text.d.ts +0 -1
- package/lib/types/services/function-list/univer.d.ts +0 -1
- package/lib/types/services/function-list/web.d.ts +0 -1
- package/lib/types/services/prompt.service.d.ts +0 -1
- package/lib/types/services/register-function.service.d.ts +0 -1
- package/lib/types/services/register-other-formula.service.d.ts +0 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -4
- package/lib/types/services/utils.d.ts +0 -1
- package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
- package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
- package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
- package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
- package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
- package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
- package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
- package/lib/umd/index.js +4 -4
- package/package.json +23 -23
|
@@ -591,11 +591,15 @@ declare const _default: {
|
|
|
591
591
|
url: string;
|
|
592
592
|
}[];
|
|
593
593
|
functionParameter: {
|
|
594
|
-
|
|
594
|
+
number: {
|
|
595
595
|
name: string;
|
|
596
596
|
detail: string;
|
|
597
597
|
};
|
|
598
|
-
|
|
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
|
-
|
|
904
|
+
x: {
|
|
901
905
|
name: string;
|
|
902
906
|
detail: string;
|
|
903
907
|
};
|
|
904
|
-
|
|
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
|
-
|
|
922
|
+
x: {
|
|
919
923
|
name: string;
|
|
920
924
|
detail: string;
|
|
921
925
|
};
|
|
922
|
-
|
|
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
|
-
|
|
940
|
+
x: {
|
|
937
941
|
name: string;
|
|
938
942
|
detail: string;
|
|
939
943
|
};
|
|
940
|
-
|
|
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
|
-
|
|
958
|
+
x: {
|
|
955
959
|
name: string;
|
|
956
960
|
detail: string;
|
|
957
961
|
};
|
|
958
|
-
|
|
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
|
-
|
|
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
|
-
|
|
990
|
+
number: {
|
|
991
991
|
name: string;
|
|
992
992
|
detail: string;
|
|
993
993
|
};
|
|
994
|
-
|
|
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
|
-
|
|
1008
|
+
number: {
|
|
1009
1009
|
name: string;
|
|
1010
1010
|
detail: string;
|
|
1011
1011
|
};
|
|
1012
|
-
|
|
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
|
-
|
|
1044
|
+
number: {
|
|
1045
1045
|
name: string;
|
|
1046
1046
|
detail: string;
|
|
1047
1047
|
};
|
|
1048
|
-
|
|
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
|
-
|
|
1080
|
+
number: {
|
|
1081
1081
|
name: string;
|
|
1082
1082
|
detail: string;
|
|
1083
1083
|
};
|
|
1084
|
-
|
|
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
|
-
|
|
1116
|
+
realNum: {
|
|
1117
1117
|
name: string;
|
|
1118
1118
|
detail: string;
|
|
1119
1119
|
};
|
|
1120
|
-
|
|
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
|
-
|
|
1138
|
+
number: {
|
|
1135
1139
|
name: string;
|
|
1136
1140
|
detail: string;
|
|
1137
1141
|
};
|
|
1138
|
-
|
|
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
|
-
|
|
1160
|
+
number: {
|
|
1153
1161
|
name: string;
|
|
1154
1162
|
detail: string;
|
|
1155
1163
|
};
|
|
1156
|
-
|
|
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
|
-
|
|
1178
|
+
number: {
|
|
1171
1179
|
name: string;
|
|
1172
1180
|
detail: string;
|
|
1173
1181
|
};
|
|
1174
|
-
|
|
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
|
-
|
|
1196
|
+
number: {
|
|
1189
1197
|
name: string;
|
|
1190
1198
|
detail: string;
|
|
1191
1199
|
};
|
|
1192
|
-
|
|
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
|
-
|
|
1232
|
+
lowerLimit: {
|
|
1225
1233
|
name: string;
|
|
1226
1234
|
detail: string;
|
|
1227
1235
|
};
|
|
1228
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1310
|
+
number: {
|
|
1315
1311
|
name: string;
|
|
1316
1312
|
detail: string;
|
|
1317
1313
|
};
|
|
1318
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1342
|
+
number: {
|
|
1351
1343
|
name: string;
|
|
1352
1344
|
detail: string;
|
|
1353
1345
|
};
|
|
1354
|
-
|
|
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
|
-
|
|
1810
|
+
number: {
|
|
1819
1811
|
name: string;
|
|
1820
1812
|
detail: string;
|
|
1821
1813
|
};
|
|
1822
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1842
|
+
number: {
|
|
1855
1843
|
name: string;
|
|
1856
1844
|
detail: string;
|
|
1857
1845
|
};
|
|
1858
|
-
|
|
1846
|
+
places: {
|
|
1859
1847
|
name: string;
|
|
1860
1848
|
detail: string;
|
|
1861
1849
|
};
|
|
@@ -2234,11 +2222,23 @@ declare const _default: {
|
|
|
2234
2222
|
url: string;
|
|
2235
2223
|
}[];
|
|
2236
2224
|
functionParameter: {
|
|
2237
|
-
|
|
2225
|
+
name1: {
|
|
2238
2226
|
name: string;
|
|
2239
2227
|
detail: string;
|
|
2240
2228
|
};
|
|
2241
|
-
|
|
2229
|
+
nameValue1: {
|
|
2230
|
+
name: string;
|
|
2231
|
+
detail: string;
|
|
2232
|
+
};
|
|
2233
|
+
calculationOrName2: {
|
|
2234
|
+
name: string;
|
|
2235
|
+
detail: string;
|
|
2236
|
+
};
|
|
2237
|
+
nameValue2: {
|
|
2238
|
+
name: string;
|
|
2239
|
+
detail: string;
|
|
2240
|
+
};
|
|
2241
|
+
calculationOrName3: {
|
|
2242
2242
|
name: string;
|
|
2243
2243
|
detail: string;
|
|
2244
2244
|
};
|
|
@@ -4539,6 +4539,50 @@ declare const _default: {
|
|
|
4539
4539
|
};
|
|
4540
4540
|
};
|
|
4541
4541
|
};
|
|
4542
|
+
RANK_AVG: {
|
|
4543
|
+
description: string;
|
|
4544
|
+
abstract: string;
|
|
4545
|
+
links: {
|
|
4546
|
+
title: string;
|
|
4547
|
+
url: string;
|
|
4548
|
+
}[];
|
|
4549
|
+
functionParameter: {
|
|
4550
|
+
number: {
|
|
4551
|
+
name: string;
|
|
4552
|
+
detail: string;
|
|
4553
|
+
};
|
|
4554
|
+
ref: {
|
|
4555
|
+
name: string;
|
|
4556
|
+
detail: string;
|
|
4557
|
+
};
|
|
4558
|
+
order: {
|
|
4559
|
+
name: string;
|
|
4560
|
+
detail: string;
|
|
4561
|
+
};
|
|
4562
|
+
};
|
|
4563
|
+
};
|
|
4564
|
+
RANK_EQ: {
|
|
4565
|
+
description: string;
|
|
4566
|
+
abstract: string;
|
|
4567
|
+
links: {
|
|
4568
|
+
title: string;
|
|
4569
|
+
url: string;
|
|
4570
|
+
}[];
|
|
4571
|
+
functionParameter: {
|
|
4572
|
+
number: {
|
|
4573
|
+
name: string;
|
|
4574
|
+
detail: string;
|
|
4575
|
+
};
|
|
4576
|
+
ref: {
|
|
4577
|
+
name: string;
|
|
4578
|
+
detail: string;
|
|
4579
|
+
};
|
|
4580
|
+
order: {
|
|
4581
|
+
name: string;
|
|
4582
|
+
detail: string;
|
|
4583
|
+
};
|
|
4584
|
+
};
|
|
4585
|
+
};
|
|
4542
4586
|
STDEV_P: {
|
|
4543
4587
|
description: string;
|
|
4544
4588
|
abstract: string;
|
|
@@ -6135,11 +6179,35 @@ declare const _default: {
|
|
|
6135
6179
|
url: string;
|
|
6136
6180
|
}[];
|
|
6137
6181
|
functionParameter: {
|
|
6138
|
-
|
|
6182
|
+
issue: {
|
|
6139
6183
|
name: string;
|
|
6140
6184
|
detail: string;
|
|
6141
6185
|
};
|
|
6142
|
-
|
|
6186
|
+
firstInterest: {
|
|
6187
|
+
name: string;
|
|
6188
|
+
detail: string;
|
|
6189
|
+
};
|
|
6190
|
+
settlement: {
|
|
6191
|
+
name: string;
|
|
6192
|
+
detail: string;
|
|
6193
|
+
};
|
|
6194
|
+
rate: {
|
|
6195
|
+
name: string;
|
|
6196
|
+
detail: string;
|
|
6197
|
+
};
|
|
6198
|
+
par: {
|
|
6199
|
+
name: string;
|
|
6200
|
+
detail: string;
|
|
6201
|
+
};
|
|
6202
|
+
frequency: {
|
|
6203
|
+
name: string;
|
|
6204
|
+
detail: string;
|
|
6205
|
+
};
|
|
6206
|
+
basis: {
|
|
6207
|
+
name: string;
|
|
6208
|
+
detail: string;
|
|
6209
|
+
};
|
|
6210
|
+
calcMethod: {
|
|
6143
6211
|
name: string;
|
|
6144
6212
|
detail: string;
|
|
6145
6213
|
};
|
|
@@ -6153,11 +6221,23 @@ declare const _default: {
|
|
|
6153
6221
|
url: string;
|
|
6154
6222
|
}[];
|
|
6155
6223
|
functionParameter: {
|
|
6156
|
-
|
|
6224
|
+
issue: {
|
|
6157
6225
|
name: string;
|
|
6158
6226
|
detail: string;
|
|
6159
6227
|
};
|
|
6160
|
-
|
|
6228
|
+
settlement: {
|
|
6229
|
+
name: string;
|
|
6230
|
+
detail: string;
|
|
6231
|
+
};
|
|
6232
|
+
rate: {
|
|
6233
|
+
name: string;
|
|
6234
|
+
detail: string;
|
|
6235
|
+
};
|
|
6236
|
+
par: {
|
|
6237
|
+
name: string;
|
|
6238
|
+
detail: string;
|
|
6239
|
+
};
|
|
6240
|
+
basis: {
|
|
6161
6241
|
name: string;
|
|
6162
6242
|
detail: string;
|
|
6163
6243
|
};
|
|
@@ -6189,11 +6269,31 @@ declare const _default: {
|
|
|
6189
6269
|
url: string;
|
|
6190
6270
|
}[];
|
|
6191
6271
|
functionParameter: {
|
|
6192
|
-
|
|
6272
|
+
cost: {
|
|
6193
6273
|
name: string;
|
|
6194
6274
|
detail: string;
|
|
6195
6275
|
};
|
|
6196
|
-
|
|
6276
|
+
datePurchased: {
|
|
6277
|
+
name: string;
|
|
6278
|
+
detail: string;
|
|
6279
|
+
};
|
|
6280
|
+
firstPeriod: {
|
|
6281
|
+
name: string;
|
|
6282
|
+
detail: string;
|
|
6283
|
+
};
|
|
6284
|
+
salvage: {
|
|
6285
|
+
name: string;
|
|
6286
|
+
detail: string;
|
|
6287
|
+
};
|
|
6288
|
+
period: {
|
|
6289
|
+
name: string;
|
|
6290
|
+
detail: string;
|
|
6291
|
+
};
|
|
6292
|
+
rate: {
|
|
6293
|
+
name: string;
|
|
6294
|
+
detail: string;
|
|
6295
|
+
};
|
|
6296
|
+
basis: {
|
|
6197
6297
|
name: string;
|
|
6198
6298
|
detail: string;
|
|
6199
6299
|
};
|
|
@@ -6207,11 +6307,19 @@ declare const _default: {
|
|
|
6207
6307
|
url: string;
|
|
6208
6308
|
}[];
|
|
6209
6309
|
functionParameter: {
|
|
6210
|
-
|
|
6310
|
+
settlement: {
|
|
6211
6311
|
name: string;
|
|
6212
6312
|
detail: string;
|
|
6213
6313
|
};
|
|
6214
|
-
|
|
6314
|
+
maturity: {
|
|
6315
|
+
name: string;
|
|
6316
|
+
detail: string;
|
|
6317
|
+
};
|
|
6318
|
+
frequency: {
|
|
6319
|
+
name: string;
|
|
6320
|
+
detail: string;
|
|
6321
|
+
};
|
|
6322
|
+
basis: {
|
|
6215
6323
|
name: string;
|
|
6216
6324
|
detail: string;
|
|
6217
6325
|
};
|
|
@@ -6225,11 +6333,19 @@ declare const _default: {
|
|
|
6225
6333
|
url: string;
|
|
6226
6334
|
}[];
|
|
6227
6335
|
functionParameter: {
|
|
6228
|
-
|
|
6336
|
+
settlement: {
|
|
6229
6337
|
name: string;
|
|
6230
6338
|
detail: string;
|
|
6231
6339
|
};
|
|
6232
|
-
|
|
6340
|
+
maturity: {
|
|
6341
|
+
name: string;
|
|
6342
|
+
detail: string;
|
|
6343
|
+
};
|
|
6344
|
+
frequency: {
|
|
6345
|
+
name: string;
|
|
6346
|
+
detail: string;
|
|
6347
|
+
};
|
|
6348
|
+
basis: {
|
|
6233
6349
|
name: string;
|
|
6234
6350
|
detail: string;
|
|
6235
6351
|
};
|
|
@@ -6243,11 +6359,19 @@ declare const _default: {
|
|
|
6243
6359
|
url: string;
|
|
6244
6360
|
}[];
|
|
6245
6361
|
functionParameter: {
|
|
6246
|
-
|
|
6362
|
+
settlement: {
|
|
6247
6363
|
name: string;
|
|
6248
6364
|
detail: string;
|
|
6249
6365
|
};
|
|
6250
|
-
|
|
6366
|
+
maturity: {
|
|
6367
|
+
name: string;
|
|
6368
|
+
detail: string;
|
|
6369
|
+
};
|
|
6370
|
+
frequency: {
|
|
6371
|
+
name: string;
|
|
6372
|
+
detail: string;
|
|
6373
|
+
};
|
|
6374
|
+
basis: {
|
|
6251
6375
|
name: string;
|
|
6252
6376
|
detail: string;
|
|
6253
6377
|
};
|
|
@@ -6261,11 +6385,19 @@ declare const _default: {
|
|
|
6261
6385
|
url: string;
|
|
6262
6386
|
}[];
|
|
6263
6387
|
functionParameter: {
|
|
6264
|
-
|
|
6388
|
+
settlement: {
|
|
6265
6389
|
name: string;
|
|
6266
6390
|
detail: string;
|
|
6267
6391
|
};
|
|
6268
|
-
|
|
6392
|
+
maturity: {
|
|
6393
|
+
name: string;
|
|
6394
|
+
detail: string;
|
|
6395
|
+
};
|
|
6396
|
+
frequency: {
|
|
6397
|
+
name: string;
|
|
6398
|
+
detail: string;
|
|
6399
|
+
};
|
|
6400
|
+
basis: {
|
|
6269
6401
|
name: string;
|
|
6270
6402
|
detail: string;
|
|
6271
6403
|
};
|
|
@@ -6279,11 +6411,19 @@ declare const _default: {
|
|
|
6279
6411
|
url: string;
|
|
6280
6412
|
}[];
|
|
6281
6413
|
functionParameter: {
|
|
6282
|
-
|
|
6414
|
+
settlement: {
|
|
6283
6415
|
name: string;
|
|
6284
6416
|
detail: string;
|
|
6285
6417
|
};
|
|
6286
|
-
|
|
6418
|
+
maturity: {
|
|
6419
|
+
name: string;
|
|
6420
|
+
detail: string;
|
|
6421
|
+
};
|
|
6422
|
+
frequency: {
|
|
6423
|
+
name: string;
|
|
6424
|
+
detail: string;
|
|
6425
|
+
};
|
|
6426
|
+
basis: {
|
|
6287
6427
|
name: string;
|
|
6288
6428
|
detail: string;
|
|
6289
6429
|
};
|
|
@@ -6297,11 +6437,19 @@ declare const _default: {
|
|
|
6297
6437
|
url: string;
|
|
6298
6438
|
}[];
|
|
6299
6439
|
functionParameter: {
|
|
6300
|
-
|
|
6440
|
+
settlement: {
|
|
6301
6441
|
name: string;
|
|
6302
6442
|
detail: string;
|
|
6303
6443
|
};
|
|
6304
|
-
|
|
6444
|
+
maturity: {
|
|
6445
|
+
name: string;
|
|
6446
|
+
detail: string;
|
|
6447
|
+
};
|
|
6448
|
+
frequency: {
|
|
6449
|
+
name: string;
|
|
6450
|
+
detail: string;
|
|
6451
|
+
};
|
|
6452
|
+
basis: {
|
|
6305
6453
|
name: string;
|
|
6306
6454
|
detail: string;
|
|
6307
6455
|
};
|
|
@@ -6315,11 +6463,27 @@ declare const _default: {
|
|
|
6315
6463
|
url: string;
|
|
6316
6464
|
}[];
|
|
6317
6465
|
functionParameter: {
|
|
6318
|
-
|
|
6466
|
+
rate: {
|
|
6319
6467
|
name: string;
|
|
6320
6468
|
detail: string;
|
|
6321
6469
|
};
|
|
6322
|
-
|
|
6470
|
+
nper: {
|
|
6471
|
+
name: string;
|
|
6472
|
+
detail: string;
|
|
6473
|
+
};
|
|
6474
|
+
pv: {
|
|
6475
|
+
name: string;
|
|
6476
|
+
detail: string;
|
|
6477
|
+
};
|
|
6478
|
+
startPeriod: {
|
|
6479
|
+
name: string;
|
|
6480
|
+
detail: string;
|
|
6481
|
+
};
|
|
6482
|
+
endPeriod: {
|
|
6483
|
+
name: string;
|
|
6484
|
+
detail: string;
|
|
6485
|
+
};
|
|
6486
|
+
type: {
|
|
6323
6487
|
name: string;
|
|
6324
6488
|
detail: string;
|
|
6325
6489
|
};
|
|
@@ -6333,11 +6497,27 @@ declare const _default: {
|
|
|
6333
6497
|
url: string;
|
|
6334
6498
|
}[];
|
|
6335
6499
|
functionParameter: {
|
|
6336
|
-
|
|
6500
|
+
rate: {
|
|
6337
6501
|
name: string;
|
|
6338
6502
|
detail: string;
|
|
6339
6503
|
};
|
|
6340
|
-
|
|
6504
|
+
nper: {
|
|
6505
|
+
name: string;
|
|
6506
|
+
detail: string;
|
|
6507
|
+
};
|
|
6508
|
+
pv: {
|
|
6509
|
+
name: string;
|
|
6510
|
+
detail: string;
|
|
6511
|
+
};
|
|
6512
|
+
startPeriod: {
|
|
6513
|
+
name: string;
|
|
6514
|
+
detail: string;
|
|
6515
|
+
};
|
|
6516
|
+
endPeriod: {
|
|
6517
|
+
name: string;
|
|
6518
|
+
detail: string;
|
|
6519
|
+
};
|
|
6520
|
+
type: {
|
|
6341
6521
|
name: string;
|
|
6342
6522
|
detail: string;
|
|
6343
6523
|
};
|
|
@@ -6351,11 +6531,23 @@ declare const _default: {
|
|
|
6351
6531
|
url: string;
|
|
6352
6532
|
}[];
|
|
6353
6533
|
functionParameter: {
|
|
6354
|
-
|
|
6534
|
+
cost: {
|
|
6355
6535
|
name: string;
|
|
6356
6536
|
detail: string;
|
|
6357
6537
|
};
|
|
6358
|
-
|
|
6538
|
+
salvage: {
|
|
6539
|
+
name: string;
|
|
6540
|
+
detail: string;
|
|
6541
|
+
};
|
|
6542
|
+
life: {
|
|
6543
|
+
name: string;
|
|
6544
|
+
detail: string;
|
|
6545
|
+
};
|
|
6546
|
+
period: {
|
|
6547
|
+
name: string;
|
|
6548
|
+
detail: string;
|
|
6549
|
+
};
|
|
6550
|
+
month: {
|
|
6359
6551
|
name: string;
|
|
6360
6552
|
detail: string;
|
|
6361
6553
|
};
|
|
@@ -6369,11 +6561,23 @@ declare const _default: {
|
|
|
6369
6561
|
url: string;
|
|
6370
6562
|
}[];
|
|
6371
6563
|
functionParameter: {
|
|
6372
|
-
|
|
6564
|
+
cost: {
|
|
6373
6565
|
name: string;
|
|
6374
6566
|
detail: string;
|
|
6375
6567
|
};
|
|
6376
|
-
|
|
6568
|
+
salvage: {
|
|
6569
|
+
name: string;
|
|
6570
|
+
detail: string;
|
|
6571
|
+
};
|
|
6572
|
+
life: {
|
|
6573
|
+
name: string;
|
|
6574
|
+
detail: string;
|
|
6575
|
+
};
|
|
6576
|
+
period: {
|
|
6577
|
+
name: string;
|
|
6578
|
+
detail: string;
|
|
6579
|
+
};
|
|
6580
|
+
factor: {
|
|
6377
6581
|
name: string;
|
|
6378
6582
|
detail: string;
|
|
6379
6583
|
};
|
|
@@ -6387,11 +6591,23 @@ declare const _default: {
|
|
|
6387
6591
|
url: string;
|
|
6388
6592
|
}[];
|
|
6389
6593
|
functionParameter: {
|
|
6390
|
-
|
|
6594
|
+
settlement: {
|
|
6391
6595
|
name: string;
|
|
6392
6596
|
detail: string;
|
|
6393
6597
|
};
|
|
6394
|
-
|
|
6598
|
+
maturity: {
|
|
6599
|
+
name: string;
|
|
6600
|
+
detail: string;
|
|
6601
|
+
};
|
|
6602
|
+
pr: {
|
|
6603
|
+
name: string;
|
|
6604
|
+
detail: string;
|
|
6605
|
+
};
|
|
6606
|
+
redemption: {
|
|
6607
|
+
name: string;
|
|
6608
|
+
detail: string;
|
|
6609
|
+
};
|
|
6610
|
+
basis: {
|
|
6395
6611
|
name: string;
|
|
6396
6612
|
detail: string;
|
|
6397
6613
|
};
|
|
@@ -6405,11 +6621,11 @@ declare const _default: {
|
|
|
6405
6621
|
url: string;
|
|
6406
6622
|
}[];
|
|
6407
6623
|
functionParameter: {
|
|
6408
|
-
|
|
6624
|
+
fractionalDollar: {
|
|
6409
6625
|
name: string;
|
|
6410
6626
|
detail: string;
|
|
6411
6627
|
};
|
|
6412
|
-
|
|
6628
|
+
fraction: {
|
|
6413
6629
|
name: string;
|
|
6414
6630
|
detail: string;
|
|
6415
6631
|
};
|
|
@@ -6423,11 +6639,11 @@ declare const _default: {
|
|
|
6423
6639
|
url: string;
|
|
6424
6640
|
}[];
|
|
6425
6641
|
functionParameter: {
|
|
6426
|
-
|
|
6642
|
+
decimalDollar: {
|
|
6427
6643
|
name: string;
|
|
6428
6644
|
detail: string;
|
|
6429
6645
|
};
|
|
6430
|
-
|
|
6646
|
+
fraction: {
|
|
6431
6647
|
name: string;
|
|
6432
6648
|
detail: string;
|
|
6433
6649
|
};
|
|
@@ -6459,11 +6675,11 @@ declare const _default: {
|
|
|
6459
6675
|
url: string;
|
|
6460
6676
|
}[];
|
|
6461
6677
|
functionParameter: {
|
|
6462
|
-
|
|
6678
|
+
nominalRate: {
|
|
6463
6679
|
name: string;
|
|
6464
6680
|
detail: string;
|
|
6465
6681
|
};
|
|
6466
|
-
|
|
6682
|
+
npery: {
|
|
6467
6683
|
name: string;
|
|
6468
6684
|
detail: string;
|
|
6469
6685
|
};
|
|
@@ -6477,11 +6693,23 @@ declare const _default: {
|
|
|
6477
6693
|
url: string;
|
|
6478
6694
|
}[];
|
|
6479
6695
|
functionParameter: {
|
|
6480
|
-
|
|
6696
|
+
rate: {
|
|
6481
6697
|
name: string;
|
|
6482
6698
|
detail: string;
|
|
6483
6699
|
};
|
|
6484
|
-
|
|
6700
|
+
nper: {
|
|
6701
|
+
name: string;
|
|
6702
|
+
detail: string;
|
|
6703
|
+
};
|
|
6704
|
+
pmt: {
|
|
6705
|
+
name: string;
|
|
6706
|
+
detail: string;
|
|
6707
|
+
};
|
|
6708
|
+
pv: {
|
|
6709
|
+
name: string;
|
|
6710
|
+
detail: string;
|
|
6711
|
+
};
|
|
6712
|
+
type: {
|
|
6485
6713
|
name: string;
|
|
6486
6714
|
detail: string;
|
|
6487
6715
|
};
|
|
@@ -6495,11 +6723,11 @@ declare const _default: {
|
|
|
6495
6723
|
url: string;
|
|
6496
6724
|
}[];
|
|
6497
6725
|
functionParameter: {
|
|
6498
|
-
|
|
6726
|
+
principal: {
|
|
6499
6727
|
name: string;
|
|
6500
6728
|
detail: string;
|
|
6501
6729
|
};
|
|
6502
|
-
|
|
6730
|
+
schedule: {
|
|
6503
6731
|
name: string;
|
|
6504
6732
|
detail: string;
|
|
6505
6733
|
};
|
|
@@ -6513,11 +6741,23 @@ declare const _default: {
|
|
|
6513
6741
|
url: string;
|
|
6514
6742
|
}[];
|
|
6515
6743
|
functionParameter: {
|
|
6516
|
-
|
|
6744
|
+
settlement: {
|
|
6517
6745
|
name: string;
|
|
6518
6746
|
detail: string;
|
|
6519
6747
|
};
|
|
6520
|
-
|
|
6748
|
+
maturity: {
|
|
6749
|
+
name: string;
|
|
6750
|
+
detail: string;
|
|
6751
|
+
};
|
|
6752
|
+
investment: {
|
|
6753
|
+
name: string;
|
|
6754
|
+
detail: string;
|
|
6755
|
+
};
|
|
6756
|
+
redemption: {
|
|
6757
|
+
name: string;
|
|
6758
|
+
detail: string;
|
|
6759
|
+
};
|
|
6760
|
+
basis: {
|
|
6521
6761
|
name: string;
|
|
6522
6762
|
detail: string;
|
|
6523
6763
|
};
|
|
@@ -6531,11 +6771,27 @@ declare const _default: {
|
|
|
6531
6771
|
url: string;
|
|
6532
6772
|
}[];
|
|
6533
6773
|
functionParameter: {
|
|
6534
|
-
|
|
6774
|
+
rate: {
|
|
6535
6775
|
name: string;
|
|
6536
6776
|
detail: string;
|
|
6537
6777
|
};
|
|
6538
|
-
|
|
6778
|
+
per: {
|
|
6779
|
+
name: string;
|
|
6780
|
+
detail: string;
|
|
6781
|
+
};
|
|
6782
|
+
nper: {
|
|
6783
|
+
name: string;
|
|
6784
|
+
detail: string;
|
|
6785
|
+
};
|
|
6786
|
+
pv: {
|
|
6787
|
+
name: string;
|
|
6788
|
+
detail: string;
|
|
6789
|
+
};
|
|
6790
|
+
fv: {
|
|
6791
|
+
name: string;
|
|
6792
|
+
detail: string;
|
|
6793
|
+
};
|
|
6794
|
+
type: {
|
|
6539
6795
|
name: string;
|
|
6540
6796
|
detail: string;
|
|
6541
6797
|
};
|
|
@@ -6567,11 +6823,19 @@ declare const _default: {
|
|
|
6567
6823
|
url: string;
|
|
6568
6824
|
}[];
|
|
6569
6825
|
functionParameter: {
|
|
6570
|
-
|
|
6826
|
+
rate: {
|
|
6571
6827
|
name: string;
|
|
6572
6828
|
detail: string;
|
|
6573
6829
|
};
|
|
6574
|
-
|
|
6830
|
+
per: {
|
|
6831
|
+
name: string;
|
|
6832
|
+
detail: string;
|
|
6833
|
+
};
|
|
6834
|
+
nper: {
|
|
6835
|
+
name: string;
|
|
6836
|
+
detail: string;
|
|
6837
|
+
};
|
|
6838
|
+
pv: {
|
|
6575
6839
|
name: string;
|
|
6576
6840
|
detail: string;
|
|
6577
6841
|
};
|
|
@@ -6603,11 +6867,11 @@ declare const _default: {
|
|
|
6603
6867
|
url: string;
|
|
6604
6868
|
}[];
|
|
6605
6869
|
functionParameter: {
|
|
6606
|
-
|
|
6870
|
+
effectRate: {
|
|
6607
6871
|
name: string;
|
|
6608
6872
|
detail: string;
|
|
6609
6873
|
};
|
|
6610
|
-
|
|
6874
|
+
npery: {
|
|
6611
6875
|
name: string;
|
|
6612
6876
|
detail: string;
|
|
6613
6877
|
};
|
|
@@ -6621,11 +6885,23 @@ declare const _default: {
|
|
|
6621
6885
|
url: string;
|
|
6622
6886
|
}[];
|
|
6623
6887
|
functionParameter: {
|
|
6624
|
-
|
|
6888
|
+
rate: {
|
|
6625
6889
|
name: string;
|
|
6626
6890
|
detail: string;
|
|
6627
6891
|
};
|
|
6628
|
-
|
|
6892
|
+
pmt: {
|
|
6893
|
+
name: string;
|
|
6894
|
+
detail: string;
|
|
6895
|
+
};
|
|
6896
|
+
pv: {
|
|
6897
|
+
name: string;
|
|
6898
|
+
detail: string;
|
|
6899
|
+
};
|
|
6900
|
+
fv: {
|
|
6901
|
+
name: string;
|
|
6902
|
+
detail: string;
|
|
6903
|
+
};
|
|
6904
|
+
type: {
|
|
6629
6905
|
name: string;
|
|
6630
6906
|
detail: string;
|
|
6631
6907
|
};
|
|
@@ -6729,11 +7005,23 @@ declare const _default: {
|
|
|
6729
7005
|
url: string;
|
|
6730
7006
|
}[];
|
|
6731
7007
|
functionParameter: {
|
|
6732
|
-
|
|
7008
|
+
rate: {
|
|
6733
7009
|
name: string;
|
|
6734
7010
|
detail: string;
|
|
6735
7011
|
};
|
|
6736
|
-
|
|
7012
|
+
nper: {
|
|
7013
|
+
name: string;
|
|
7014
|
+
detail: string;
|
|
7015
|
+
};
|
|
7016
|
+
pv: {
|
|
7017
|
+
name: string;
|
|
7018
|
+
detail: string;
|
|
7019
|
+
};
|
|
7020
|
+
fv: {
|
|
7021
|
+
name: string;
|
|
7022
|
+
detail: string;
|
|
7023
|
+
};
|
|
7024
|
+
type: {
|
|
6737
7025
|
name: string;
|
|
6738
7026
|
detail: string;
|
|
6739
7027
|
};
|
|
@@ -6747,11 +7035,27 @@ declare const _default: {
|
|
|
6747
7035
|
url: string;
|
|
6748
7036
|
}[];
|
|
6749
7037
|
functionParameter: {
|
|
6750
|
-
|
|
7038
|
+
rate: {
|
|
6751
7039
|
name: string;
|
|
6752
7040
|
detail: string;
|
|
6753
7041
|
};
|
|
6754
|
-
|
|
7042
|
+
per: {
|
|
7043
|
+
name: string;
|
|
7044
|
+
detail: string;
|
|
7045
|
+
};
|
|
7046
|
+
nper: {
|
|
7047
|
+
name: string;
|
|
7048
|
+
detail: string;
|
|
7049
|
+
};
|
|
7050
|
+
pv: {
|
|
7051
|
+
name: string;
|
|
7052
|
+
detail: string;
|
|
7053
|
+
};
|
|
7054
|
+
fv: {
|
|
7055
|
+
name: string;
|
|
7056
|
+
detail: string;
|
|
7057
|
+
};
|
|
7058
|
+
type: {
|
|
6755
7059
|
name: string;
|
|
6756
7060
|
detail: string;
|
|
6757
7061
|
};
|
|
@@ -6819,11 +7123,23 @@ declare const _default: {
|
|
|
6819
7123
|
url: string;
|
|
6820
7124
|
}[];
|
|
6821
7125
|
functionParameter: {
|
|
6822
|
-
|
|
7126
|
+
rate: {
|
|
6823
7127
|
name: string;
|
|
6824
7128
|
detail: string;
|
|
6825
7129
|
};
|
|
6826
|
-
|
|
7130
|
+
nper: {
|
|
7131
|
+
name: string;
|
|
7132
|
+
detail: string;
|
|
7133
|
+
};
|
|
7134
|
+
pmt: {
|
|
7135
|
+
name: string;
|
|
7136
|
+
detail: string;
|
|
7137
|
+
};
|
|
7138
|
+
fv: {
|
|
7139
|
+
name: string;
|
|
7140
|
+
detail: string;
|
|
7141
|
+
};
|
|
7142
|
+
type: {
|
|
6827
7143
|
name: string;
|
|
6828
7144
|
detail: string;
|
|
6829
7145
|
};
|
|
@@ -6837,11 +7153,27 @@ declare const _default: {
|
|
|
6837
7153
|
url: string;
|
|
6838
7154
|
}[];
|
|
6839
7155
|
functionParameter: {
|
|
6840
|
-
|
|
7156
|
+
nper: {
|
|
6841
7157
|
name: string;
|
|
6842
7158
|
detail: string;
|
|
6843
7159
|
};
|
|
6844
|
-
|
|
7160
|
+
pmt: {
|
|
7161
|
+
name: string;
|
|
7162
|
+
detail: string;
|
|
7163
|
+
};
|
|
7164
|
+
pv: {
|
|
7165
|
+
name: string;
|
|
7166
|
+
detail: string;
|
|
7167
|
+
};
|
|
7168
|
+
fv: {
|
|
7169
|
+
name: string;
|
|
7170
|
+
detail: string;
|
|
7171
|
+
};
|
|
7172
|
+
type: {
|
|
7173
|
+
name: string;
|
|
7174
|
+
detail: string;
|
|
7175
|
+
};
|
|
7176
|
+
guess: {
|
|
6845
7177
|
name: string;
|
|
6846
7178
|
detail: string;
|
|
6847
7179
|
};
|