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 |
---|---|---|---|
|
Yes |
|
The time of the generated record. |
|
Yes |
|
The type of the generated record. |
|
Yes |
|
The value of the generated record in currency units. |
|
No |
|
The currency in which |
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.