Schedules
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Security Token Checkpoint Schedules related functionality
Namespace‹›
↳ Schedules
Protected
contextInherited from void
Create a schedule for Checkpoint creation (i.e. "Create a checkpoint every week for 5 weeks, starting next tuesday")
note
due to chain limitations, schedules are advanced and (if appropriate) executed whenever the Security Token is redeemed, issued or transferred between portfolios. This means that on a Security Token without much movement, there may be disparities between intended Checkpoint creation dates and the actual date when they are created. This, however, has no effect on the Checkpoint's accuracy regarding to balances
note
required role:
Security Token Owner
Protected
parentInherited from void
Remove the supplied Checkpoint Schedule for a given Security Token
param
Schedule (or ID) of the schedule to be removed
note
required role:
Security Token Owner
Calculate an abstract measure of the complexity of a given Calendar Period
Parameters:
Name
Type
period
Returns: number
▸ currentComplexity(): Promise‹number›
Returns: Promise‹number›
Retrieve all active Checkpoint Schedules
▸ maxComplexity(): Promise‹number›
Retrieve the maximum allowed Schedule complexity for this Security Token
Returns: Promise‹number›
• context:
Defined in
• create: ProcedureMethod‹, ›
Defined in
• parent:
Defined in
• remove: ProcedureMethod‹, void›
Defined in
▸ complexityOf(period
: ): number
Defined in
Defined in
Calculate the sum of the complexity of all current Checkpoint Schedules for this Security Token. The number cannot exceed the Token's maximum complexity (obtained via )
▸ get(): Promise‹[]›
Defined in
Returns: Promise‹[]›
Defined in