Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excel functions: financial functions #356

Closed
52 of 55 tasks
gunnsth opened this issue Dec 9, 2019 · 1 comment
Closed
52 of 55 tasks

Excel functions: financial functions #356

gunnsth opened this issue Dec 9, 2019 · 1 comment
Assignees

Comments

@gunnsth
Copy link
Contributor

gunnsth commented Dec 9, 2019

Description

Based on #336 the task is to implement and create testcases for the following functions that are classified as financial functions.

  • ACCRINT
  • ACCRINTM
  • AMORDEGRC
  • AMORLINC
  • COUPDAYBS
  • COUPDAYS
  • COUPDAYSNC
  • COUPNCD
  • COUPNUM
  • COUPPCD
  • CUMIPMT
  • CUMPRINC
  • DB
  • DDB
  • DISC
  • DOLLARDE
  • DOLLARFR
  • DURATION
  • EFFECT
  • FV
  • FVSCHEDULE
  • INTRATE
  • IPMT
  • IRR
  • ISPMT
  • MDURATION
  • MIRR
  • NOMINAL
  • NPER
  • NPV
  • ODDFRPRICE
  • ODDFYIELD
  • ODDLPRICE
  • ODDLYIELD
  • PDURATION
  • PMT
  • PPMT
  • PRICE
  • PRICEDISC
  • PRICEMAT
  • PV
  • RATE
  • RECEIVED
  • RRI
  • SLN
  • SYD
  • TBILLEQ
  • TBILLPRICE
  • TBILLYIELD
  • VDB
  • XIRR
  • XNPV
  • YIELD
  • YIELDDISC
  • YIELDMAT

Expected Behavior

Expect to have implementation and test cases for each of those functions.

Actual Behavior

Some of these may be already implemented. The task is to go over and ensure we have proper implementation and testcases for each.

Please comment below if the functions are already implemented properly and I will update the checklist.

@zgordan-vv
Copy link
Contributor

DURATION, MDURATION and PDURATION are implemented already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants