@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
|
};
|
|
@@ -2360,11 +2348,23 @@ declare const _default: {
|
|
|
2360
2348
|
url: string;
|
|
2361
2349
|
}[];
|
|
2362
2350
|
functionParameter: {
|
|
2363
|
-
|
|
2351
|
+
name1: {
|
|
2364
2352
|
name: string;
|
|
2365
2353
|
detail: string;
|
|
2366
2354
|
};
|
|
2367
|
-
|
|
2355
|
+
nameValue1: {
|
|
2356
|
+
name: string;
|
|
2357
|
+
detail: string;
|
|
2358
|
+
};
|
|
2359
|
+
calculationOrName2: {
|
|
2360
|
+
name: string;
|
|
2361
|
+
detail: string;
|
|
2362
|
+
};
|
|
2363
|
+
nameValue2: {
|
|
2364
|
+
name: string;
|
|
2365
|
+
detail: string;
|
|
2366
|
+
};
|
|
2367
|
+
calculationOrName3: {
|
|
2368
2368
|
name: string;
|
|
2369
2369
|
detail: string;
|
|
2370
2370
|
};
|
|
@@ -5959,11 +5959,15 @@ declare const _default: {
|
|
|
5959
5959
|
url: string;
|
|
5960
5960
|
}[];
|
|
5961
5961
|
functionParameter: {
|
|
5962
|
-
|
|
5962
|
+
number: {
|
|
5963
5963
|
name: string;
|
|
5964
5964
|
detail: string;
|
|
5965
5965
|
};
|
|
5966
|
-
|
|
5966
|
+
ref: {
|
|
5967
|
+
name: string;
|
|
5968
|
+
detail: string;
|
|
5969
|
+
};
|
|
5970
|
+
order: {
|
|
5967
5971
|
name: string;
|
|
5968
5972
|
detail: string;
|
|
5969
5973
|
};
|
|
@@ -5977,11 +5981,15 @@ declare const _default: {
|
|
|
5977
5981
|
url: string;
|
|
5978
5982
|
}[];
|
|
5979
5983
|
functionParameter: {
|
|
5980
|
-
|
|
5984
|
+
number: {
|
|
5981
5985
|
name: string;
|
|
5982
5986
|
detail: string;
|
|
5983
5987
|
};
|
|
5984
|
-
|
|
5988
|
+
ref: {
|
|
5989
|
+
name: string;
|
|
5990
|
+
detail: string;
|
|
5991
|
+
};
|
|
5992
|
+
order: {
|
|
5985
5993
|
name: string;
|
|
5986
5994
|
detail: string;
|
|
5987
5995
|
};
|
|
@@ -8249,11 +8257,35 @@ declare const _default: {
|
|
|
8249
8257
|
url: string;
|
|
8250
8258
|
}[];
|
|
8251
8259
|
functionParameter: {
|
|
8252
|
-
|
|
8260
|
+
issue: {
|
|
8253
8261
|
name: string;
|
|
8254
8262
|
detail: string;
|
|
8255
8263
|
};
|
|
8256
|
-
|
|
8264
|
+
firstInterest: {
|
|
8265
|
+
name: string;
|
|
8266
|
+
detail: string;
|
|
8267
|
+
};
|
|
8268
|
+
settlement: {
|
|
8269
|
+
name: string;
|
|
8270
|
+
detail: string;
|
|
8271
|
+
};
|
|
8272
|
+
rate: {
|
|
8273
|
+
name: string;
|
|
8274
|
+
detail: string;
|
|
8275
|
+
};
|
|
8276
|
+
par: {
|
|
8277
|
+
name: string;
|
|
8278
|
+
detail: string;
|
|
8279
|
+
};
|
|
8280
|
+
frequency: {
|
|
8281
|
+
name: string;
|
|
8282
|
+
detail: string;
|
|
8283
|
+
};
|
|
8284
|
+
basis: {
|
|
8285
|
+
name: string;
|
|
8286
|
+
detail: string;
|
|
8287
|
+
};
|
|
8288
|
+
calcMethod: {
|
|
8257
8289
|
name: string;
|
|
8258
8290
|
detail: string;
|
|
8259
8291
|
};
|
|
@@ -8267,11 +8299,23 @@ declare const _default: {
|
|
|
8267
8299
|
url: string;
|
|
8268
8300
|
}[];
|
|
8269
8301
|
functionParameter: {
|
|
8270
|
-
|
|
8302
|
+
issue: {
|
|
8271
8303
|
name: string;
|
|
8272
8304
|
detail: string;
|
|
8273
8305
|
};
|
|
8274
|
-
|
|
8306
|
+
settlement: {
|
|
8307
|
+
name: string;
|
|
8308
|
+
detail: string;
|
|
8309
|
+
};
|
|
8310
|
+
rate: {
|
|
8311
|
+
name: string;
|
|
8312
|
+
detail: string;
|
|
8313
|
+
};
|
|
8314
|
+
par: {
|
|
8315
|
+
name: string;
|
|
8316
|
+
detail: string;
|
|
8317
|
+
};
|
|
8318
|
+
basis: {
|
|
8275
8319
|
name: string;
|
|
8276
8320
|
detail: string;
|
|
8277
8321
|
};
|
|
@@ -8303,11 +8347,31 @@ declare const _default: {
|
|
|
8303
8347
|
url: string;
|
|
8304
8348
|
}[];
|
|
8305
8349
|
functionParameter: {
|
|
8306
|
-
|
|
8350
|
+
cost: {
|
|
8307
8351
|
name: string;
|
|
8308
8352
|
detail: string;
|
|
8309
8353
|
};
|
|
8310
|
-
|
|
8354
|
+
datePurchased: {
|
|
8355
|
+
name: string;
|
|
8356
|
+
detail: string;
|
|
8357
|
+
};
|
|
8358
|
+
firstPeriod: {
|
|
8359
|
+
name: string;
|
|
8360
|
+
detail: string;
|
|
8361
|
+
};
|
|
8362
|
+
salvage: {
|
|
8363
|
+
name: string;
|
|
8364
|
+
detail: string;
|
|
8365
|
+
};
|
|
8366
|
+
period: {
|
|
8367
|
+
name: string;
|
|
8368
|
+
detail: string;
|
|
8369
|
+
};
|
|
8370
|
+
rate: {
|
|
8371
|
+
name: string;
|
|
8372
|
+
detail: string;
|
|
8373
|
+
};
|
|
8374
|
+
basis: {
|
|
8311
8375
|
name: string;
|
|
8312
8376
|
detail: string;
|
|
8313
8377
|
};
|
|
@@ -8321,11 +8385,19 @@ declare const _default: {
|
|
|
8321
8385
|
url: string;
|
|
8322
8386
|
}[];
|
|
8323
8387
|
functionParameter: {
|
|
8324
|
-
|
|
8388
|
+
settlement: {
|
|
8325
8389
|
name: string;
|
|
8326
8390
|
detail: string;
|
|
8327
8391
|
};
|
|
8328
|
-
|
|
8392
|
+
maturity: {
|
|
8393
|
+
name: string;
|
|
8394
|
+
detail: string;
|
|
8395
|
+
};
|
|
8396
|
+
frequency: {
|
|
8397
|
+
name: string;
|
|
8398
|
+
detail: string;
|
|
8399
|
+
};
|
|
8400
|
+
basis: {
|
|
8329
8401
|
name: string;
|
|
8330
8402
|
detail: string;
|
|
8331
8403
|
};
|
|
@@ -8339,11 +8411,19 @@ declare const _default: {
|
|
|
8339
8411
|
url: string;
|
|
8340
8412
|
}[];
|
|
8341
8413
|
functionParameter: {
|
|
8342
|
-
|
|
8414
|
+
settlement: {
|
|
8343
8415
|
name: string;
|
|
8344
8416
|
detail: string;
|
|
8345
8417
|
};
|
|
8346
|
-
|
|
8418
|
+
maturity: {
|
|
8419
|
+
name: string;
|
|
8420
|
+
detail: string;
|
|
8421
|
+
};
|
|
8422
|
+
frequency: {
|
|
8423
|
+
name: string;
|
|
8424
|
+
detail: string;
|
|
8425
|
+
};
|
|
8426
|
+
basis: {
|
|
8347
8427
|
name: string;
|
|
8348
8428
|
detail: string;
|
|
8349
8429
|
};
|
|
@@ -8357,11 +8437,19 @@ declare const _default: {
|
|
|
8357
8437
|
url: string;
|
|
8358
8438
|
}[];
|
|
8359
8439
|
functionParameter: {
|
|
8360
|
-
|
|
8440
|
+
settlement: {
|
|
8361
8441
|
name: string;
|
|
8362
8442
|
detail: string;
|
|
8363
8443
|
};
|
|
8364
|
-
|
|
8444
|
+
maturity: {
|
|
8445
|
+
name: string;
|
|
8446
|
+
detail: string;
|
|
8447
|
+
};
|
|
8448
|
+
frequency: {
|
|
8449
|
+
name: string;
|
|
8450
|
+
detail: string;
|
|
8451
|
+
};
|
|
8452
|
+
basis: {
|
|
8365
8453
|
name: string;
|
|
8366
8454
|
detail: string;
|
|
8367
8455
|
};
|
|
@@ -8375,11 +8463,19 @@ declare const _default: {
|
|
|
8375
8463
|
url: string;
|
|
8376
8464
|
}[];
|
|
8377
8465
|
functionParameter: {
|
|
8378
|
-
|
|
8466
|
+
settlement: {
|
|
8379
8467
|
name: string;
|
|
8380
8468
|
detail: string;
|
|
8381
8469
|
};
|
|
8382
|
-
|
|
8470
|
+
maturity: {
|
|
8471
|
+
name: string;
|
|
8472
|
+
detail: string;
|
|
8473
|
+
};
|
|
8474
|
+
frequency: {
|
|
8475
|
+
name: string;
|
|
8476
|
+
detail: string;
|
|
8477
|
+
};
|
|
8478
|
+
basis: {
|
|
8383
8479
|
name: string;
|
|
8384
8480
|
detail: string;
|
|
8385
8481
|
};
|
|
@@ -8393,11 +8489,19 @@ declare const _default: {
|
|
|
8393
8489
|
url: string;
|
|
8394
8490
|
}[];
|
|
8395
8491
|
functionParameter: {
|
|
8396
|
-
|
|
8492
|
+
settlement: {
|
|
8397
8493
|
name: string;
|
|
8398
8494
|
detail: string;
|
|
8399
8495
|
};
|
|
8400
|
-
|
|
8496
|
+
maturity: {
|
|
8497
|
+
name: string;
|
|
8498
|
+
detail: string;
|
|
8499
|
+
};
|
|
8500
|
+
frequency: {
|
|
8501
|
+
name: string;
|
|
8502
|
+
detail: string;
|
|
8503
|
+
};
|
|
8504
|
+
basis: {
|
|
8401
8505
|
name: string;
|
|
8402
8506
|
detail: string;
|
|
8403
8507
|
};
|
|
@@ -8411,11 +8515,19 @@ declare const _default: {
|
|
|
8411
8515
|
url: string;
|
|
8412
8516
|
}[];
|
|
8413
8517
|
functionParameter: {
|
|
8414
|
-
|
|
8518
|
+
settlement: {
|
|
8415
8519
|
name: string;
|
|
8416
8520
|
detail: string;
|
|
8417
8521
|
};
|
|
8418
|
-
|
|
8522
|
+
maturity: {
|
|
8523
|
+
name: string;
|
|
8524
|
+
detail: string;
|
|
8525
|
+
};
|
|
8526
|
+
frequency: {
|
|
8527
|
+
name: string;
|
|
8528
|
+
detail: string;
|
|
8529
|
+
};
|
|
8530
|
+
basis: {
|
|
8419
8531
|
name: string;
|
|
8420
8532
|
detail: string;
|
|
8421
8533
|
};
|
|
@@ -8429,11 +8541,27 @@ declare const _default: {
|
|
|
8429
8541
|
url: string;
|
|
8430
8542
|
}[];
|
|
8431
8543
|
functionParameter: {
|
|
8432
|
-
|
|
8544
|
+
rate: {
|
|
8433
8545
|
name: string;
|
|
8434
8546
|
detail: string;
|
|
8435
8547
|
};
|
|
8436
|
-
|
|
8548
|
+
nper: {
|
|
8549
|
+
name: string;
|
|
8550
|
+
detail: string;
|
|
8551
|
+
};
|
|
8552
|
+
pv: {
|
|
8553
|
+
name: string;
|
|
8554
|
+
detail: string;
|
|
8555
|
+
};
|
|
8556
|
+
startPeriod: {
|
|
8557
|
+
name: string;
|
|
8558
|
+
detail: string;
|
|
8559
|
+
};
|
|
8560
|
+
endPeriod: {
|
|
8561
|
+
name: string;
|
|
8562
|
+
detail: string;
|
|
8563
|
+
};
|
|
8564
|
+
type: {
|
|
8437
8565
|
name: string;
|
|
8438
8566
|
detail: string;
|
|
8439
8567
|
};
|
|
@@ -8447,11 +8575,27 @@ declare const _default: {
|
|
|
8447
8575
|
url: string;
|
|
8448
8576
|
}[];
|
|
8449
8577
|
functionParameter: {
|
|
8450
|
-
|
|
8578
|
+
rate: {
|
|
8451
8579
|
name: string;
|
|
8452
8580
|
detail: string;
|
|
8453
8581
|
};
|
|
8454
|
-
|
|
8582
|
+
nper: {
|
|
8583
|
+
name: string;
|
|
8584
|
+
detail: string;
|
|
8585
|
+
};
|
|
8586
|
+
pv: {
|
|
8587
|
+
name: string;
|
|
8588
|
+
detail: string;
|
|
8589
|
+
};
|
|
8590
|
+
startPeriod: {
|
|
8591
|
+
name: string;
|
|
8592
|
+
detail: string;
|
|
8593
|
+
};
|
|
8594
|
+
endPeriod: {
|
|
8595
|
+
name: string;
|
|
8596
|
+
detail: string;
|
|
8597
|
+
};
|
|
8598
|
+
type: {
|
|
8455
8599
|
name: string;
|
|
8456
8600
|
detail: string;
|
|
8457
8601
|
};
|
|
@@ -8465,11 +8609,23 @@ declare const _default: {
|
|
|
8465
8609
|
url: string;
|
|
8466
8610
|
}[];
|
|
8467
8611
|
functionParameter: {
|
|
8468
|
-
|
|
8612
|
+
cost: {
|
|
8469
8613
|
name: string;
|
|
8470
8614
|
detail: string;
|
|
8471
8615
|
};
|
|
8472
|
-
|
|
8616
|
+
salvage: {
|
|
8617
|
+
name: string;
|
|
8618
|
+
detail: string;
|
|
8619
|
+
};
|
|
8620
|
+
life: {
|
|
8621
|
+
name: string;
|
|
8622
|
+
detail: string;
|
|
8623
|
+
};
|
|
8624
|
+
period: {
|
|
8625
|
+
name: string;
|
|
8626
|
+
detail: string;
|
|
8627
|
+
};
|
|
8628
|
+
month: {
|
|
8473
8629
|
name: string;
|
|
8474
8630
|
detail: string;
|
|
8475
8631
|
};
|
|
@@ -8483,11 +8639,23 @@ declare const _default: {
|
|
|
8483
8639
|
url: string;
|
|
8484
8640
|
}[];
|
|
8485
8641
|
functionParameter: {
|
|
8486
|
-
|
|
8642
|
+
cost: {
|
|
8487
8643
|
name: string;
|
|
8488
8644
|
detail: string;
|
|
8489
8645
|
};
|
|
8490
|
-
|
|
8646
|
+
salvage: {
|
|
8647
|
+
name: string;
|
|
8648
|
+
detail: string;
|
|
8649
|
+
};
|
|
8650
|
+
life: {
|
|
8651
|
+
name: string;
|
|
8652
|
+
detail: string;
|
|
8653
|
+
};
|
|
8654
|
+
period: {
|
|
8655
|
+
name: string;
|
|
8656
|
+
detail: string;
|
|
8657
|
+
};
|
|
8658
|
+
factor: {
|
|
8491
8659
|
name: string;
|
|
8492
8660
|
detail: string;
|
|
8493
8661
|
};
|
|
@@ -8501,11 +8669,23 @@ declare const _default: {
|
|
|
8501
8669
|
url: string;
|
|
8502
8670
|
}[];
|
|
8503
8671
|
functionParameter: {
|
|
8504
|
-
|
|
8672
|
+
settlement: {
|
|
8505
8673
|
name: string;
|
|
8506
8674
|
detail: string;
|
|
8507
8675
|
};
|
|
8508
|
-
|
|
8676
|
+
maturity: {
|
|
8677
|
+
name: string;
|
|
8678
|
+
detail: string;
|
|
8679
|
+
};
|
|
8680
|
+
pr: {
|
|
8681
|
+
name: string;
|
|
8682
|
+
detail: string;
|
|
8683
|
+
};
|
|
8684
|
+
redemption: {
|
|
8685
|
+
name: string;
|
|
8686
|
+
detail: string;
|
|
8687
|
+
};
|
|
8688
|
+
basis: {
|
|
8509
8689
|
name: string;
|
|
8510
8690
|
detail: string;
|
|
8511
8691
|
};
|
|
@@ -8519,11 +8699,11 @@ declare const _default: {
|
|
|
8519
8699
|
url: string;
|
|
8520
8700
|
}[];
|
|
8521
8701
|
functionParameter: {
|
|
8522
|
-
|
|
8702
|
+
fractionalDollar: {
|
|
8523
8703
|
name: string;
|
|
8524
8704
|
detail: string;
|
|
8525
8705
|
};
|
|
8526
|
-
|
|
8706
|
+
fraction: {
|
|
8527
8707
|
name: string;
|
|
8528
8708
|
detail: string;
|
|
8529
8709
|
};
|
|
@@ -8537,11 +8717,11 @@ declare const _default: {
|
|
|
8537
8717
|
url: string;
|
|
8538
8718
|
}[];
|
|
8539
8719
|
functionParameter: {
|
|
8540
|
-
|
|
8720
|
+
decimalDollar: {
|
|
8541
8721
|
name: string;
|
|
8542
8722
|
detail: string;
|
|
8543
8723
|
};
|
|
8544
|
-
|
|
8724
|
+
fraction: {
|
|
8545
8725
|
name: string;
|
|
8546
8726
|
detail: string;
|
|
8547
8727
|
};
|
|
@@ -8573,11 +8753,11 @@ declare const _default: {
|
|
|
8573
8753
|
url: string;
|
|
8574
8754
|
}[];
|
|
8575
8755
|
functionParameter: {
|
|
8576
|
-
|
|
8756
|
+
nominalRate: {
|
|
8577
8757
|
name: string;
|
|
8578
8758
|
detail: string;
|
|
8579
8759
|
};
|
|
8580
|
-
|
|
8760
|
+
npery: {
|
|
8581
8761
|
name: string;
|
|
8582
8762
|
detail: string;
|
|
8583
8763
|
};
|
|
@@ -8591,11 +8771,23 @@ declare const _default: {
|
|
|
8591
8771
|
url: string;
|
|
8592
8772
|
}[];
|
|
8593
8773
|
functionParameter: {
|
|
8594
|
-
|
|
8774
|
+
rate: {
|
|
8595
8775
|
name: string;
|
|
8596
8776
|
detail: string;
|
|
8597
8777
|
};
|
|
8598
|
-
|
|
8778
|
+
nper: {
|
|
8779
|
+
name: string;
|
|
8780
|
+
detail: string;
|
|
8781
|
+
};
|
|
8782
|
+
pmt: {
|
|
8783
|
+
name: string;
|
|
8784
|
+
detail: string;
|
|
8785
|
+
};
|
|
8786
|
+
pv: {
|
|
8787
|
+
name: string;
|
|
8788
|
+
detail: string;
|
|
8789
|
+
};
|
|
8790
|
+
type: {
|
|
8599
8791
|
name: string;
|
|
8600
8792
|
detail: string;
|
|
8601
8793
|
};
|
|
@@ -8609,11 +8801,11 @@ declare const _default: {
|
|
|
8609
8801
|
url: string;
|
|
8610
8802
|
}[];
|
|
8611
8803
|
functionParameter: {
|
|
8612
|
-
|
|
8804
|
+
principal: {
|
|
8613
8805
|
name: string;
|
|
8614
8806
|
detail: string;
|
|
8615
8807
|
};
|
|
8616
|
-
|
|
8808
|
+
schedule: {
|
|
8617
8809
|
name: string;
|
|
8618
8810
|
detail: string;
|
|
8619
8811
|
};
|
|
@@ -8627,11 +8819,23 @@ declare const _default: {
|
|
|
8627
8819
|
url: string;
|
|
8628
8820
|
}[];
|
|
8629
8821
|
functionParameter: {
|
|
8630
|
-
|
|
8822
|
+
settlement: {
|
|
8631
8823
|
name: string;
|
|
8632
8824
|
detail: string;
|
|
8633
8825
|
};
|
|
8634
|
-
|
|
8826
|
+
maturity: {
|
|
8827
|
+
name: string;
|
|
8828
|
+
detail: string;
|
|
8829
|
+
};
|
|
8830
|
+
investment: {
|
|
8831
|
+
name: string;
|
|
8832
|
+
detail: string;
|
|
8833
|
+
};
|
|
8834
|
+
redemption: {
|
|
8835
|
+
name: string;
|
|
8836
|
+
detail: string;
|
|
8837
|
+
};
|
|
8838
|
+
basis: {
|
|
8635
8839
|
name: string;
|
|
8636
8840
|
detail: string;
|
|
8637
8841
|
};
|
|
@@ -8645,11 +8849,27 @@ declare const _default: {
|
|
|
8645
8849
|
url: string;
|
|
8646
8850
|
}[];
|
|
8647
8851
|
functionParameter: {
|
|
8648
|
-
|
|
8852
|
+
rate: {
|
|
8649
8853
|
name: string;
|
|
8650
8854
|
detail: string;
|
|
8651
8855
|
};
|
|
8652
|
-
|
|
8856
|
+
per: {
|
|
8857
|
+
name: string;
|
|
8858
|
+
detail: string;
|
|
8859
|
+
};
|
|
8860
|
+
nper: {
|
|
8861
|
+
name: string;
|
|
8862
|
+
detail: string;
|
|
8863
|
+
};
|
|
8864
|
+
pv: {
|
|
8865
|
+
name: string;
|
|
8866
|
+
detail: string;
|
|
8867
|
+
};
|
|
8868
|
+
fv: {
|
|
8869
|
+
name: string;
|
|
8870
|
+
detail: string;
|
|
8871
|
+
};
|
|
8872
|
+
type: {
|
|
8653
8873
|
name: string;
|
|
8654
8874
|
detail: string;
|
|
8655
8875
|
};
|
|
@@ -8681,11 +8901,19 @@ declare const _default: {
|
|
|
8681
8901
|
url: string;
|
|
8682
8902
|
}[];
|
|
8683
8903
|
functionParameter: {
|
|
8684
|
-
|
|
8904
|
+
rate: {
|
|
8685
8905
|
name: string;
|
|
8686
8906
|
detail: string;
|
|
8687
8907
|
};
|
|
8688
|
-
|
|
8908
|
+
per: {
|
|
8909
|
+
name: string;
|
|
8910
|
+
detail: string;
|
|
8911
|
+
};
|
|
8912
|
+
nper: {
|
|
8913
|
+
name: string;
|
|
8914
|
+
detail: string;
|
|
8915
|
+
};
|
|
8916
|
+
pv: {
|
|
8689
8917
|
name: string;
|
|
8690
8918
|
detail: string;
|
|
8691
8919
|
};
|
|
@@ -8735,11 +8963,11 @@ declare const _default: {
|
|
|
8735
8963
|
url: string;
|
|
8736
8964
|
}[];
|
|
8737
8965
|
functionParameter: {
|
|
8738
|
-
|
|
8966
|
+
effectRate: {
|
|
8739
8967
|
name: string;
|
|
8740
8968
|
detail: string;
|
|
8741
8969
|
};
|
|
8742
|
-
|
|
8970
|
+
npery: {
|
|
8743
8971
|
name: string;
|
|
8744
8972
|
detail: string;
|
|
8745
8973
|
};
|
|
@@ -8753,11 +8981,23 @@ declare const _default: {
|
|
|
8753
8981
|
url: string;
|
|
8754
8982
|
}[];
|
|
8755
8983
|
functionParameter: {
|
|
8756
|
-
|
|
8984
|
+
rate: {
|
|
8757
8985
|
name: string;
|
|
8758
8986
|
detail: string;
|
|
8759
8987
|
};
|
|
8760
|
-
|
|
8988
|
+
pmt: {
|
|
8989
|
+
name: string;
|
|
8990
|
+
detail: string;
|
|
8991
|
+
};
|
|
8992
|
+
pv: {
|
|
8993
|
+
name: string;
|
|
8994
|
+
detail: string;
|
|
8995
|
+
};
|
|
8996
|
+
fv: {
|
|
8997
|
+
name: string;
|
|
8998
|
+
detail: string;
|
|
8999
|
+
};
|
|
9000
|
+
type: {
|
|
8761
9001
|
name: string;
|
|
8762
9002
|
detail: string;
|
|
8763
9003
|
};
|
|
@@ -8879,11 +9119,23 @@ declare const _default: {
|
|
|
8879
9119
|
url: string;
|
|
8880
9120
|
}[];
|
|
8881
9121
|
functionParameter: {
|
|
8882
|
-
|
|
9122
|
+
rate: {
|
|
8883
9123
|
name: string;
|
|
8884
9124
|
detail: string;
|
|
8885
9125
|
};
|
|
8886
|
-
|
|
9126
|
+
nper: {
|
|
9127
|
+
name: string;
|
|
9128
|
+
detail: string;
|
|
9129
|
+
};
|
|
9130
|
+
pv: {
|
|
9131
|
+
name: string;
|
|
9132
|
+
detail: string;
|
|
9133
|
+
};
|
|
9134
|
+
fv: {
|
|
9135
|
+
name: string;
|
|
9136
|
+
detail: string;
|
|
9137
|
+
};
|
|
9138
|
+
type: {
|
|
8887
9139
|
name: string;
|
|
8888
9140
|
detail: string;
|
|
8889
9141
|
};
|
|
@@ -8897,11 +9149,27 @@ declare const _default: {
|
|
|
8897
9149
|
url: string;
|
|
8898
9150
|
}[];
|
|
8899
9151
|
functionParameter: {
|
|
8900
|
-
|
|
9152
|
+
rate: {
|
|
8901
9153
|
name: string;
|
|
8902
9154
|
detail: string;
|
|
8903
9155
|
};
|
|
8904
|
-
|
|
9156
|
+
per: {
|
|
9157
|
+
name: string;
|
|
9158
|
+
detail: string;
|
|
9159
|
+
};
|
|
9160
|
+
nper: {
|
|
9161
|
+
name: string;
|
|
9162
|
+
detail: string;
|
|
9163
|
+
};
|
|
9164
|
+
pv: {
|
|
9165
|
+
name: string;
|
|
9166
|
+
detail: string;
|
|
9167
|
+
};
|
|
9168
|
+
fv: {
|
|
9169
|
+
name: string;
|
|
9170
|
+
detail: string;
|
|
9171
|
+
};
|
|
9172
|
+
type: {
|
|
8905
9173
|
name: string;
|
|
8906
9174
|
detail: string;
|
|
8907
9175
|
};
|
|
@@ -8969,11 +9237,23 @@ declare const _default: {
|
|
|
8969
9237
|
url: string;
|
|
8970
9238
|
}[];
|
|
8971
9239
|
functionParameter: {
|
|
8972
|
-
|
|
9240
|
+
rate: {
|
|
8973
9241
|
name: string;
|
|
8974
9242
|
detail: string;
|
|
8975
9243
|
};
|
|
8976
|
-
|
|
9244
|
+
nper: {
|
|
9245
|
+
name: string;
|
|
9246
|
+
detail: string;
|
|
9247
|
+
};
|
|
9248
|
+
pmt: {
|
|
9249
|
+
name: string;
|
|
9250
|
+
detail: string;
|
|
9251
|
+
};
|
|
9252
|
+
fv: {
|
|
9253
|
+
name: string;
|
|
9254
|
+
detail: string;
|
|
9255
|
+
};
|
|
9256
|
+
type: {
|
|
8977
9257
|
name: string;
|
|
8978
9258
|
detail: string;
|
|
8979
9259
|
};
|
|
@@ -8987,11 +9267,27 @@ declare const _default: {
|
|
|
8987
9267
|
url: string;
|
|
8988
9268
|
}[];
|
|
8989
9269
|
functionParameter: {
|
|
8990
|
-
|
|
9270
|
+
nper: {
|
|
8991
9271
|
name: string;
|
|
8992
9272
|
detail: string;
|
|
8993
9273
|
};
|
|
8994
|
-
|
|
9274
|
+
pmt: {
|
|
9275
|
+
name: string;
|
|
9276
|
+
detail: string;
|
|
9277
|
+
};
|
|
9278
|
+
pv: {
|
|
9279
|
+
name: string;
|
|
9280
|
+
detail: string;
|
|
9281
|
+
};
|
|
9282
|
+
fv: {
|
|
9283
|
+
name: string;
|
|
9284
|
+
detail: string;
|
|
9285
|
+
};
|
|
9286
|
+
type: {
|
|
9287
|
+
name: string;
|
|
9288
|
+
detail: string;
|
|
9289
|
+
};
|
|
9290
|
+
guess: {
|
|
8995
9291
|
name: string;
|
|
8996
9292
|
detail: string;
|
|
8997
9293
|
};
|