RecurringRevenue: 'RecurringRevenue'

View source: R/metrics-univariate.R

RecurringRevenueR Documentation

RecurringRevenue

Description

Computes recurring revenue at the end of the period (i.e., as of the instant before the next time periods starts). Where the time period isn't complete, the recurring revenue is calculated up until the instant before attr(data, "end").

Usage

RecurringRevenue(data)

Arguments

data

A MetricData object.

Details

For example, if with yearly data, if a customer has an annual license for $1,000 from 1 February to 1 February of the next year, and a second license which starts on 1 January of the last year with a prorated price of $1000/12, then the recurring revenue is $2,000.

Value

A vector showing the recurring revenue by time points.


Displayr/flipRevenueMetrics documentation built on June 14, 2025, 6:54 p.m.