Documentation of 'org.jquantlib.Settings' Java class
Settings
org.jquantlib

Class Settings



  • public class Settings
    extends java.lang.Object
    Settings for the application.

    This class aggregates mutable values which have life cycle of a certain operation or sequence of operations defined by the enclosing thread.

    See Also:
    ThreadLocal
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • isNegativeRates

        public boolean isNegativeRates()
      • isExtraSafetyChecks

        public boolean isExtraSafetyChecks()
      • isTodaysPayments

        public boolean isTodaysPayments()
      • isUseIndexedCoupon

        public boolean isUseIndexedCoupon()
      • isEnforcesTodaysHistoricFixings

        public boolean isEnforcesTodaysHistoricFixings()
      • isRefineHighPrecisionUsingHalleysMethod

        public boolean isRefineHighPrecisionUsingHalleysMethod()
      • setNegativeRates

        public void setNegativeRates(boolean negativeRates)
      • setExtraSafetyChecks

        public void setExtraSafetyChecks(boolean extraSafetyChecks)
      • setTodaysPayments

        public void setTodaysPayments(boolean todaysPayments)
      • setUseIndexedCoupon

        public void setUseIndexedCoupon(boolean todaysPayments)
      • setEnforcesTodaysHistoricFixings

        public void setEnforcesTodaysHistoricFixings(boolean enforceTodaysHistoricFixings)
      • setRefineHighPrecisionUsingHalleysMethod

        public void setRefineHighPrecisionUsingHalleysMethod(boolean refineToFullMachinePrecisionUsingHalleysMethod)
      • evaluationDate

        public Date evaluationDate()
        Returns:
        the value of field evaluationDate
      • setEvaluationDate

        public Date setEvaluationDate(Date evaluationDate)
        Changes the value of field evaluationDate.

        Notice that a successful change of evaluationDate notifies all its listeners.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.