DEFER() function

Apportion a value over future periods

Simon Ritchie

Last Update 4 maanden geleden

🗒️ Description

The defer function takes an input value and splits it into equal increments over a user-defined number of periods.

This is great for ramping headcount to account for an onboarding ramp, deferred revenue, and straight-line depreciation.


This is often used in the context of “rollfwd” function to workout the balance of something over time.

✏️ Syntax & Variables
  • “indicator name” : string. Name of the indicator that contains the values that need to be deferred over time - Must be another indicator in the same block

  • defer_periods : number or reference to another indicator - number of periods to ramp from 0 to 100% of the value

âś… Expected result & examples

Was this article helpful?

0 out of 0 liked this article