5 Segment Averages
Endpoint (HTTP Link): http://<hostname>:<port>/rest-v1/segmentAverages/
Service Type: GET
Query Prameters: No input required.
Request JSON Sample: No request
Response Parameters:
portfolio_codeString
Refers to the Code for the Portfolio: Portfolio being that of Retail or Institutional.
portfolio_nameString
Refers to the Name for the Portfolio: Portfolio being that of Retail or Institutional.
segment_type_codeString
Refers to the Code for Segment Type : Segment Type being Demographic/ Risk Based/ Profitability/ Behavioral, and so on.
segment_type_nameString
Refers to the Name for Segment Type: Segment Type being Demographic/ Risk Based/ Profitability/ Behavioral, and so on.
segment_codeString
Refers to the Code for Segment within a particular Segment Type.
segment_nameString
Refers to the Name for Segment within a particular Segment Type.
product_codeString
Refers to the Code assigned to a Product.
product_nameString
Refers to Name of Banking Product.
repline_codeString
Refers to the Code assigned to a Reporting Line.
repline_nameString
Refers to the Name assigned to a Reporting Line.
repline_categoryString
Refers to whether the Reporting Line is holding Amount field or a Balance field.
v_iso_currency_cdString
Code Indicating Functional Currency.
month_on_bookRefers to the Age of the Account on Banking books.
repline_valueValue of the field corresponding to the Reporting line.
language_codeString
Code Indicating the Language.
{
"items": [
{
"portfolio_code": "string",
"portfolio_name": "string",
"segment_type_code": "string",
"segment_type_name": "string",
"segment_code": "string",
"segment_name": "string",
"product_code": "string",
"product_name": "string",
"repline_code": "string",
"repline_name": "string",
"repline_category": "string",
"v_iso_currency_cd": "string",
"month_on_book": 0,
"repline_value": 0,
"language_code": "string"
}
]
}