You are here

8 calls to PHPExcel_Calculation_DateTime::YEAR() in Loft Data Grids 7.2

PHPExcel_Calculation_DateTime::YEARFRAC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/DateTime.php
* YEARFRAC * * Calculates the fraction of the year represented by the number of whole days between two dates * (the start_date and the end_date). * Use the YEARFRAC worksheet function to identify the proportion of a whole year's benefits…
PHPExcel_Calculation_Financial::AMORLINC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* AMORLINC * * Returns the depreciation for each accounting period. * This function is provided for the French accounting system. If an asset is purchased in * the middle of the accounting period, the prorated depreciation is taken into…
PHPExcel_Calculation_Financial::COUPDAYBS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYBS * * Returns the number of days from the beginning of the coupon period to the settlement date. * * Excel Function: * COUPDAYBS(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYS in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYS * * Returns the number of days in the coupon period that contains the settlement date. * * Excel Function: * COUPDAYS(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::COUPDAYSNC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPDAYSNC * * Returns the number of days from the settlement date to the next coupon date. * * Excel Function: * COUPDAYSNC(settlement,maturity,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::PRICEMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PRICEMAT * * Returns the price per $100 face value of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::YIELDDISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* YIELDDISC * * Returns the annual yield of a security that pays interest at maturity. * *
PHPExcel_Calculation_Financial::YIELDMAT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* YIELDMAT * * Returns the annual yield of a security that pays interest at maturity. * *