@univerjs/sheets-formula 0.2.8 → 0.2.10

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 (37) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +908 -451
  3. package/lib/locale/en-US.json +595 -351
  4. package/lib/locale/ru-RU.json +595 -351
  5. package/lib/locale/vi-VN.json +666 -322
  6. package/lib/locale/zh-CN.json +604 -360
  7. package/lib/locale/zh-TW.json +603 -359
  8. package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -3
  9. package/lib/types/controllers/prompt.controller.d.ts +6 -1
  10. package/lib/types/locale/en-US.d.ts +464 -220
  11. package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
  12. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
  13. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
  14. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
  15. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
  16. package/lib/types/locale/function-list/engineering/en-US.d.ts +32 -112
  17. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +32 -112
  18. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +32 -112
  19. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +32 -112
  20. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +32 -112
  21. package/lib/types/locale/function-list/financial/en-US.d.ts +364 -52
  22. package/lib/types/locale/function-list/financial/ja-JP.d.ts +364 -52
  23. package/lib/types/locale/function-list/financial/vi-VN.d.ts +412 -46
  24. package/lib/types/locale/function-list/financial/zh-CN.d.ts +364 -52
  25. package/lib/types/locale/function-list/financial/zh-TW.d.ts +364 -52
  26. package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
  27. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
  28. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
  29. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
  30. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
  31. package/lib/types/locale/ru-RU.d.ts +464 -220
  32. package/lib/types/locale/vi-VN.d.ts +494 -160
  33. package/lib/types/locale/zh-CN.d.ts +464 -220
  34. package/lib/types/locale/zh-TW.d.ts +464 -220
  35. package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -3
  36. package/lib/umd/index.js +4 -4
  37. package/package.json +24 -24
@@ -591,11 +591,15 @@ declare const _default: {
591
591
  url: string;
592
592
  }[];
593
593
  functionParameter: {
594
- number1: {
594
+ number: {
595
595
  name: string;
596
596
  detail: string;
597
597
  };
598
- number2: {
598
+ ref: {
599
+ name: string;
600
+ detail: string;
601
+ };
602
+ order: {
599
603
  name: string;
600
604
  detail: string;
601
605
  };
@@ -1285,11 +1289,11 @@ declare const _default: {
1285
1289
  url: string;
1286
1290
  }[];
1287
1291
  functionParameter: {
1288
- number1: {
1292
+ number: {
1289
1293
  name: string;
1290
1294
  detail: string;
1291
1295
  };
1292
- number2: {
1296
+ step: {
1293
1297
  name: string;
1294
1298
  detail: string;
1295
1299
  };
@@ -1353,11 +1357,7 @@ declare const _default: {
1353
1357
  url: string;
1354
1358
  }[];
1355
1359
  functionParameter: {
1356
- number1: {
1357
- name: string;
1358
- detail: string;
1359
- };
1360
- number2: {
1360
+ inumber: {
1361
1361
  name: string;
1362
1362
  detail: string;
1363
1363
  };
@@ -1371,11 +1371,7 @@ declare const _default: {
1371
1371
  url: string;
1372
1372
  }[];
1373
1373
  functionParameter: {
1374
- number1: {
1375
- name: string;
1376
- detail: string;
1377
- };
1378
- number2: {
1374
+ inumber: {
1379
1375
  name: string;
1380
1376
  detail: string;
1381
1377
  };
@@ -1389,11 +1385,7 @@ declare const _default: {
1389
1385
  url: string;
1390
1386
  }[];
1391
1387
  functionParameter: {
1392
- number1: {
1393
- name: string;
1394
- detail: string;
1395
- };
1396
- number2: {
1388
+ inumber: {
1397
1389
  name: string;
1398
1390
  detail: string;
1399
1391
  };
@@ -1407,11 +1399,7 @@ declare const _default: {
1407
1399
  url: string;
1408
1400
  }[];
1409
1401
  functionParameter: {
1410
- number1: {
1411
- name: string;
1412
- detail: string;
1413
- };
1414
- number2: {
1402
+ inumber: {
1415
1403
  name: string;
1416
1404
  detail: string;
1417
1405
  };
@@ -1425,11 +1413,7 @@ declare const _default: {
1425
1413
  url: string;
1426
1414
  }[];
1427
1415
  functionParameter: {
1428
- number1: {
1429
- name: string;
1430
- detail: string;
1431
- };
1432
- number2: {
1416
+ inumber: {
1433
1417
  name: string;
1434
1418
  detail: string;
1435
1419
  };
@@ -1443,11 +1427,7 @@ declare const _default: {
1443
1427
  url: string;
1444
1428
  }[];
1445
1429
  functionParameter: {
1446
- number1: {
1447
- name: string;
1448
- detail: string;
1449
- };
1450
- number2: {
1430
+ inumber: {
1451
1431
  name: string;
1452
1432
  detail: string;
1453
1433
  };
@@ -1461,11 +1441,7 @@ declare const _default: {
1461
1441
  url: string;
1462
1442
  }[];
1463
1443
  functionParameter: {
1464
- number1: {
1465
- name: string;
1466
- detail: string;
1467
- };
1468
- number2: {
1444
+ inumber: {
1469
1445
  name: string;
1470
1446
  detail: string;
1471
1447
  };
@@ -1479,11 +1455,7 @@ declare const _default: {
1479
1455
  url: string;
1480
1456
  }[];
1481
1457
  functionParameter: {
1482
- number1: {
1483
- name: string;
1484
- detail: string;
1485
- };
1486
- number2: {
1458
+ inumber: {
1487
1459
  name: string;
1488
1460
  detail: string;
1489
1461
  };
@@ -1497,11 +1469,7 @@ declare const _default: {
1497
1469
  url: string;
1498
1470
  }[];
1499
1471
  functionParameter: {
1500
- number1: {
1501
- name: string;
1502
- detail: string;
1503
- };
1504
- number2: {
1472
+ inumber: {
1505
1473
  name: string;
1506
1474
  detail: string;
1507
1475
  };
@@ -1515,11 +1483,11 @@ declare const _default: {
1515
1483
  url: string;
1516
1484
  }[];
1517
1485
  functionParameter: {
1518
- number1: {
1486
+ inumber1: {
1519
1487
  name: string;
1520
1488
  detail: string;
1521
1489
  };
1522
- number2: {
1490
+ inumber2: {
1523
1491
  name: string;
1524
1492
  detail: string;
1525
1493
  };
@@ -1533,11 +1501,7 @@ declare const _default: {
1533
1501
  url: string;
1534
1502
  }[];
1535
1503
  functionParameter: {
1536
- number1: {
1537
- name: string;
1538
- detail: string;
1539
- };
1540
- number2: {
1504
+ inumber: {
1541
1505
  name: string;
1542
1506
  detail: string;
1543
1507
  };
@@ -1551,11 +1515,7 @@ declare const _default: {
1551
1515
  url: string;
1552
1516
  }[];
1553
1517
  functionParameter: {
1554
- number1: {
1555
- name: string;
1556
- detail: string;
1557
- };
1558
- number2: {
1518
+ inumber: {
1559
1519
  name: string;
1560
1520
  detail: string;
1561
1521
  };
@@ -1569,11 +1529,7 @@ declare const _default: {
1569
1529
  url: string;
1570
1530
  }[];
1571
1531
  functionParameter: {
1572
- number1: {
1573
- name: string;
1574
- detail: string;
1575
- };
1576
- number2: {
1532
+ inumber: {
1577
1533
  name: string;
1578
1534
  detail: string;
1579
1535
  };
@@ -1587,11 +1543,7 @@ declare const _default: {
1587
1543
  url: string;
1588
1544
  }[];
1589
1545
  functionParameter: {
1590
- number1: {
1591
- name: string;
1592
- detail: string;
1593
- };
1594
- number2: {
1546
+ inumber: {
1595
1547
  name: string;
1596
1548
  detail: string;
1597
1549
  };
@@ -1605,11 +1557,11 @@ declare const _default: {
1605
1557
  url: string;
1606
1558
  }[];
1607
1559
  functionParameter: {
1608
- number1: {
1560
+ inumber: {
1609
1561
  name: string;
1610
1562
  detail: string;
1611
1563
  };
1612
- number2: {
1564
+ number: {
1613
1565
  name: string;
1614
1566
  detail: string;
1615
1567
  };
@@ -1623,11 +1575,11 @@ declare const _default: {
1623
1575
  url: string;
1624
1576
  }[];
1625
1577
  functionParameter: {
1626
- number1: {
1578
+ inumber1: {
1627
1579
  name: string;
1628
1580
  detail: string;
1629
1581
  };
1630
- number2: {
1582
+ inumber2: {
1631
1583
  name: string;
1632
1584
  detail: string;
1633
1585
  };
@@ -1641,11 +1593,7 @@ declare const _default: {
1641
1593
  url: string;
1642
1594
  }[];
1643
1595
  functionParameter: {
1644
- number1: {
1645
- name: string;
1646
- detail: string;
1647
- };
1648
- number2: {
1596
+ inumber: {
1649
1597
  name: string;
1650
1598
  detail: string;
1651
1599
  };
@@ -1659,11 +1607,7 @@ declare const _default: {
1659
1607
  url: string;
1660
1608
  }[];
1661
1609
  functionParameter: {
1662
- number1: {
1663
- name: string;
1664
- detail: string;
1665
- };
1666
- number2: {
1610
+ inumber: {
1667
1611
  name: string;
1668
1612
  detail: string;
1669
1613
  };
@@ -1677,11 +1621,7 @@ declare const _default: {
1677
1621
  url: string;
1678
1622
  }[];
1679
1623
  functionParameter: {
1680
- number1: {
1681
- name: string;
1682
- detail: string;
1683
- };
1684
- number2: {
1624
+ inumber: {
1685
1625
  name: string;
1686
1626
  detail: string;
1687
1627
  };
@@ -1695,11 +1635,7 @@ declare const _default: {
1695
1635
  url: string;
1696
1636
  }[];
1697
1637
  functionParameter: {
1698
- number1: {
1699
- name: string;
1700
- detail: string;
1701
- };
1702
- number2: {
1638
+ inumber: {
1703
1639
  name: string;
1704
1640
  detail: string;
1705
1641
  };
@@ -1713,11 +1649,7 @@ declare const _default: {
1713
1649
  url: string;
1714
1650
  }[];
1715
1651
  functionParameter: {
1716
- number1: {
1717
- name: string;
1718
- detail: string;
1719
- };
1720
- number2: {
1652
+ inumber: {
1721
1653
  name: string;
1722
1654
  detail: string;
1723
1655
  };
@@ -1731,11 +1663,7 @@ declare const _default: {
1731
1663
  url: string;
1732
1664
  }[];
1733
1665
  functionParameter: {
1734
- number1: {
1735
- name: string;
1736
- detail: string;
1737
- };
1738
- number2: {
1666
+ inumber: {
1739
1667
  name: string;
1740
1668
  detail: string;
1741
1669
  };
@@ -1749,11 +1677,11 @@ declare const _default: {
1749
1677
  url: string;
1750
1678
  }[];
1751
1679
  functionParameter: {
1752
- number1: {
1680
+ inumber1: {
1753
1681
  name: string;
1754
1682
  detail: string;
1755
1683
  };
1756
- number2: {
1684
+ inumber2: {
1757
1685
  name: string;
1758
1686
  detail: string;
1759
1687
  };
@@ -1767,11 +1695,11 @@ declare const _default: {
1767
1695
  url: string;
1768
1696
  }[];
1769
1697
  functionParameter: {
1770
- number1: {
1698
+ inumber1: {
1771
1699
  name: string;
1772
1700
  detail: string;
1773
1701
  };
1774
- number2: {
1702
+ inumber2: {
1775
1703
  name: string;
1776
1704
  detail: string;
1777
1705
  };
@@ -1785,11 +1713,7 @@ declare const _default: {
1785
1713
  url: string;
1786
1714
  }[];
1787
1715
  functionParameter: {
1788
- number1: {
1789
- name: string;
1790
- detail: string;
1791
- };
1792
- number2: {
1716
+ inumber: {
1793
1717
  name: string;
1794
1718
  detail: string;
1795
1719
  };
@@ -5955,11 +5879,15 @@ declare const _default: {
5955
5879
  url: string;
5956
5880
  }[];
5957
5881
  functionParameter: {
5958
- number1: {
5882
+ number: {
5959
5883
  name: string;
5960
5884
  detail: string;
5961
5885
  };
5962
- number2: {
5886
+ ref: {
5887
+ name: string;
5888
+ detail: string;
5889
+ };
5890
+ order: {
5963
5891
  name: string;
5964
5892
  detail: string;
5965
5893
  };
@@ -5973,11 +5901,15 @@ declare const _default: {
5973
5901
  url: string;
5974
5902
  }[];
5975
5903
  functionParameter: {
5976
- number1: {
5904
+ number: {
5977
5905
  name: string;
5978
5906
  detail: string;
5979
5907
  };
5980
- number2: {
5908
+ ref: {
5909
+ name: string;
5910
+ detail: string;
5911
+ };
5912
+ order: {
5981
5913
  name: string;
5982
5914
  detail: string;
5983
5915
  };
@@ -8723,11 +8655,27 @@ declare const _default: {
8723
8655
  url: string;
8724
8656
  }[];
8725
8657
  functionParameter: {
8726
- number1: {
8658
+ settlement: {
8727
8659
  name: string;
8728
8660
  detail: string;
8729
8661
  };
8730
- number2: {
8662
+ maturity: {
8663
+ name: string;
8664
+ detail: string;
8665
+ };
8666
+ coupon: {
8667
+ name: string;
8668
+ detail: string;
8669
+ };
8670
+ yld: {
8671
+ name: string;
8672
+ detail: string;
8673
+ };
8674
+ frequency: {
8675
+ name: string;
8676
+ detail: string;
8677
+ };
8678
+ basis: {
8731
8679
  name: string;
8732
8680
  detail: string;
8733
8681
  };
@@ -8871,11 +8819,11 @@ declare const _default: {
8871
8819
  url: string;
8872
8820
  }[];
8873
8821
  functionParameter: {
8874
- number1: {
8822
+ values: {
8875
8823
  name: string;
8876
8824
  detail: string;
8877
8825
  };
8878
- number2: {
8826
+ guess: {
8879
8827
  name: string;
8880
8828
  detail: string;
8881
8829
  };
@@ -8915,11 +8863,27 @@ declare const _default: {
8915
8863
  url: string;
8916
8864
  }[];
8917
8865
  functionParameter: {
8918
- number1: {
8866
+ settlement: {
8919
8867
  name: string;
8920
8868
  detail: string;
8921
8869
  };
8922
- number2: {
8870
+ maturity: {
8871
+ name: string;
8872
+ detail: string;
8873
+ };
8874
+ coupon: {
8875
+ name: string;
8876
+ detail: string;
8877
+ };
8878
+ yld: {
8879
+ name: string;
8880
+ detail: string;
8881
+ };
8882
+ frequency: {
8883
+ name: string;
8884
+ detail: string;
8885
+ };
8886
+ basis: {
8923
8887
  name: string;
8924
8888
  detail: string;
8925
8889
  };
@@ -8933,11 +8897,15 @@ declare const _default: {
8933
8897
  url: string;
8934
8898
  }[];
8935
8899
  functionParameter: {
8936
- number1: {
8900
+ values: {
8937
8901
  name: string;
8938
8902
  detail: string;
8939
8903
  };
8940
- number2: {
8904
+ financeRate: {
8905
+ name: string;
8906
+ detail: string;
8907
+ };
8908
+ reinvestRate: {
8941
8909
  name: string;
8942
8910
  detail: string;
8943
8911
  };
@@ -8999,11 +8967,15 @@ declare const _default: {
8999
8967
  url: string;
9000
8968
  }[];
9001
8969
  functionParameter: {
9002
- number1: {
8970
+ rate: {
9003
8971
  name: string;
9004
8972
  detail: string;
9005
8973
  };
9006
- number2: {
8974
+ value1: {
8975
+ name: string;
8976
+ detail: string;
8977
+ };
8978
+ value2: {
9007
8979
  name: string;
9008
8980
  detail: string;
9009
8981
  };
@@ -9017,89 +8989,45 @@ declare const _default: {
9017
8989
  url: string;
9018
8990
  }[];
9019
8991
  functionParameter: {
9020
- number1: {
9021
- name: string;
9022
- detail: string;
9023
- };
9024
- number2: {
8992
+ settlement: {
9025
8993
  name: string;
9026
8994
  detail: string;
9027
8995
  };
9028
- };
9029
- };
9030
- ODDFYIELD: {
9031
- description: string;
9032
- abstract: string;
9033
- links: {
9034
- title: string;
9035
- url: string;
9036
- }[];
9037
- functionParameter: {
9038
- number1: {
8996
+ maturity: {
9039
8997
  name: string;
9040
8998
  detail: string;
9041
8999
  };
9042
- number2: {
9000
+ issue: {
9043
9001
  name: string;
9044
9002
  detail: string;
9045
9003
  };
9046
- };
9047
- };
9048
- ODDLPRICE: {
9049
- description: string;
9050
- abstract: string;
9051
- links: {
9052
- title: string;
9053
- url: string;
9054
- }[];
9055
- functionParameter: {
9056
- number1: {
9004
+ firstCoupon: {
9057
9005
  name: string;
9058
9006
  detail: string;
9059
9007
  };
9060
- number2: {
9008
+ rate: {
9061
9009
  name: string;
9062
9010
  detail: string;
9063
9011
  };
9064
- };
9065
- };
9066
- ODDLYIELD: {
9067
- description: string;
9068
- abstract: string;
9069
- links: {
9070
- title: string;
9071
- url: string;
9072
- }[];
9073
- functionParameter: {
9074
- number1: {
9012
+ yld: {
9075
9013
  name: string;
9076
9014
  detail: string;
9077
9015
  };
9078
- number2: {
9016
+ redemption: {
9079
9017
  name: string;
9080
9018
  detail: string;
9081
9019
  };
9082
- };
9083
- };
9084
- PDURATION: {
9085
- description: string;
9086
- abstract: string;
9087
- links: {
9088
- title: string;
9089
- url: string;
9090
- }[];
9091
- functionParameter: {
9092
- number1: {
9020
+ frequency: {
9093
9021
  name: string;
9094
9022
  detail: string;
9095
9023
  };
9096
- number2: {
9024
+ basis: {
9097
9025
  name: string;
9098
9026
  detail: string;
9099
9027
  };
9100
9028
  };
9101
9029
  };
9102
- PMT: {
9030
+ ODDFYIELD: {
9103
9031
  description: string;
9104
9032
  abstract: string;
9105
9033
  links: {
@@ -9107,27 +9035,179 @@ declare const _default: {
9107
9035
  url: string;
9108
9036
  }[];
9109
9037
  functionParameter: {
9110
- rate: {
9038
+ settlement: {
9111
9039
  name: string;
9112
9040
  detail: string;
9113
9041
  };
9114
- nper: {
9042
+ maturity: {
9115
9043
  name: string;
9116
9044
  detail: string;
9117
9045
  };
9118
- pv: {
9046
+ issue: {
9119
9047
  name: string;
9120
9048
  detail: string;
9121
9049
  };
9122
- fv: {
9050
+ firstCoupon: {
9123
9051
  name: string;
9124
9052
  detail: string;
9125
9053
  };
9126
- type: {
9054
+ rate: {
9127
9055
  name: string;
9128
9056
  detail: string;
9129
9057
  };
9130
- };
9058
+ pr: {
9059
+ name: string;
9060
+ detail: string;
9061
+ };
9062
+ redemption: {
9063
+ name: string;
9064
+ detail: string;
9065
+ };
9066
+ frequency: {
9067
+ name: string;
9068
+ detail: string;
9069
+ };
9070
+ basis: {
9071
+ name: string;
9072
+ detail: string;
9073
+ };
9074
+ };
9075
+ };
9076
+ ODDLPRICE: {
9077
+ description: string;
9078
+ abstract: string;
9079
+ links: {
9080
+ title: string;
9081
+ url: string;
9082
+ }[];
9083
+ functionParameter: {
9084
+ settlement: {
9085
+ name: string;
9086
+ detail: string;
9087
+ };
9088
+ maturity: {
9089
+ name: string;
9090
+ detail: string;
9091
+ };
9092
+ lastInterest: {
9093
+ name: string;
9094
+ detail: string;
9095
+ };
9096
+ rate: {
9097
+ name: string;
9098
+ detail: string;
9099
+ };
9100
+ yld: {
9101
+ name: string;
9102
+ detail: string;
9103
+ };
9104
+ redemption: {
9105
+ name: string;
9106
+ detail: string;
9107
+ };
9108
+ frequency: {
9109
+ name: string;
9110
+ detail: string;
9111
+ };
9112
+ basis: {
9113
+ name: string;
9114
+ detail: string;
9115
+ };
9116
+ };
9117
+ };
9118
+ ODDLYIELD: {
9119
+ description: string;
9120
+ abstract: string;
9121
+ links: {
9122
+ title: string;
9123
+ url: string;
9124
+ }[];
9125
+ functionParameter: {
9126
+ settlement: {
9127
+ name: string;
9128
+ detail: string;
9129
+ };
9130
+ maturity: {
9131
+ name: string;
9132
+ detail: string;
9133
+ };
9134
+ lastInterest: {
9135
+ name: string;
9136
+ detail: string;
9137
+ };
9138
+ rate: {
9139
+ name: string;
9140
+ detail: string;
9141
+ };
9142
+ pr: {
9143
+ name: string;
9144
+ detail: string;
9145
+ };
9146
+ redemption: {
9147
+ name: string;
9148
+ detail: string;
9149
+ };
9150
+ frequency: {
9151
+ name: string;
9152
+ detail: string;
9153
+ };
9154
+ basis: {
9155
+ name: string;
9156
+ detail: string;
9157
+ };
9158
+ };
9159
+ };
9160
+ PDURATION: {
9161
+ description: string;
9162
+ abstract: string;
9163
+ links: {
9164
+ title: string;
9165
+ url: string;
9166
+ }[];
9167
+ functionParameter: {
9168
+ rate: {
9169
+ name: string;
9170
+ detail: string;
9171
+ };
9172
+ pv: {
9173
+ name: string;
9174
+ detail: string;
9175
+ };
9176
+ fv: {
9177
+ name: string;
9178
+ detail: string;
9179
+ };
9180
+ };
9181
+ };
9182
+ PMT: {
9183
+ description: string;
9184
+ abstract: string;
9185
+ links: {
9186
+ title: string;
9187
+ url: string;
9188
+ }[];
9189
+ functionParameter: {
9190
+ rate: {
9191
+ name: string;
9192
+ detail: string;
9193
+ };
9194
+ nper: {
9195
+ name: string;
9196
+ detail: string;
9197
+ };
9198
+ pv: {
9199
+ name: string;
9200
+ detail: string;
9201
+ };
9202
+ fv: {
9203
+ name: string;
9204
+ detail: string;
9205
+ };
9206
+ type: {
9207
+ name: string;
9208
+ detail: string;
9209
+ };
9210
+ };
9131
9211
  };
9132
9212
  PPMT: {
9133
9213
  description: string;
@@ -9171,11 +9251,31 @@ declare const _default: {
9171
9251
  url: string;
9172
9252
  }[];
9173
9253
  functionParameter: {
9174
- number1: {
9254
+ settlement: {
9175
9255
  name: string;
9176
9256
  detail: string;
9177
9257
  };
9178
- number2: {
9258
+ maturity: {
9259
+ name: string;
9260
+ detail: string;
9261
+ };
9262
+ rate: {
9263
+ name: string;
9264
+ detail: string;
9265
+ };
9266
+ yld: {
9267
+ name: string;
9268
+ detail: string;
9269
+ };
9270
+ redemption: {
9271
+ name: string;
9272
+ detail: string;
9273
+ };
9274
+ frequency: {
9275
+ name: string;
9276
+ detail: string;
9277
+ };
9278
+ basis: {
9179
9279
  name: string;
9180
9280
  detail: string;
9181
9281
  };
@@ -9189,11 +9289,23 @@ declare const _default: {
9189
9289
  url: string;
9190
9290
  }[];
9191
9291
  functionParameter: {
9192
- number1: {
9292
+ settlement: {
9193
9293
  name: string;
9194
9294
  detail: string;
9195
9295
  };
9196
- number2: {
9296
+ maturity: {
9297
+ name: string;
9298
+ detail: string;
9299
+ };
9300
+ discount: {
9301
+ name: string;
9302
+ detail: string;
9303
+ };
9304
+ redemption: {
9305
+ name: string;
9306
+ detail: string;
9307
+ };
9308
+ basis: {
9197
9309
  name: string;
9198
9310
  detail: string;
9199
9311
  };
@@ -9207,11 +9319,27 @@ declare const _default: {
9207
9319
  url: string;
9208
9320
  }[];
9209
9321
  functionParameter: {
9210
- number1: {
9322
+ settlement: {
9211
9323
  name: string;
9212
9324
  detail: string;
9213
9325
  };
9214
- number2: {
9326
+ maturity: {
9327
+ name: string;
9328
+ detail: string;
9329
+ };
9330
+ issue: {
9331
+ name: string;
9332
+ detail: string;
9333
+ };
9334
+ rate: {
9335
+ name: string;
9336
+ detail: string;
9337
+ };
9338
+ yld: {
9339
+ name: string;
9340
+ detail: string;
9341
+ };
9342
+ basis: {
9215
9343
  name: string;
9216
9344
  detail: string;
9217
9345
  };
@@ -9289,11 +9417,23 @@ declare const _default: {
9289
9417
  url: string;
9290
9418
  }[];
9291
9419
  functionParameter: {
9292
- number1: {
9420
+ settlement: {
9293
9421
  name: string;
9294
9422
  detail: string;
9295
9423
  };
9296
- number2: {
9424
+ maturity: {
9425
+ name: string;
9426
+ detail: string;
9427
+ };
9428
+ investment: {
9429
+ name: string;
9430
+ detail: string;
9431
+ };
9432
+ discount: {
9433
+ name: string;
9434
+ detail: string;
9435
+ };
9436
+ basis: {
9297
9437
  name: string;
9298
9438
  detail: string;
9299
9439
  };
@@ -9307,11 +9447,15 @@ declare const _default: {
9307
9447
  url: string;
9308
9448
  }[];
9309
9449
  functionParameter: {
9310
- number1: {
9450
+ nper: {
9311
9451
  name: string;
9312
9452
  detail: string;
9313
9453
  };
9314
- number2: {
9454
+ pv: {
9455
+ name: string;
9456
+ detail: string;
9457
+ };
9458
+ fv: {
9315
9459
  name: string;
9316
9460
  detail: string;
9317
9461
  };
@@ -9325,11 +9469,15 @@ declare const _default: {
9325
9469
  url: string;
9326
9470
  }[];
9327
9471
  functionParameter: {
9328
- number1: {
9472
+ cost: {
9329
9473
  name: string;
9330
9474
  detail: string;
9331
9475
  };
9332
- number2: {
9476
+ salvage: {
9477
+ name: string;
9478
+ detail: string;
9479
+ };
9480
+ life: {
9333
9481
  name: string;
9334
9482
  detail: string;
9335
9483
  };
@@ -9343,11 +9491,19 @@ declare const _default: {
9343
9491
  url: string;
9344
9492
  }[];
9345
9493
  functionParameter: {
9346
- number1: {
9494
+ cost: {
9347
9495
  name: string;
9348
9496
  detail: string;
9349
9497
  };
9350
- number2: {
9498
+ salvage: {
9499
+ name: string;
9500
+ detail: string;
9501
+ };
9502
+ life: {
9503
+ name: string;
9504
+ detail: string;
9505
+ };
9506
+ per: {
9351
9507
  name: string;
9352
9508
  detail: string;
9353
9509
  };
@@ -9361,11 +9517,15 @@ declare const _default: {
9361
9517
  url: string;
9362
9518
  }[];
9363
9519
  functionParameter: {
9364
- number1: {
9520
+ settlement: {
9365
9521
  name: string;
9366
9522
  detail: string;
9367
9523
  };
9368
- number2: {
9524
+ maturity: {
9525
+ name: string;
9526
+ detail: string;
9527
+ };
9528
+ discount: {
9369
9529
  name: string;
9370
9530
  detail: string;
9371
9531
  };
@@ -9379,11 +9539,15 @@ declare const _default: {
9379
9539
  url: string;
9380
9540
  }[];
9381
9541
  functionParameter: {
9382
- number1: {
9542
+ settlement: {
9383
9543
  name: string;
9384
9544
  detail: string;
9385
9545
  };
9386
- number2: {
9546
+ maturity: {
9547
+ name: string;
9548
+ detail: string;
9549
+ };
9550
+ discount: {
9387
9551
  name: string;
9388
9552
  detail: string;
9389
9553
  };
@@ -9397,11 +9561,15 @@ declare const _default: {
9397
9561
  url: string;
9398
9562
  }[];
9399
9563
  functionParameter: {
9400
- number1: {
9564
+ settlement: {
9401
9565
  name: string;
9402
9566
  detail: string;
9403
9567
  };
9404
- number2: {
9568
+ maturity: {
9569
+ name: string;
9570
+ detail: string;
9571
+ };
9572
+ pr: {
9405
9573
  name: string;
9406
9574
  detail: string;
9407
9575
  };
@@ -9415,11 +9583,31 @@ declare const _default: {
9415
9583
  url: string;
9416
9584
  }[];
9417
9585
  functionParameter: {
9418
- number1: {
9586
+ cost: {
9419
9587
  name: string;
9420
9588
  detail: string;
9421
9589
  };
9422
- number2: {
9590
+ salvage: {
9591
+ name: string;
9592
+ detail: string;
9593
+ };
9594
+ life: {
9595
+ name: string;
9596
+ detail: string;
9597
+ };
9598
+ startPeriod: {
9599
+ name: string;
9600
+ detail: string;
9601
+ };
9602
+ endPeriod: {
9603
+ name: string;
9604
+ detail: string;
9605
+ };
9606
+ factor: {
9607
+ name: string;
9608
+ detail: string;
9609
+ };
9610
+ noSwitch: {
9423
9611
  name: string;
9424
9612
  detail: string;
9425
9613
  };
@@ -9433,11 +9621,15 @@ declare const _default: {
9433
9621
  url: string;
9434
9622
  }[];
9435
9623
  functionParameter: {
9436
- number1: {
9624
+ values: {
9437
9625
  name: string;
9438
9626
  detail: string;
9439
9627
  };
9440
- number2: {
9628
+ dates: {
9629
+ name: string;
9630
+ detail: string;
9631
+ };
9632
+ guess: {
9441
9633
  name: string;
9442
9634
  detail: string;
9443
9635
  };
@@ -9451,11 +9643,15 @@ declare const _default: {
9451
9643
  url: string;
9452
9644
  }[];
9453
9645
  functionParameter: {
9454
- number1: {
9646
+ rate: {
9455
9647
  name: string;
9456
9648
  detail: string;
9457
9649
  };
9458
- number2: {
9650
+ values: {
9651
+ name: string;
9652
+ detail: string;
9653
+ };
9654
+ dates: {
9459
9655
  name: string;
9460
9656
  detail: string;
9461
9657
  };
@@ -9469,11 +9665,31 @@ declare const _default: {
9469
9665
  url: string;
9470
9666
  }[];
9471
9667
  functionParameter: {
9472
- number1: {
9668
+ settlement: {
9473
9669
  name: string;
9474
9670
  detail: string;
9475
9671
  };
9476
- number2: {
9672
+ maturity: {
9673
+ name: string;
9674
+ detail: string;
9675
+ };
9676
+ rate: {
9677
+ name: string;
9678
+ detail: string;
9679
+ };
9680
+ pr: {
9681
+ name: string;
9682
+ detail: string;
9683
+ };
9684
+ redemption: {
9685
+ name: string;
9686
+ detail: string;
9687
+ };
9688
+ frequency: {
9689
+ name: string;
9690
+ detail: string;
9691
+ };
9692
+ basis: {
9477
9693
  name: string;
9478
9694
  detail: string;
9479
9695
  };
@@ -9487,11 +9703,23 @@ declare const _default: {
9487
9703
  url: string;
9488
9704
  }[];
9489
9705
  functionParameter: {
9490
- number1: {
9706
+ settlement: {
9491
9707
  name: string;
9492
9708
  detail: string;
9493
9709
  };
9494
- number2: {
9710
+ maturity: {
9711
+ name: string;
9712
+ detail: string;
9713
+ };
9714
+ pr: {
9715
+ name: string;
9716
+ detail: string;
9717
+ };
9718
+ redemption: {
9719
+ name: string;
9720
+ detail: string;
9721
+ };
9722
+ basis: {
9495
9723
  name: string;
9496
9724
  detail: string;
9497
9725
  };
@@ -9505,11 +9733,27 @@ declare const _default: {
9505
9733
  url: string;
9506
9734
  }[];
9507
9735
  functionParameter: {
9508
- number1: {
9736
+ settlement: {
9509
9737
  name: string;
9510
9738
  detail: string;
9511
9739
  };
9512
- number2: {
9740
+ maturity: {
9741
+ name: string;
9742
+ detail: string;
9743
+ };
9744
+ issue: {
9745
+ name: string;
9746
+ detail: string;
9747
+ };
9748
+ rate: {
9749
+ name: string;
9750
+ detail: string;
9751
+ };
9752
+ pr: {
9753
+ name: string;
9754
+ detail: string;
9755
+ };
9756
+ basis: {
9513
9757
  name: string;
9514
9758
  detail: string;
9515
9759
  };