NPV stands for Net Present Value, and it is a financial metric used in capital budgeting and investment analysis. The Net Present Value represents the
A TimeSeries is a series of points consisting of dates and values, associated with an entity, and stored in the Quintessence database along with other
The UploadDataAsync() function uploads data to Quintessence using a configured data feed and a range of data as input. Typically, a data feed would take
The Reportasync() function returns the output from a Quintessence report. The function provides the required parameter values as set up in the report configuration. Reportasync()
ExecuteScheduleAsync() works the same way as the ExecuteSchedule() function but calculates in the background (asynchronously from third party applications). This is useful for longer Schedules,
Schedules are automated workflows that perform tasks on behalf of a user. They can be run from the Quintessence application but also initiated from a
The audit log contains data pertaining to the usage which is channeled through Quintessence by users. The auditlog() function retrieves the records and associated information
The UpdateCodes() function updates the codes for specified entities and code types in the Quintessence database. If the specified code type already exists for the
The User() function returns the code of the logged in Quintessence user. Example Function User() Output 54321:Quintessence Code