Searched refs:nSettle (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/scaddins/source/analysis/ |
H A D | financial.cxx | 73 if( fRate <= 0.0 || fVal <= 0.0 || nIssue >= nSettle ) in getAccrintm() 217 if( fDisc <= 0.0 || fRedemp <= 0 || nSettle >= nMat ) in getPricedisc() 229 if( fRate < 0.0 || fYield < 0.0 || nSettle >= nMat ) in getPricemat() 349 if( fRate < 0.0 || fRate <= 0.0 || nSettle >= nMat ) in getYieldmat() 364 if( fDisc <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbilleq() 375 if( fDisc <= 0.0 || nSettle > nMat ) in getTbillprice() 397 if( fPrice <= 0.0 || nSettle >= nMat || nDiff > 360 ) in getTbillyield() 414 …if( fRate < 0 || fYield < 0 || CHK_Freq || nMat <= nFirstCoup || nFirstCoup <= nSettle || nSettle … in getOddfprice() 426 …if( fRate < 0 || fPrice <= 0 || CHK_Freq || nMat <= nFirstCoup || nFirstCoup <= nSettle || nSettle… in getOddfyield() 439 if( fRate < 0 || fYield < 0 || CHK_Freq || nMat <= nSettle || nSettle <= nLastInterest ) in getOddlprice() [all …]
|
H A D | analysis.hxx | 207 …virtual double SAL_CALL getReceived( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double… 208 …virtual double SAL_CALL getDisc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double fPr… 223 …virtual double SAL_CALL getTbilleq( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, double … 224 …virtual double SAL_CALL getTbillprice( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, doub… 225 …virtual double SAL_CALL getTbillyield( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, doub… 233 …virtual double SAL_CALL getCoupncd( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int… 234 …virtual double SAL_CALL getCoupdays( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_In… 235 …virtual double SAL_CALL getCoupdaysnc( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_… 236 …virtual double SAL_CALL getCoupdaybs( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_I… 237 …virtual double SAL_CALL getCouppcd( constREFXPS& xOpt, sal_Int32 nSettle, sal_Int32 nMat, sal_Int… [all …]
|
H A D | analysishelper.cxx | 1001 double fSetMat = GetYearFrac( nNullDate, nSettle, nMat, nBase ); in GetYieldmat() 1144 double fN = GetCoupnum( nNullDate, nSettle, nMat, nFreq, nBase ); in getPrice_() 1324 if( nSettle >= nMat || CHK_Freq ) in GetCouppcd() 1349 if( nSettle >= nMat || CHK_Freq ) in GetCoupncd() 1363 if( nSettle >= nMat || CHK_Freq ) in GetCoupdaybs() 1366 ScaDate aSettle( nNullDate, nSettle, nBase ); in GetCoupdaybs() 1378 if( nSettle >= nMat || CHK_Freq ) in GetCoupdaysnc() 1383 ScaDate aSettle( nNullDate, nSettle, nBase ); in GetCoupdaysnc() 1388 …return GetCoupdays( nNullDate, nSettle, nMat, nFreq, nBase ) - GetCoupdaybs( nNullDate, nSettle, n… in GetCoupdaysnc() 1397 if( nSettle >= nMat || CHK_Freq ) in GetCoupdays() [all …]
|
H A D | analysishelper.hxx | 108 double GetDuration( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, double fCoup, 110 double GetYieldmat( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, 112 double GetOddfprice( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, 119 double GetOddfyield( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, 122 double GetOddlprice( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInte… 124 double GetOddlyield( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nLastInte… 130 double GetCouppcd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, 132 double GetCoupncd( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 n… 136 double GetCoupdaysnc( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nFreq, 139 double GetCoupnum( sal_Int32 nNullDate, sal_Int32 nSettle, sal_Int32 nMat, [all …]
|
Completed in 44 milliseconds