Home
last modified time | relevance | path

Searched refs:fPrice (Results 1 – 4 of 4) sorted by path

/trunk/main/scaddins/source/analysis/
H A Danalysis.hxx208 …L getDisc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fPrice, double fRedemp, c…
220 …nstREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fPrice, double fRedemp, s…
221 …tYielddisc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fPrice, double fRedemp, c…
222 …al_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, double fRate, double fPrice, const ANY& rOptBa…
225 …Tbillyield( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fPrice ) THROWDEF_RTE_IAE;
227 …Int32 nMat, sal_Int32 nIssue, sal_Int32 nFirstCoup, double fRate, double fPrice, double fRedemp, s…
229 …2 nSettle, sal_Int32 nMat, sal_Int32 nLastInterest, double fRate, double fPrice, double fRedemp, s…
H A Danalysishelper.cxx997 double fRate, double fPrice, sal_Int32 nBase ) THROWDEF_RTE_IAE in GetYieldmat() argument
1004 y /= fPrice / 100.0 + fIssSet * fRate; in GetYieldmat()
1096 for( sal_uInt32 nIter = 0 ; nIter < 100 && fPriceN != fPrice ; nIter++ ) in getYield_()
1100 if( fPrice == fPrice1 ) in getYield_()
1102 else if( fPrice == fPrice2 ) in getYield_()
1104 else if( fPrice == fPriceN ) in getYield_()
1106 else if( fPrice < fPrice2 ) in getYield_()
1115 if( fPrice < fPriceN ) in getYield_()
1126 fYieldN = fYield2 - ( fYield2 - fYield1 ) * ( ( fPrice - fPrice2 ) / ( fPrice1 - fPrice2 ) ); in getYield_()
1130 if( fabs( fPrice - fPriceN ) > fPrice / 100.0 ) in getYield_()
[all …]
H A Danalysishelper.hxx111 double fRate, double fPrice, sal_Int32 nBase ) THROWDEF_RTE_IAE;
115 … getYield_( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, double fPrice,
120 sal_Int32 nFirstCoup, double fRate, double fPrice, double fRedemp,
125 … double fRate, double fPrice, double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE;
H A Dfinancial.cxx93 sal_Int32 nSettle, sal_Int32 nMat, double fPrice, double fRedemp, const ANY& rOB ) THROWDEF_RTE_IAE in getDisc() argument
95 if( fPrice <= 0.0 || fRedemp <= 0.0 || nSettle >= nMat ) in getDisc()
316 if( fCoup < 0.0 || fPrice <= 0.0 || fRedemp <= 0.0 || CHK_Freq || nSettle >= nMat ) in getYield()
327 if( fPrice <= 0.0 || fRedemp <= 0.0 || nSettle >= nMat ) in getYielddisc()
333 double fRet = 1.0 - fPrice / fRedemp; in getYielddisc()
338 double fRet = ( fRedemp / fPrice ) - 1.0; in getYielddisc()
397 if( fPrice <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbillyield()
401 fRet /= fPrice; in getTbillyield()
424 double fRate, double fPrice, double fRedemp, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getOddfyield() argument
450 double fRate, double fPrice, double fRedemp, sal_Int32 nFreq, const ANY& rOB ) THROWDEF_RTE_IAE in getOddlyield() argument
[all …]

Completed in 44 milliseconds