Searched refs:fDisc (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/scaddins/source/analysis/ |
| H A D | financial.cxx | 82 sal_Int32 nSettle, sal_Int32 nMat, double fInvest, double fDisc, const ANY& rOB ) in getReceived() argument 84 if( fInvest <= 0.0 || fDisc <= 0.0 ) in getReceived() 87 …double fRet = fInvest / ( 1.0 - ( fDisc * GetYearDiff( GetNullDate( xOpt ), nSettle, nMat, getDate… in getReceived() 214 sal_Int32 nSettle, sal_Int32 nMat, double fDisc, double fRedemp, const ANY& rOB ) in getPricedisc() argument 216 if( fDisc <= 0.0 || fRedemp <= 0 || nSettle >= nMat ) in getPricedisc() 219 …double fRet = fRedemp * ( 1.0 - fDisc * GetYearDiff( GetNullDate( xOpt ), nSettle, nMat, getDateMo… in getPricedisc() 353 sal_Int32 nSettle, sal_Int32 nMat, double fDisc ) in getTbilleq() argument 359 if( fDisc <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbilleq() 362 double fRet = ( 365 * fDisc ) / ( 360 - ( fDisc * double( nDiff ) ) ); in getTbilleq() 368 sal_Int32 nSettle, sal_Int32 nMat, double fDisc ) in getTbillprice() argument [all …]
|
| H A D | analysis.hxx | 206 …stREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fInvest, double fDisc, const ANY& rOptBa… 213 …etPricedisc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fDisc, double fRedemp, c… 222 …uble SAL_CALL getTbilleq( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fDisc ); 223 …e SAL_CALL getTbillprice( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fDisc );
|