Searched refs:nLastInterest (Results 1 – 3 of 3) sorted by relevance
/trunk/main/scaddins/source/analysis/ |
H A D | financial.cxx | 436 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest, in getOddlprice() argument 439 if( fRate < 0 || fYield < 0 || CHK_Freq || nMat <= nSettle || nSettle <= nLastInterest ) in getOddlprice() 442 …double fRet = GetOddlprice( GetNullDate( xOpt ), nSettle, nMat, nLastInterest, fRate, fYield, fRed… in getOddlprice() 449 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest, in getOddlyield() argument 452 if( fRate < 0 || fPrice <= 0 || CHK_Freq || nMat <= nSettle || nSettle <= nLastInterest ) in getOddlyield() 455 …double fRet = GetOddlyield( GetNullDate( xOpt ), nSettle, nMat, nLastInterest, fRate, fPrice, fRed… in getOddlyield()
|
H A D | analysis.hxx | 228 …rice( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest, double fRate,… 229 …ield( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest, double fRate,…
|
H A D | analysishelper.hxx | 122 …e GetOddlprice( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest, 124 …e GetOddlyield( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest,
|
Completed in 29 milliseconds