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_code

    String

    Refers to the Code for the Portfolio: Portfolio being that of Retail or Institutional.

  • portfolio_name

    String

    Refers to the Name for the Portfolio: Portfolio being that of Retail or Institutional.

  • segment_type_code

    String

    Refers to the Code for Segment Type : Segment Type being Demographic/ Risk Based/ Profitability/ Behavioral, and so on.

  • segment_type_name

    String

    Refers to the Name for Segment Type: Segment Type being Demographic/ Risk Based/ Profitability/ Behavioral, and so on.

  • segment_code

    String

    Refers to the Code for Segment within a particular Segment Type.

  • segment_name

    String

    Refers to the Name for Segment within a particular Segment Type.

  • product_code

    String

    Refers to the Code assigned to a Product.

  • product_name

    String

    Refers to Name of Banking Product.

  • repline_code

    String

    Refers to the Code assigned to a Reporting Line.

  • repline_name

    String

    Refers to the Name assigned to a Reporting Line.

  • repline_category

    String

    Refers to whether the Reporting Line is holding Amount field or a Balance field.

  • v_iso_currency_cd

    String

    Code Indicating Functional Currency.

  • month_on_book

    Refers to the Age of the Account on Banking books.

  • repline_value

    Value of the field corresponding to the Reporting line.

  • language_code

    String

    Code Indicating the Language.

Response JSON Sample:
{
"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"
}
]
}