sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/Financial/COUPNCD.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

41 lines
549 B
PHP

<?php
// Settlement, Maturity, Frequency, Basis, Result
return [
[
39217,
'25-Jan-2007',
'15-Nov-2008',
2,
1,
],
[
40568,
'2011-01-01',
'2012-10-25',
4,
],
[
'#VALUE!',
'Invalid Date',
'15-Nov-2008',
2,
1,
],
[
'#VALUE!',
'25-Jan-2007',
'Invalid Date',
2,
1,
],
[
'#NUM!',
'25-Jan-2007',
'15-Nov-2008',
3,
1,
],
];