Class KnownAmountSwapPaymentPeriod.Builder

    • Method Detail

      • payment

        public KnownAmountSwapPaymentPeriod.Builder payment​(Payment payment)
        Sets the payment.

        This includes the payment date and amount. If the schedule adjusts for business days, then the date is the adjusted date.

        Parameters:
        payment - the new value, not null
        Returns:
        this, for chaining, not null
      • startDate

        public KnownAmountSwapPaymentPeriod.Builder startDate​(LocalDate startDate)
        Sets the start date of the payment period.

        This is the first date in the period. If the schedule adjusts for business days, then this is the adjusted date.

        Parameters:
        startDate - the new value, not null
        Returns:
        this, for chaining, not null
      • endDate

        public KnownAmountSwapPaymentPeriod.Builder endDate​(LocalDate endDate)
        Sets the end date of the payment period.

        This is the last date in the period. If the schedule adjusts for business days, then this is the adjusted date.

        Parameters:
        endDate - the new value, not null
        Returns:
        this, for chaining, not null
      • unadjustedStartDate

        public KnownAmountSwapPaymentPeriod.Builder unadjustedStartDate​(LocalDate unadjustedStartDate)
        Sets the unadjusted start date.

        The start date before any business day adjustment is applied.

        When building, this will default to the start date if not specified.

        Parameters:
        unadjustedStartDate - the new value, not null
        Returns:
        this, for chaining, not null
      • unadjustedEndDate

        public KnownAmountSwapPaymentPeriod.Builder unadjustedEndDate​(LocalDate unadjustedEndDate)
        Sets the unadjusted end date.

        The end date before any business day adjustment is applied.

        When building, this will default to the end date if not specified.

        Parameters:
        unadjustedEndDate - the new value, not null
        Returns:
        this, for chaining, not null