Record

Generates a single record per trial of a specified type, at a specified time and with a specified value.

Structure

{
    "_schema": "Record_1.0",
    "time": 1,
    "type": "MyType",
    "value": 1000
}

Parameters

Parameter Name

Required

Type

Description

time

Yes

double

The time of the generated record.

type

Yes

string

The type of the generated record.

value

Yes

double

The value of the generated record in currency units.

currency

No

string

The currency in which value is defined.

Behaviour

The output ledger contains the entire input ledger, along with the generated record. The generated record is placed within the output ledger such that the output ledger is sorted by time.