@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
  };
@@ -4535,6 +4459,50 @@ declare const _default: {
4535
4459
  };
4536
4460
  };
4537
4461
  };
4462
+ RANK_AVG: {
4463
+ description: string;
4464
+ abstract: string;
4465
+ links: {
4466
+ title: string;
4467
+ url: string;
4468
+ }[];
4469
+ functionParameter: {
4470
+ number: {
4471
+ name: string;
4472
+ detail: string;
4473
+ };
4474
+ ref: {
4475
+ name: string;
4476
+ detail: string;
4477
+ };
4478
+ order: {
4479
+ name: string;
4480
+ detail: string;
4481
+ };
4482
+ };
4483
+ };
4484
+ RANK_EQ: {
4485
+ description: string;
4486
+ abstract: string;
4487
+ links: {
4488
+ title: string;
4489
+ url: string;
4490
+ }[];
4491
+ functionParameter: {
4492
+ number: {
4493
+ name: string;
4494
+ detail: string;
4495
+ };
4496
+ ref: {
4497
+ name: string;
4498
+ detail: string;
4499
+ };
4500
+ order: {
4501
+ name: string;
4502
+ detail: string;
4503
+ };
4504
+ };
4505
+ };
4538
4506
  STDEV_P: {
4539
4507
  description: string;
4540
4508
  abstract: string;
@@ -6609,11 +6577,27 @@ declare const _default: {
6609
6577
  url: string;
6610
6578
  }[];
6611
6579
  functionParameter: {
6612
- number1: {
6580
+ settlement: {
6613
6581
  name: string;
6614
6582
  detail: string;
6615
6583
  };
6616
- number2: {
6584
+ maturity: {
6585
+ name: string;
6586
+ detail: string;
6587
+ };
6588
+ coupon: {
6589
+ name: string;
6590
+ detail: string;
6591
+ };
6592
+ yld: {
6593
+ name: string;
6594
+ detail: string;
6595
+ };
6596
+ frequency: {
6597
+ name: string;
6598
+ detail: string;
6599
+ };
6600
+ basis: {
6617
6601
  name: string;
6618
6602
  detail: string;
6619
6603
  };
@@ -6757,11 +6741,11 @@ declare const _default: {
6757
6741
  url: string;
6758
6742
  }[];
6759
6743
  functionParameter: {
6760
- number1: {
6744
+ values: {
6761
6745
  name: string;
6762
6746
  detail: string;
6763
6747
  };
6764
- number2: {
6748
+ guess: {
6765
6749
  name: string;
6766
6750
  detail: string;
6767
6751
  };
@@ -6793,6 +6777,40 @@ declare const _default: {
6793
6777
  };
6794
6778
  };
6795
6779
  };
6780
+ MDURATION: {
6781
+ description: string;
6782
+ abstract: string;
6783
+ links: {
6784
+ title: string;
6785
+ url: string;
6786
+ }[];
6787
+ functionParameter: {
6788
+ settlement: {
6789
+ name: string;
6790
+ detail: string;
6791
+ };
6792
+ maturity: {
6793
+ name: string;
6794
+ detail: string;
6795
+ };
6796
+ coupon: {
6797
+ name: string;
6798
+ detail: string;
6799
+ };
6800
+ yld: {
6801
+ name: string;
6802
+ detail: string;
6803
+ };
6804
+ frequency: {
6805
+ name: string;
6806
+ detail: string;
6807
+ };
6808
+ basis: {
6809
+ name: string;
6810
+ detail: string;
6811
+ };
6812
+ };
6813
+ };
6796
6814
  MIRR: {
6797
6815
  description: string;
6798
6816
  abstract: string;
@@ -6801,11 +6819,15 @@ declare const _default: {
6801
6819
  url: string;
6802
6820
  }[];
6803
6821
  functionParameter: {
6804
- number1: {
6822
+ values: {
6805
6823
  name: string;
6806
6824
  detail: string;
6807
6825
  };
6808
- number2: {
6826
+ financeRate: {
6827
+ name: string;
6828
+ detail: string;
6829
+ };
6830
+ reinvestRate: {
6809
6831
  name: string;
6810
6832
  detail: string;
6811
6833
  };
@@ -6867,11 +6889,15 @@ declare const _default: {
6867
6889
  url: string;
6868
6890
  }[];
6869
6891
  functionParameter: {
6870
- number1: {
6892
+ rate: {
6871
6893
  name: string;
6872
6894
  detail: string;
6873
6895
  };
6874
- number2: {
6896
+ value1: {
6897
+ name: string;
6898
+ detail: string;
6899
+ };
6900
+ value2: {
6875
6901
  name: string;
6876
6902
  detail: string;
6877
6903
  };
@@ -6885,11 +6911,39 @@ declare const _default: {
6885
6911
  url: string;
6886
6912
  }[];
6887
6913
  functionParameter: {
6888
- number1: {
6914
+ settlement: {
6889
6915
  name: string;
6890
6916
  detail: string;
6891
6917
  };
6892
- number2: {
6918
+ maturity: {
6919
+ name: string;
6920
+ detail: string;
6921
+ };
6922
+ issue: {
6923
+ name: string;
6924
+ detail: string;
6925
+ };
6926
+ firstCoupon: {
6927
+ name: string;
6928
+ detail: string;
6929
+ };
6930
+ rate: {
6931
+ name: string;
6932
+ detail: string;
6933
+ };
6934
+ yld: {
6935
+ name: string;
6936
+ detail: string;
6937
+ };
6938
+ redemption: {
6939
+ name: string;
6940
+ detail: string;
6941
+ };
6942
+ frequency: {
6943
+ name: string;
6944
+ detail: string;
6945
+ };
6946
+ basis: {
6893
6947
  name: string;
6894
6948
  detail: string;
6895
6949
  };
@@ -6903,11 +6957,39 @@ declare const _default: {
6903
6957
  url: string;
6904
6958
  }[];
6905
6959
  functionParameter: {
6906
- number1: {
6960
+ settlement: {
6907
6961
  name: string;
6908
6962
  detail: string;
6909
6963
  };
6910
- number2: {
6964
+ maturity: {
6965
+ name: string;
6966
+ detail: string;
6967
+ };
6968
+ issue: {
6969
+ name: string;
6970
+ detail: string;
6971
+ };
6972
+ firstCoupon: {
6973
+ name: string;
6974
+ detail: string;
6975
+ };
6976
+ rate: {
6977
+ name: string;
6978
+ detail: string;
6979
+ };
6980
+ pr: {
6981
+ name: string;
6982
+ detail: string;
6983
+ };
6984
+ redemption: {
6985
+ name: string;
6986
+ detail: string;
6987
+ };
6988
+ frequency: {
6989
+ name: string;
6990
+ detail: string;
6991
+ };
6992
+ basis: {
6911
6993
  name: string;
6912
6994
  detail: string;
6913
6995
  };
@@ -6921,11 +7003,35 @@ declare const _default: {
6921
7003
  url: string;
6922
7004
  }[];
6923
7005
  functionParameter: {
6924
- number1: {
7006
+ settlement: {
6925
7007
  name: string;
6926
7008
  detail: string;
6927
7009
  };
6928
- number2: {
7010
+ maturity: {
7011
+ name: string;
7012
+ detail: string;
7013
+ };
7014
+ lastInterest: {
7015
+ name: string;
7016
+ detail: string;
7017
+ };
7018
+ rate: {
7019
+ name: string;
7020
+ detail: string;
7021
+ };
7022
+ yld: {
7023
+ name: string;
7024
+ detail: string;
7025
+ };
7026
+ redemption: {
7027
+ name: string;
7028
+ detail: string;
7029
+ };
7030
+ frequency: {
7031
+ name: string;
7032
+ detail: string;
7033
+ };
7034
+ basis: {
6929
7035
  name: string;
6930
7036
  detail: string;
6931
7037
  };
@@ -6939,11 +7045,57 @@ declare const _default: {
6939
7045
  url: string;
6940
7046
  }[];
6941
7047
  functionParameter: {
6942
- number1: {
7048
+ settlement: {
6943
7049
  name: string;
6944
7050
  detail: string;
6945
7051
  };
6946
- number2: {
7052
+ maturity: {
7053
+ name: string;
7054
+ detail: string;
7055
+ };
7056
+ lastInterest: {
7057
+ name: string;
7058
+ detail: string;
7059
+ };
7060
+ rate: {
7061
+ name: string;
7062
+ detail: string;
7063
+ };
7064
+ pr: {
7065
+ name: string;
7066
+ detail: string;
7067
+ };
7068
+ redemption: {
7069
+ name: string;
7070
+ detail: string;
7071
+ };
7072
+ frequency: {
7073
+ name: string;
7074
+ detail: string;
7075
+ };
7076
+ basis: {
7077
+ name: string;
7078
+ detail: string;
7079
+ };
7080
+ };
7081
+ };
7082
+ PDURATION: {
7083
+ description: string;
7084
+ abstract: string;
7085
+ links: {
7086
+ title: string;
7087
+ url: string;
7088
+ }[];
7089
+ functionParameter: {
7090
+ rate: {
7091
+ name: string;
7092
+ detail: string;
7093
+ };
7094
+ pv: {
7095
+ name: string;
7096
+ detail: string;
7097
+ };
7098
+ fv: {
6947
7099
  name: string;
6948
7100
  detail: string;
6949
7101
  };
@@ -7021,11 +7173,31 @@ declare const _default: {
7021
7173
  url: string;
7022
7174
  }[];
7023
7175
  functionParameter: {
7024
- number1: {
7176
+ settlement: {
7025
7177
  name: string;
7026
7178
  detail: string;
7027
7179
  };
7028
- number2: {
7180
+ maturity: {
7181
+ name: string;
7182
+ detail: string;
7183
+ };
7184
+ rate: {
7185
+ name: string;
7186
+ detail: string;
7187
+ };
7188
+ yld: {
7189
+ name: string;
7190
+ detail: string;
7191
+ };
7192
+ redemption: {
7193
+ name: string;
7194
+ detail: string;
7195
+ };
7196
+ frequency: {
7197
+ name: string;
7198
+ detail: string;
7199
+ };
7200
+ basis: {
7029
7201
  name: string;
7030
7202
  detail: string;
7031
7203
  };
@@ -7039,11 +7211,23 @@ declare const _default: {
7039
7211
  url: string;
7040
7212
  }[];
7041
7213
  functionParameter: {
7042
- number1: {
7214
+ settlement: {
7043
7215
  name: string;
7044
7216
  detail: string;
7045
7217
  };
7046
- number2: {
7218
+ maturity: {
7219
+ name: string;
7220
+ detail: string;
7221
+ };
7222
+ discount: {
7223
+ name: string;
7224
+ detail: string;
7225
+ };
7226
+ redemption: {
7227
+ name: string;
7228
+ detail: string;
7229
+ };
7230
+ basis: {
7047
7231
  name: string;
7048
7232
  detail: string;
7049
7233
  };
@@ -7057,11 +7241,27 @@ declare const _default: {
7057
7241
  url: string;
7058
7242
  }[];
7059
7243
  functionParameter: {
7060
- number1: {
7244
+ settlement: {
7061
7245
  name: string;
7062
7246
  detail: string;
7063
7247
  };
7064
- number2: {
7248
+ maturity: {
7249
+ name: string;
7250
+ detail: string;
7251
+ };
7252
+ issue: {
7253
+ name: string;
7254
+ detail: string;
7255
+ };
7256
+ rate: {
7257
+ name: string;
7258
+ detail: string;
7259
+ };
7260
+ yld: {
7261
+ name: string;
7262
+ detail: string;
7263
+ };
7264
+ basis: {
7065
7265
  name: string;
7066
7266
  detail: string;
7067
7267
  };
@@ -7139,11 +7339,45 @@ declare const _default: {
7139
7339
  url: string;
7140
7340
  }[];
7141
7341
  functionParameter: {
7142
- number1: {
7342
+ settlement: {
7143
7343
  name: string;
7144
7344
  detail: string;
7145
7345
  };
7146
- number2: {
7346
+ maturity: {
7347
+ name: string;
7348
+ detail: string;
7349
+ };
7350
+ investment: {
7351
+ name: string;
7352
+ detail: string;
7353
+ };
7354
+ discount: {
7355
+ name: string;
7356
+ detail: string;
7357
+ };
7358
+ basis: {
7359
+ name: string;
7360
+ detail: string;
7361
+ };
7362
+ };
7363
+ };
7364
+ RRI: {
7365
+ description: string;
7366
+ abstract: string;
7367
+ links: {
7368
+ title: string;
7369
+ url: string;
7370
+ }[];
7371
+ functionParameter: {
7372
+ nper: {
7373
+ name: string;
7374
+ detail: string;
7375
+ };
7376
+ pv: {
7377
+ name: string;
7378
+ detail: string;
7379
+ };
7380
+ fv: {
7147
7381
  name: string;
7148
7382
  detail: string;
7149
7383
  };
@@ -7157,11 +7391,15 @@ declare const _default: {
7157
7391
  url: string;
7158
7392
  }[];
7159
7393
  functionParameter: {
7160
- number1: {
7394
+ cost: {
7161
7395
  name: string;
7162
7396
  detail: string;
7163
7397
  };
7164
- number2: {
7398
+ salvage: {
7399
+ name: string;
7400
+ detail: string;
7401
+ };
7402
+ life: {
7165
7403
  name: string;
7166
7404
  detail: string;
7167
7405
  };
@@ -7175,11 +7413,19 @@ declare const _default: {
7175
7413
  url: string;
7176
7414
  }[];
7177
7415
  functionParameter: {
7178
- number1: {
7416
+ cost: {
7179
7417
  name: string;
7180
7418
  detail: string;
7181
7419
  };
7182
- number2: {
7420
+ salvage: {
7421
+ name: string;
7422
+ detail: string;
7423
+ };
7424
+ life: {
7425
+ name: string;
7426
+ detail: string;
7427
+ };
7428
+ per: {
7183
7429
  name: string;
7184
7430
  detail: string;
7185
7431
  };
@@ -7193,11 +7439,15 @@ declare const _default: {
7193
7439
  url: string;
7194
7440
  }[];
7195
7441
  functionParameter: {
7196
- number1: {
7442
+ settlement: {
7197
7443
  name: string;
7198
7444
  detail: string;
7199
7445
  };
7200
- number2: {
7446
+ maturity: {
7447
+ name: string;
7448
+ detail: string;
7449
+ };
7450
+ discount: {
7201
7451
  name: string;
7202
7452
  detail: string;
7203
7453
  };
@@ -7211,11 +7461,15 @@ declare const _default: {
7211
7461
  url: string;
7212
7462
  }[];
7213
7463
  functionParameter: {
7214
- number1: {
7464
+ settlement: {
7215
7465
  name: string;
7216
7466
  detail: string;
7217
7467
  };
7218
- number2: {
7468
+ maturity: {
7469
+ name: string;
7470
+ detail: string;
7471
+ };
7472
+ discount: {
7219
7473
  name: string;
7220
7474
  detail: string;
7221
7475
  };
@@ -7229,11 +7483,15 @@ declare const _default: {
7229
7483
  url: string;
7230
7484
  }[];
7231
7485
  functionParameter: {
7232
- number1: {
7486
+ settlement: {
7233
7487
  name: string;
7234
7488
  detail: string;
7235
7489
  };
7236
- number2: {
7490
+ maturity: {
7491
+ name: string;
7492
+ detail: string;
7493
+ };
7494
+ pr: {
7237
7495
  name: string;
7238
7496
  detail: string;
7239
7497
  };
@@ -7247,11 +7505,31 @@ declare const _default: {
7247
7505
  url: string;
7248
7506
  }[];
7249
7507
  functionParameter: {
7250
- number1: {
7508
+ cost: {
7251
7509
  name: string;
7252
7510
  detail: string;
7253
7511
  };
7254
- number2: {
7512
+ salvage: {
7513
+ name: string;
7514
+ detail: string;
7515
+ };
7516
+ life: {
7517
+ name: string;
7518
+ detail: string;
7519
+ };
7520
+ startPeriod: {
7521
+ name: string;
7522
+ detail: string;
7523
+ };
7524
+ endPeriod: {
7525
+ name: string;
7526
+ detail: string;
7527
+ };
7528
+ factor: {
7529
+ name: string;
7530
+ detail: string;
7531
+ };
7532
+ noSwitch: {
7255
7533
  name: string;
7256
7534
  detail: string;
7257
7535
  };
@@ -7265,11 +7543,15 @@ declare const _default: {
7265
7543
  url: string;
7266
7544
  }[];
7267
7545
  functionParameter: {
7268
- number1: {
7546
+ values: {
7269
7547
  name: string;
7270
7548
  detail: string;
7271
7549
  };
7272
- number2: {
7550
+ dates: {
7551
+ name: string;
7552
+ detail: string;
7553
+ };
7554
+ guess: {
7273
7555
  name: string;
7274
7556
  detail: string;
7275
7557
  };
@@ -7283,11 +7565,15 @@ declare const _default: {
7283
7565
  url: string;
7284
7566
  }[];
7285
7567
  functionParameter: {
7286
- number1: {
7568
+ rate: {
7287
7569
  name: string;
7288
7570
  detail: string;
7289
7571
  };
7290
- number2: {
7572
+ values: {
7573
+ name: string;
7574
+ detail: string;
7575
+ };
7576
+ dates: {
7291
7577
  name: string;
7292
7578
  detail: string;
7293
7579
  };
@@ -7301,11 +7587,31 @@ declare const _default: {
7301
7587
  url: string;
7302
7588
  }[];
7303
7589
  functionParameter: {
7304
- number1: {
7590
+ settlement: {
7305
7591
  name: string;
7306
7592
  detail: string;
7307
7593
  };
7308
- number2: {
7594
+ maturity: {
7595
+ name: string;
7596
+ detail: string;
7597
+ };
7598
+ rate: {
7599
+ name: string;
7600
+ detail: string;
7601
+ };
7602
+ pr: {
7603
+ name: string;
7604
+ detail: string;
7605
+ };
7606
+ redemption: {
7607
+ name: string;
7608
+ detail: string;
7609
+ };
7610
+ frequency: {
7611
+ name: string;
7612
+ detail: string;
7613
+ };
7614
+ basis: {
7309
7615
  name: string;
7310
7616
  detail: string;
7311
7617
  };
@@ -7319,11 +7625,23 @@ declare const _default: {
7319
7625
  url: string;
7320
7626
  }[];
7321
7627
  functionParameter: {
7322
- number1: {
7628
+ settlement: {
7323
7629
  name: string;
7324
7630
  detail: string;
7325
7631
  };
7326
- number2: {
7632
+ maturity: {
7633
+ name: string;
7634
+ detail: string;
7635
+ };
7636
+ pr: {
7637
+ name: string;
7638
+ detail: string;
7639
+ };
7640
+ redemption: {
7641
+ name: string;
7642
+ detail: string;
7643
+ };
7644
+ basis: {
7327
7645
  name: string;
7328
7646
  detail: string;
7329
7647
  };
@@ -7337,11 +7655,27 @@ declare const _default: {
7337
7655
  url: string;
7338
7656
  }[];
7339
7657
  functionParameter: {
7340
- number1: {
7658
+ settlement: {
7341
7659
  name: string;
7342
7660
  detail: string;
7343
7661
  };
7344
- number2: {
7662
+ maturity: {
7663
+ name: string;
7664
+ detail: string;
7665
+ };
7666
+ issue: {
7667
+ name: string;
7668
+ detail: string;
7669
+ };
7670
+ rate: {
7671
+ name: string;
7672
+ detail: string;
7673
+ };
7674
+ pr: {
7675
+ name: string;
7676
+ detail: string;
7677
+ };
7678
+ basis: {
7345
7679
  name: string;
7346
7680
  detail: string;
7347
7681
  };