Documentation of 'org.jquantlib.termstructures.TermStructure' Java class
TermStructure
org.jquantlib.termstructures

Interface TermStructure

    • Method Detail

      • maxDate

        Date maxDate()
        Returns:
        the latest date for which the curve can return values
      • calendar

        Calendar calendar()
        Return the calendar used for reference date calculation
        Returns:
        the calendar used for reference date calculation
      • settlementDays

        int settlementDays()
        Returns the settlementDays used for reference date calculation
        Returns:
        the settlementDays used for reference date calculation
      • timeFromReference

        double timeFromReference(Date date)
        This method performs a date to double conversion which represents the fraction of the year between the reference date and the date passed as parameter.
        Parameters:
        date -
        Returns:
        the fraction of the year as a double
      • dayCounter

        DayCounter dayCounter()
        Return the day counter used for date/double conversion
        Returns:
        the day counter used for date/double conversion
      • maxTime

        double maxTime()
        Returns the latest double for which the curve can return values
        Returns:
        the latest double for which the curve can return values
      • referenceDate

        Date referenceDate()
        Returns the Date at which discount = 1.0 and/or variance = 0.0

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.