Searched refs:fDisc (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/scaddins/source/analysis/ |
H A D | financial.cxx | 82 sal_Int32 nSettle, sal_Int32 nMat, double fInvest, double fDisc, const ANY& rOB ) THROWDEF_RTE_IAE in getReceived() argument 84 if( fInvest <= 0.0 || fDisc <= 0.0 ) in getReceived() 215 sal_Int32 nSettle, sal_Int32 nMat, double fDisc, double fRedemp, const ANY& rOB ) THROWDEF_RTE_IAE in getPricedisc() argument 217 if( fDisc <= 0.0 || fRedemp <= 0 || nSettle >= nMat ) in getPricedisc() 220 …double fRet = fRedemp * ( 1.0 - fDisc * GetYearDiff( GetNullDate( xOpt ), nSettle, nMat, getDateMo… in getPricedisc() 358 sal_Int32 nSettle, sal_Int32 nMat, double fDisc ) THROWDEF_RTE_IAE in getTbilleq() argument 364 if( fDisc <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbilleq() 367 double fRet = ( 365 * fDisc ) / ( 360 - ( fDisc * double( nDiff ) ) ); in getTbilleq() 373 sal_Int32 nSettle, sal_Int32 nMat, double fDisc ) THROWDEF_RTE_IAE in getTbillprice() argument 375 if( fDisc <= 0.0 || nSettle > nMat ) in getTbillprice() [all …]
|
H A D | analysis.hxx | 207 …stREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fInvest, double fDisc, const ANY& rOptBa… 214 …etPricedisc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fDisc, double fRedemp, c… 223 … getTbilleq( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fDisc ) THROWDEF_RTE_IAE; 224 …tTbillprice( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fDisc ) THROWDEF_RTE_IAE;
|
Completed in 12 milliseconds