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

46 lines
697 B
PHP

<?php
// Settlement, Maturity, Investment, Redemption, Basis, Result
return [
[
0.057680000000000002,
'2008-02-15',
'2008-05-15',
1000000,
1014420,
2,
],
[
0.22500000000000001,
'2005-04-01',
'2010-03-31',
1000,
2125,
],
[
'#VALUE!',
'2008-02-15',
'2008-05-15',
1000000,
1014420,
'ABC',
],
[
'#NUM!',
'2008-02-15',
'2008-05-15',
1000000,
-1014420,
2,
],
[
'#VALUE!',
'Invalid Date',
'2008-05-15',
1000000,
1014420,
2,
],
];