Date Utility functions
Lookup Utility Functions
Number utility functions
Placeholder Values for Client Identifier
Placeholder that will resolve to the universe of the adviser,running the import process
Placeholder that is resolved to the UUID of the global dealer entity
Placeholder that will be resolved to the UUID of the global exchange entity
Placeholder that will be resolved to the UUID of the global participant entity
Placeholder that is resolved to the UUID for the primary entity of the universe performing this import
Object containing all defined scalar values
Standard javascript Date object global.BigInt
Standard javascript Date object global.Date
Standard javascript Math object global.Math
Standard javascript Number object global.Number
Standard javscript String object global.String
Evaluate and return the condValueExpr
for the first matching
condExpr
. This function works like a switch
statement.
Each argument is tested in order and and the first clause with a condExpr
component that is truthy will result in the condValueExpr
being returned.
If no expression are valid the result is undefined.
All parameters are evaluated lazily
Assign a value in the current context
name of the variable
value to assign
Evaluate expr
and return trueValue
if it is true and falseValue
otherwise
Parameters are evaluated lazily so only one of trueValue|falseValue
will be evaluated
conditional Expression to evaluate
Optional
trueValue: anyexpression to evaluate if expr
is truthy
Optional
falseValue: anyexpression to evaluate if expr
is falsy
Evaluate expression in sequence and return the first expression that does not throw an exception.
Parameters are evaluated lazily
first Expression
Optional
expr2: anysecond expression
Nth expression
undefined if all expressions throw exceptions
Optional
lang: string
A column object