Portfolio Health Check(Desktop)
Portfolio Health Check is a contractual component that helps to view the relative health of the Investment Portfolio.
Namespace
com.InfinityOLB.PortfolioManagementMA.PortfolioHealthCheck
Contract Definition
Contracts are used to customize behavior, user experience, and manipulate the data or object of a component. Contracts are made available by exposing properties, methods, and events.
- Properties: Used to define the behavior of the component.
- Methods: Form or other components can use these methods to interact with the component.
- Events: Events are generated on the component. Implementation teams can define business logic to configure the execution of events.
Assumption
No Assumptions
Properties
Properties |
Programmatic Name |
Quantum Type |
Temenos Digital Type
|
Description |
Default value |
Remarks |
---|---|---|---|---|---|---|
Service Call |
ServiceCall |
String |
JSON |
|
{ "ObjectName": "PortfolioDetails", "ServiceName": "PortfolioServicing", "OperationName": "getPortfolioHealth" } |
|
Methods
Methods |
Parameter |
Description |
---|---|---|
SetContext |
Context |
This method sets the context object in the component. |
Events
Methods |
Parameter |
Description |
---|---|---|
btnClick |
This method navigates to frmPortfolioHealthCheck. |
|
onError | Error | This method prints the Error on the console. |
In this topic