@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
  };
@@ -5907,11 +5831,15 @@ declare const _default: {
5907
5831
  url: string;
5908
5832
  }[];
5909
5833
  functionParameter: {
5910
- number1: {
5834
+ number: {
5911
5835
  name: string;
5912
5836
  detail: string;
5913
5837
  };
5914
- number2: {
5838
+ ref: {
5839
+ name: string;
5840
+ detail: string;
5841
+ };
5842
+ order: {
5915
5843
  name: string;
5916
5844
  detail: string;
5917
5845
  };
@@ -5925,11 +5853,15 @@ declare const _default: {
5925
5853
  url: string;
5926
5854
  }[];
5927
5855
  functionParameter: {
5928
- number1: {
5856
+ number: {
5929
5857
  name: string;
5930
5858
  detail: string;
5931
5859
  };
5932
- number2: {
5860
+ ref: {
5861
+ name: string;
5862
+ detail: string;
5863
+ };
5864
+ order: {
5933
5865
  name: string;
5934
5866
  detail: string;
5935
5867
  };
@@ -8675,11 +8607,27 @@ declare const _default: {
8675
8607
  url: string;
8676
8608
  }[];
8677
8609
  functionParameter: {
8678
- number1: {
8610
+ settlement: {
8679
8611
  name: string;
8680
8612
  detail: string;
8681
8613
  };
8682
- number2: {
8614
+ maturity: {
8615
+ name: string;
8616
+ detail: string;
8617
+ };
8618
+ coupon: {
8619
+ name: string;
8620
+ detail: string;
8621
+ };
8622
+ yld: {
8623
+ name: string;
8624
+ detail: string;
8625
+ };
8626
+ frequency: {
8627
+ name: string;
8628
+ detail: string;
8629
+ };
8630
+ basis: {
8683
8631
  name: string;
8684
8632
  detail: string;
8685
8633
  };
@@ -8823,11 +8771,11 @@ declare const _default: {
8823
8771
  url: string;
8824
8772
  }[];
8825
8773
  functionParameter: {
8826
- number1: {
8774
+ values: {
8827
8775
  name: string;
8828
8776
  detail: string;
8829
8777
  };
8830
- number2: {
8778
+ guess: {
8831
8779
  name: string;
8832
8780
  detail: string;
8833
8781
  };
@@ -8867,11 +8815,27 @@ declare const _default: {
8867
8815
  url: string;
8868
8816
  }[];
8869
8817
  functionParameter: {
8870
- number1: {
8818
+ settlement: {
8871
8819
  name: string;
8872
8820
  detail: string;
8873
8821
  };
8874
- number2: {
8822
+ maturity: {
8823
+ name: string;
8824
+ detail: string;
8825
+ };
8826
+ coupon: {
8827
+ name: string;
8828
+ detail: string;
8829
+ };
8830
+ yld: {
8831
+ name: string;
8832
+ detail: string;
8833
+ };
8834
+ frequency: {
8835
+ name: string;
8836
+ detail: string;
8837
+ };
8838
+ basis: {
8875
8839
  name: string;
8876
8840
  detail: string;
8877
8841
  };
@@ -8885,11 +8849,15 @@ declare const _default: {
8885
8849
  url: string;
8886
8850
  }[];
8887
8851
  functionParameter: {
8888
- number1: {
8852
+ values: {
8889
8853
  name: string;
8890
8854
  detail: string;
8891
8855
  };
8892
- number2: {
8856
+ financeRate: {
8857
+ name: string;
8858
+ detail: string;
8859
+ };
8860
+ reinvestRate: {
8893
8861
  name: string;
8894
8862
  detail: string;
8895
8863
  };
@@ -8951,11 +8919,15 @@ declare const _default: {
8951
8919
  url: string;
8952
8920
  }[];
8953
8921
  functionParameter: {
8954
- number1: {
8922
+ rate: {
8955
8923
  name: string;
8956
8924
  detail: string;
8957
8925
  };
8958
- number2: {
8926
+ value1: {
8927
+ name: string;
8928
+ detail: string;
8929
+ };
8930
+ value2: {
8959
8931
  name: string;
8960
8932
  detail: string;
8961
8933
  };
@@ -8969,89 +8941,45 @@ declare const _default: {
8969
8941
  url: string;
8970
8942
  }[];
8971
8943
  functionParameter: {
8972
- number1: {
8973
- name: string;
8974
- detail: string;
8975
- };
8976
- number2: {
8944
+ settlement: {
8977
8945
  name: string;
8978
8946
  detail: string;
8979
8947
  };
8980
- };
8981
- };
8982
- ODDFYIELD: {
8983
- description: string;
8984
- abstract: string;
8985
- links: {
8986
- title: string;
8987
- url: string;
8988
- }[];
8989
- functionParameter: {
8990
- number1: {
8948
+ maturity: {
8991
8949
  name: string;
8992
8950
  detail: string;
8993
8951
  };
8994
- number2: {
8952
+ issue: {
8995
8953
  name: string;
8996
8954
  detail: string;
8997
8955
  };
8998
- };
8999
- };
9000
- ODDLPRICE: {
9001
- description: string;
9002
- abstract: string;
9003
- links: {
9004
- title: string;
9005
- url: string;
9006
- }[];
9007
- functionParameter: {
9008
- number1: {
8956
+ firstCoupon: {
9009
8957
  name: string;
9010
8958
  detail: string;
9011
8959
  };
9012
- number2: {
8960
+ rate: {
9013
8961
  name: string;
9014
8962
  detail: string;
9015
8963
  };
9016
- };
9017
- };
9018
- ODDLYIELD: {
9019
- description: string;
9020
- abstract: string;
9021
- links: {
9022
- title: string;
9023
- url: string;
9024
- }[];
9025
- functionParameter: {
9026
- number1: {
8964
+ yld: {
9027
8965
  name: string;
9028
8966
  detail: string;
9029
8967
  };
9030
- number2: {
8968
+ redemption: {
9031
8969
  name: string;
9032
8970
  detail: string;
9033
8971
  };
9034
- };
9035
- };
9036
- PDURATION: {
9037
- description: string;
9038
- abstract: string;
9039
- links: {
9040
- title: string;
9041
- url: string;
9042
- }[];
9043
- functionParameter: {
9044
- number1: {
8972
+ frequency: {
9045
8973
  name: string;
9046
8974
  detail: string;
9047
8975
  };
9048
- number2: {
8976
+ basis: {
9049
8977
  name: string;
9050
8978
  detail: string;
9051
8979
  };
9052
8980
  };
9053
8981
  };
9054
- PMT: {
8982
+ ODDFYIELD: {
9055
8983
  description: string;
9056
8984
  abstract: string;
9057
8985
  links: {
@@ -9059,27 +8987,179 @@ declare const _default: {
9059
8987
  url: string;
9060
8988
  }[];
9061
8989
  functionParameter: {
9062
- rate: {
8990
+ settlement: {
9063
8991
  name: string;
9064
8992
  detail: string;
9065
8993
  };
9066
- nper: {
8994
+ maturity: {
9067
8995
  name: string;
9068
8996
  detail: string;
9069
8997
  };
9070
- pv: {
8998
+ issue: {
9071
8999
  name: string;
9072
9000
  detail: string;
9073
9001
  };
9074
- fv: {
9002
+ firstCoupon: {
9075
9003
  name: string;
9076
9004
  detail: string;
9077
9005
  };
9078
- type: {
9006
+ rate: {
9079
9007
  name: string;
9080
9008
  detail: string;
9081
9009
  };
9082
- };
9010
+ pr: {
9011
+ name: string;
9012
+ detail: string;
9013
+ };
9014
+ redemption: {
9015
+ name: string;
9016
+ detail: string;
9017
+ };
9018
+ frequency: {
9019
+ name: string;
9020
+ detail: string;
9021
+ };
9022
+ basis: {
9023
+ name: string;
9024
+ detail: string;
9025
+ };
9026
+ };
9027
+ };
9028
+ ODDLPRICE: {
9029
+ description: string;
9030
+ abstract: string;
9031
+ links: {
9032
+ title: string;
9033
+ url: string;
9034
+ }[];
9035
+ functionParameter: {
9036
+ settlement: {
9037
+ name: string;
9038
+ detail: string;
9039
+ };
9040
+ maturity: {
9041
+ name: string;
9042
+ detail: string;
9043
+ };
9044
+ lastInterest: {
9045
+ name: string;
9046
+ detail: string;
9047
+ };
9048
+ rate: {
9049
+ name: string;
9050
+ detail: string;
9051
+ };
9052
+ yld: {
9053
+ name: string;
9054
+ detail: string;
9055
+ };
9056
+ redemption: {
9057
+ name: string;
9058
+ detail: string;
9059
+ };
9060
+ frequency: {
9061
+ name: string;
9062
+ detail: string;
9063
+ };
9064
+ basis: {
9065
+ name: string;
9066
+ detail: string;
9067
+ };
9068
+ };
9069
+ };
9070
+ ODDLYIELD: {
9071
+ description: string;
9072
+ abstract: string;
9073
+ links: {
9074
+ title: string;
9075
+ url: string;
9076
+ }[];
9077
+ functionParameter: {
9078
+ settlement: {
9079
+ name: string;
9080
+ detail: string;
9081
+ };
9082
+ maturity: {
9083
+ name: string;
9084
+ detail: string;
9085
+ };
9086
+ lastInterest: {
9087
+ name: string;
9088
+ detail: string;
9089
+ };
9090
+ rate: {
9091
+ name: string;
9092
+ detail: string;
9093
+ };
9094
+ pr: {
9095
+ name: string;
9096
+ detail: string;
9097
+ };
9098
+ redemption: {
9099
+ name: string;
9100
+ detail: string;
9101
+ };
9102
+ frequency: {
9103
+ name: string;
9104
+ detail: string;
9105
+ };
9106
+ basis: {
9107
+ name: string;
9108
+ detail: string;
9109
+ };
9110
+ };
9111
+ };
9112
+ PDURATION: {
9113
+ description: string;
9114
+ abstract: string;
9115
+ links: {
9116
+ title: string;
9117
+ url: string;
9118
+ }[];
9119
+ functionParameter: {
9120
+ rate: {
9121
+ name: string;
9122
+ detail: string;
9123
+ };
9124
+ pv: {
9125
+ name: string;
9126
+ detail: string;
9127
+ };
9128
+ fv: {
9129
+ name: string;
9130
+ detail: string;
9131
+ };
9132
+ };
9133
+ };
9134
+ PMT: {
9135
+ description: string;
9136
+ abstract: string;
9137
+ links: {
9138
+ title: string;
9139
+ url: string;
9140
+ }[];
9141
+ functionParameter: {
9142
+ rate: {
9143
+ name: string;
9144
+ detail: string;
9145
+ };
9146
+ nper: {
9147
+ name: string;
9148
+ detail: string;
9149
+ };
9150
+ pv: {
9151
+ name: string;
9152
+ detail: string;
9153
+ };
9154
+ fv: {
9155
+ name: string;
9156
+ detail: string;
9157
+ };
9158
+ type: {
9159
+ name: string;
9160
+ detail: string;
9161
+ };
9162
+ };
9083
9163
  };
9084
9164
  PPMT: {
9085
9165
  description: string;
@@ -9123,11 +9203,31 @@ declare const _default: {
9123
9203
  url: string;
9124
9204
  }[];
9125
9205
  functionParameter: {
9126
- number1: {
9206
+ settlement: {
9127
9207
  name: string;
9128
9208
  detail: string;
9129
9209
  };
9130
- number2: {
9210
+ maturity: {
9211
+ name: string;
9212
+ detail: string;
9213
+ };
9214
+ rate: {
9215
+ name: string;
9216
+ detail: string;
9217
+ };
9218
+ yld: {
9219
+ name: string;
9220
+ detail: string;
9221
+ };
9222
+ redemption: {
9223
+ name: string;
9224
+ detail: string;
9225
+ };
9226
+ frequency: {
9227
+ name: string;
9228
+ detail: string;
9229
+ };
9230
+ basis: {
9131
9231
  name: string;
9132
9232
  detail: string;
9133
9233
  };
@@ -9141,11 +9241,23 @@ declare const _default: {
9141
9241
  url: string;
9142
9242
  }[];
9143
9243
  functionParameter: {
9144
- number1: {
9244
+ settlement: {
9145
9245
  name: string;
9146
9246
  detail: string;
9147
9247
  };
9148
- number2: {
9248
+ maturity: {
9249
+ name: string;
9250
+ detail: string;
9251
+ };
9252
+ discount: {
9253
+ name: string;
9254
+ detail: string;
9255
+ };
9256
+ redemption: {
9257
+ name: string;
9258
+ detail: string;
9259
+ };
9260
+ basis: {
9149
9261
  name: string;
9150
9262
  detail: string;
9151
9263
  };
@@ -9159,11 +9271,27 @@ declare const _default: {
9159
9271
  url: string;
9160
9272
  }[];
9161
9273
  functionParameter: {
9162
- number1: {
9274
+ settlement: {
9163
9275
  name: string;
9164
9276
  detail: string;
9165
9277
  };
9166
- number2: {
9278
+ maturity: {
9279
+ name: string;
9280
+ detail: string;
9281
+ };
9282
+ issue: {
9283
+ name: string;
9284
+ detail: string;
9285
+ };
9286
+ rate: {
9287
+ name: string;
9288
+ detail: string;
9289
+ };
9290
+ yld: {
9291
+ name: string;
9292
+ detail: string;
9293
+ };
9294
+ basis: {
9167
9295
  name: string;
9168
9296
  detail: string;
9169
9297
  };
@@ -9241,11 +9369,23 @@ declare const _default: {
9241
9369
  url: string;
9242
9370
  }[];
9243
9371
  functionParameter: {
9244
- number1: {
9372
+ settlement: {
9245
9373
  name: string;
9246
9374
  detail: string;
9247
9375
  };
9248
- number2: {
9376
+ maturity: {
9377
+ name: string;
9378
+ detail: string;
9379
+ };
9380
+ investment: {
9381
+ name: string;
9382
+ detail: string;
9383
+ };
9384
+ discount: {
9385
+ name: string;
9386
+ detail: string;
9387
+ };
9388
+ basis: {
9249
9389
  name: string;
9250
9390
  detail: string;
9251
9391
  };
@@ -9259,11 +9399,15 @@ declare const _default: {
9259
9399
  url: string;
9260
9400
  }[];
9261
9401
  functionParameter: {
9262
- number1: {
9402
+ nper: {
9263
9403
  name: string;
9264
9404
  detail: string;
9265
9405
  };
9266
- number2: {
9406
+ pv: {
9407
+ name: string;
9408
+ detail: string;
9409
+ };
9410
+ fv: {
9267
9411
  name: string;
9268
9412
  detail: string;
9269
9413
  };
@@ -9277,11 +9421,15 @@ declare const _default: {
9277
9421
  url: string;
9278
9422
  }[];
9279
9423
  functionParameter: {
9280
- number1: {
9424
+ cost: {
9281
9425
  name: string;
9282
9426
  detail: string;
9283
9427
  };
9284
- number2: {
9428
+ salvage: {
9429
+ name: string;
9430
+ detail: string;
9431
+ };
9432
+ life: {
9285
9433
  name: string;
9286
9434
  detail: string;
9287
9435
  };
@@ -9295,11 +9443,19 @@ declare const _default: {
9295
9443
  url: string;
9296
9444
  }[];
9297
9445
  functionParameter: {
9298
- number1: {
9446
+ cost: {
9299
9447
  name: string;
9300
9448
  detail: string;
9301
9449
  };
9302
- number2: {
9450
+ salvage: {
9451
+ name: string;
9452
+ detail: string;
9453
+ };
9454
+ life: {
9455
+ name: string;
9456
+ detail: string;
9457
+ };
9458
+ per: {
9303
9459
  name: string;
9304
9460
  detail: string;
9305
9461
  };
@@ -9313,11 +9469,15 @@ declare const _default: {
9313
9469
  url: string;
9314
9470
  }[];
9315
9471
  functionParameter: {
9316
- number1: {
9472
+ settlement: {
9317
9473
  name: string;
9318
9474
  detail: string;
9319
9475
  };
9320
- number2: {
9476
+ maturity: {
9477
+ name: string;
9478
+ detail: string;
9479
+ };
9480
+ discount: {
9321
9481
  name: string;
9322
9482
  detail: string;
9323
9483
  };
@@ -9331,11 +9491,15 @@ declare const _default: {
9331
9491
  url: string;
9332
9492
  }[];
9333
9493
  functionParameter: {
9334
- number1: {
9494
+ settlement: {
9335
9495
  name: string;
9336
9496
  detail: string;
9337
9497
  };
9338
- number2: {
9498
+ maturity: {
9499
+ name: string;
9500
+ detail: string;
9501
+ };
9502
+ discount: {
9339
9503
  name: string;
9340
9504
  detail: string;
9341
9505
  };
@@ -9349,11 +9513,15 @@ declare const _default: {
9349
9513
  url: string;
9350
9514
  }[];
9351
9515
  functionParameter: {
9352
- number1: {
9516
+ settlement: {
9353
9517
  name: string;
9354
9518
  detail: string;
9355
9519
  };
9356
- number2: {
9520
+ maturity: {
9521
+ name: string;
9522
+ detail: string;
9523
+ };
9524
+ pr: {
9357
9525
  name: string;
9358
9526
  detail: string;
9359
9527
  };
@@ -9367,11 +9535,31 @@ declare const _default: {
9367
9535
  url: string;
9368
9536
  }[];
9369
9537
  functionParameter: {
9370
- number1: {
9538
+ cost: {
9371
9539
  name: string;
9372
9540
  detail: string;
9373
9541
  };
9374
- number2: {
9542
+ salvage: {
9543
+ name: string;
9544
+ detail: string;
9545
+ };
9546
+ life: {
9547
+ name: string;
9548
+ detail: string;
9549
+ };
9550
+ startPeriod: {
9551
+ name: string;
9552
+ detail: string;
9553
+ };
9554
+ endPeriod: {
9555
+ name: string;
9556
+ detail: string;
9557
+ };
9558
+ factor: {
9559
+ name: string;
9560
+ detail: string;
9561
+ };
9562
+ noSwitch: {
9375
9563
  name: string;
9376
9564
  detail: string;
9377
9565
  };
@@ -9385,11 +9573,15 @@ declare const _default: {
9385
9573
  url: string;
9386
9574
  }[];
9387
9575
  functionParameter: {
9388
- number1: {
9576
+ values: {
9389
9577
  name: string;
9390
9578
  detail: string;
9391
9579
  };
9392
- number2: {
9580
+ dates: {
9581
+ name: string;
9582
+ detail: string;
9583
+ };
9584
+ guess: {
9393
9585
  name: string;
9394
9586
  detail: string;
9395
9587
  };
@@ -9403,11 +9595,15 @@ declare const _default: {
9403
9595
  url: string;
9404
9596
  }[];
9405
9597
  functionParameter: {
9406
- number1: {
9598
+ rate: {
9407
9599
  name: string;
9408
9600
  detail: string;
9409
9601
  };
9410
- number2: {
9602
+ values: {
9603
+ name: string;
9604
+ detail: string;
9605
+ };
9606
+ dates: {
9411
9607
  name: string;
9412
9608
  detail: string;
9413
9609
  };
@@ -9421,11 +9617,31 @@ declare const _default: {
9421
9617
  url: string;
9422
9618
  }[];
9423
9619
  functionParameter: {
9424
- number1: {
9620
+ settlement: {
9425
9621
  name: string;
9426
9622
  detail: string;
9427
9623
  };
9428
- number2: {
9624
+ maturity: {
9625
+ name: string;
9626
+ detail: string;
9627
+ };
9628
+ rate: {
9629
+ name: string;
9630
+ detail: string;
9631
+ };
9632
+ pr: {
9633
+ name: string;
9634
+ detail: string;
9635
+ };
9636
+ redemption: {
9637
+ name: string;
9638
+ detail: string;
9639
+ };
9640
+ frequency: {
9641
+ name: string;
9642
+ detail: string;
9643
+ };
9644
+ basis: {
9429
9645
  name: string;
9430
9646
  detail: string;
9431
9647
  };
@@ -9439,11 +9655,23 @@ declare const _default: {
9439
9655
  url: string;
9440
9656
  }[];
9441
9657
  functionParameter: {
9442
- number1: {
9658
+ settlement: {
9443
9659
  name: string;
9444
9660
  detail: string;
9445
9661
  };
9446
- number2: {
9662
+ maturity: {
9663
+ name: string;
9664
+ detail: string;
9665
+ };
9666
+ pr: {
9667
+ name: string;
9668
+ detail: string;
9669
+ };
9670
+ redemption: {
9671
+ name: string;
9672
+ detail: string;
9673
+ };
9674
+ basis: {
9447
9675
  name: string;
9448
9676
  detail: string;
9449
9677
  };
@@ -9457,11 +9685,27 @@ declare const _default: {
9457
9685
  url: string;
9458
9686
  }[];
9459
9687
  functionParameter: {
9460
- number1: {
9688
+ settlement: {
9461
9689
  name: string;
9462
9690
  detail: string;
9463
9691
  };
9464
- number2: {
9692
+ maturity: {
9693
+ name: string;
9694
+ detail: string;
9695
+ };
9696
+ issue: {
9697
+ name: string;
9698
+ detail: string;
9699
+ };
9700
+ rate: {
9701
+ name: string;
9702
+ detail: string;
9703
+ };
9704
+ pr: {
9705
+ name: string;
9706
+ detail: string;
9707
+ };
9708
+ basis: {
9465
9709
  name: string;
9466
9710
  detail: string;
9467
9711
  };