You are here

17 calls to PHPExcel_Calculation_DateTime::YEARFRAC() in Loft Data Grids 7.2

PHPExcel_Calculation_Financial::ACCRINT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* ACCRINT * * Returns the accrued interest for a security that pays periodic interest. * * Excel Function: * ACCRINT(issue,firstinterest,settlement,rate,par,frequency[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::ACCRINTM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* ACCRINTM * * Returns the accrued interest for a security that pays interest at maturity. * * Excel Function: * ACCRINTM(issue,settlement,rate[,par[,basis]]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::AMORDEGRC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* AMORDEGRC * * 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::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::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::COUPNUM in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* COUPNUM * * Returns the number of coupons payable between the settlement date and maturity date, * rounded up to the nearest whole coupon. * * Excel Function: * COUPNUM(settlement,maturity,frequency[,basis]) * * @access public *…
PHPExcel_Calculation_Financial::DISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* DISC * * Returns the discount rate for a security. * * Excel Function: * DISC(settlement,maturity,price,redemption[,basis]) * * @access public * @category Financial Functions *
PHPExcel_Calculation_Financial::INTRATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* INTRATE * * Returns the interest rate for a fully invested security. * * Excel Function: * INTRATE(settlement,maturity,investment,redemption[,basis]) * *
PHPExcel_Calculation_Financial::PRICEDISC in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* PRICEDISC * * Returns the price per $100 face value of a discounted security. * *
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::RECEIVED in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* RECEIVED * * Returns the price per $100 face value of a discounted security. * *
PHPExcel_Calculation_Financial::TBILLEQ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLEQ * * Returns the bond-equivalent yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::TBILLPRICE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLPRICE * * Returns the yield for a Treasury bill. * *
PHPExcel_Calculation_Financial::TBILLYIELD in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* TBILLYIELD * * Returns the yield for a Treasury bill. * *
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. * *