Agreement Types

Distribution Management can manage third-party entity agreements of multiple types, according to your needs. Each agreement type has a different configuration that must be specified during the implementation process, containing information about the custom-built product type and product endpoints that retrieve the information needed to create the agreements.

To manage agreement types:

  1. In FintechOS Portal, click the main menu icon and expand the Distribution Management menu.

  2. Expand the Distribution Management Admin menu and click the Agreement Type menu item to open the Agreement Types List page.

On the Agreement Types List page, you can create a new agreement type record, search, edit, or delete an existing one. You can't delete records already used by other records.

Creating Agreement Types

Follow these steps to create new third-party agreement type records:

  1. In the FintechOS Portal, click the Insert button on the top right side of the Agreement Types List page. The Agreement Type page is displayed.

  2. Fill in the following fields from the Main Information section:

    • Name - Enter the name of the agreement type.

    • Is Default - Check this box to specify that this agreement type should be used by default by Distribution Management when creating an agreement.

    • API Product Type - Enter the name of the custom-built product type endpoint that retrieves information to build the agreement.

    • API Product - Enter the name of the custom-built product endpoint that retrieves information to build the agreement.

    IMPORTANT!  
    When building these custom endpoints during the implementation process, note that both endpoints should get the data in the following format:
    {"id": "primary_key_of_the_record_such_as_bankingProductId", "name": "name_of_the_record"}

    The API Product Type endpoint filters the results of the API Product endpoint. Keep in mind that the API Product endpoint must receive the productType parameter, with this exact name. Use the productType parameter's value to filter the list of products returned by the endpoint.

  3. Click the Save and Reload button.

Viewing Agreements of a Specific Agreement Type

To view all the agreements of a specific type generated by Distribution Management, follow these steps:

  1. In the FintechOS Portal, click the desired agreement type record within the Agreement Types List page. The Agreement Type page is displayed.

  2. View the list of existing agreements in the Agreement section of the page.

    You can view the following information about each agreement within the list: name, validity period, third-party entity name, and agreement status.

  3. Double-click an agreement from the list to display the agreement record.