Skip to content

Commit d8abf07

Browse files
author
Mark Baker
authored
Merge pull request #13 from PowerKiKi/unit-tests-accrint
Fix unit tests for ACCRINT() function
2 parents 55ef87a + af42b80 commit d8abf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unitTests/rawTestData/Calculation/Financial/ACCRINT.data

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Issue date 1st Interest Settlement Rate Par Freq Basis Result
22
"2008-03-01", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, 16.666666666667
33
"2008-03-05", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, 15.555555555556
4-
"2010-01-01", "2010-06-30", "2010-04-01", 0.08, 10000, 4, 202.222222222222
4+
"2010-01-01", "2010-06-30", "2010-04-01", 0.08, 10000, 4, 200
55
"2008-03-05", "2008-08-31", "2008-05-01", -0.10, 1000, 2, 0, "#NUM!"
66
"Invalid Date", "2008-08-31", "2008-05-01", 0.10, 1000, 2, 0, "#VALUE!"
77
"2008-03-01", "2008-08-31", "2008-05-01", "ABC", 1000, 2, 0, "#VALUE!"

0 commit comments

Comments
 (0)