Class APnLBookScalingRestService<T extends PnLBookScalingDTO>

    • Constructor Detail

      • APnLBookScalingRestService

        public APnLBookScalingRestService()
    • Method Detail

      • generateBookCondition

        public com.qfs.condition.ICondition generateBookCondition​(PnLBookScalingDTO dto)
        Generate the ICondition used to retrieve the data corresponding to the book to scale
        Parameters:
        dto - the DTO
        Returns:
        ICondition
      • parseAsOfDate

        public LocalDate parseAsOfDate​(String asOfDate)
        Parse the as of date string representation into a LocalDate
        Parameters:
        asOfDate - string representation of the as of date
        Returns:
        LocalDate