Event Name
publishProduct.productPublished
Domain
holdings
Description
Indicates proof and publishing the product.
Properties
{
"product": {
"type": "string",
"description": "Specifies the list of products licensed for the institution."
},
"productDescriptions": {
"type": "array",
"description": "Indicates the description of the Product",
"items": {
"id": "urn:jsonschema:ProductDescriptions",
"properties": {
"language": {
"type": "string",
"description": "The language that the contents of the field are displayed in."
},
"productDescription": {
"type": "string",
"description": "Indicates the description of the Product"
}
}
}
},
"productGroup": {
"type": "string",
"description": "Indicates a group under which the products exists"
},
"productLine": {
"type": "string",
"description": "The top level product line, which the product is ultimately attached to. May be a Temenos-defined product line such as ACCOUNTS, AGENT, BUNDLE, CONSENT, DEPOSITS, LENDING, REWARDS, etc. or one defined by the institution to manage external products."
},
"availableDate": {
"type": "string",
"description": "Indicates the date in which the forward dated, value dated, and forward exposure dated balances are held."
},
"expiryDate": {
"type": "string",
"description": "This indicates the date on which the offer or privilege terminates for the event."
},
"companyReference": {
"type": "string",
"description": "Contains the identifier of the underlying Entity or Company or Branch"
},
"systemReference": {
"type": "string",
"description": "Contains the identifier for the system in which the event originated from. For ex, ‘Hogan’ or ‘TransactAccounts’ etc"
}
}