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

44 lines
636 B
PHP

<?php
// settlement, maturity, price, redemption, basis, result
return [
[
0.052420213,
'2007-01-25',
'2007-06-15',
97.974999999999994,
100,
1,
],
[
0.01,
'2010-04-01',
'2015-03-31',
95,
100,
],
[
'#NUM!',
'2010-04-01',
'2015-03-31',
0,
100,
],
[
'#VALUE!',
'2010-04-01',
'2015-03-31',
'ABC',
100,
],
[
'#VALUE!',
'Invalid Date',
'2007-06-15',
97.974999999999994,
100,
1,
],
];