Policy State
Represents the state of a policy at an instant in time. Describes the payload Zahara transmits when requesting calculations for a single transaction.
A collection of uniquely named variables, must be camel-cased.
Show Child Parameters
A description of the monetary value of an investment contract
Show Child Parameters
A simple object that only contains a collection of unique attributes and no further structure.
Show Child Parameters
A simple object that only contains a collection of unique attributes and no further structure.
Show Child Parameters
A simple object that only contains a collection of unique attributes and no further structure.
Show Child Parameters
A benefit conferred to a group of one or more participants
Show Child Parameters
A unique entity
Show Child Parameters
Well-known geatures associated with a policy
Show Child Parameters
A simple object that only contains a collection of unique attributes and no further structure.
Show Child Parameters
A source of money
Show Child Parameters
A simple object that only contains a collection of unique attributes and no further structure.
Show Child Parameters
A simple object that only contains a collection of unique attributes and no further structure.
Show Child Parameters
Describes an arbitrary agreement
Show Child Parameters
{
"attributes": {
"^[a-z][a-zA-Z0-9]+": {}
},
"accountValue": {
"policyMetrics": {}
},
"coverages": [
{
"participants": [
{
"flatExtra": [
{}
]
}
],
"fees": [
{}
]
}
],
"parties": [
{}
],
"features": {},
"fundAllocations": [
{}
],
"funds": [
{
"segments": [
{}
]
}
],
"loanSegments": [
{}
],
"arrangements": [
{
"arrangementSources": [
{
"segments": [
{
"financialActivity": {}
}
]
}
],
"type": "LOAN",
"requestedAmount": "",
"fees": [
{}
],
"loanSegments": [
{}
],
"matchSegment": {},
"payments": [
{}
],
"taxWithholdings": [
{}
]
}
]
}Result
arrayThe output from a cmputation, which may vary with time
Scenario-Results
objectA grouping of uniquely identifiable results, typically produced under a common set of assumptions
The output from a cmputation, which may vary with time
{
"^[a-z][a-zA-Z0-9]+": [
"[]"
]
}Multiple-Scenario-Results
objectA grouping of uniquely identifiable scenarios containing their results
Message
objectA structured signal
Allowed values:INFOWARNINGERROR
{
"code": 0,
"severity": "INFO",
"text": "text",
"returnTo": "returnTo"
}