Dashboard - My Investment Summary
My Investment Summary component is a contractual component that helps you to display the pictorial representation of your investments.
Namespace
com.wealth.common.investmentLineChart
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.
- Context: Specifies the contextual object that is passed to the component.
Properties
Properties |
Programmatic Name |
Quantum Type |
Temenos Digital Type |
Default Value |
---|---|---|---|---|
Currency Symbol |
currencySymbol |
String |
String |
$ |
Current Filter |
currentFilter |
String |
String |
1Y |
lblDate1 |
date1 |
String |
String |
1M |
lblDate2 |
date2 |
String |
String |
1Y |
lblDate3 |
date3 |
String |
String |
5Y |
lblDate4 |
date4 |
String |
String |
YTD |
Methods
Methods |
Parameter |
Description |
---|---|---|
setChartData |
chartData, chartStyle |
This method is used to pass the data object in order to plot the graph and to pass an object with colors that are to be used for area and line. |
onFilterChanged |
filter |
This method is used to make the service call by using the changed filter, in order to fetch the appropriate data. |
In this topic