Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The universal typology processor has already been developed and implemented in Actio as a standard feature of the Actio evaluation pipeline (see: Typology Processing)

    1. The typology processor will have a unique ID

    2. The typology processor will have a unique version

    3. Future Enhancement: Currently, the typology processor itself will be updated through a development and change control process to deploy new code. For the Network Map to completely control the routing of a transaction through the pipeline, the typology processor itself should be defined in the Network Map.

  2. Create the typology configuration (see: https://lextego.atlassian.net/wiki/spaces/ACTIO/pages/432636006/Typology+Processing#5.5.-Read-typology-expression)

    1. The typology configuration will include the rule results scoring table: the result for each rule (or each set of the sub-rules), which will be either TRUE or FALSE, must be associated with an integer between 0 and 100

    2. The typology configuration will include the typology expression

    3. If the rule processors for the typology are still to be deployed, the typology configuration could be missing or empty. When the typology processor is called on to execute the typology configuration, the typology processor will identify that no rules are in scope and no expression exists and then automatically complete the typology with a score of 0 (zero).

  3. Connect the typology

    1. Prerequisite: The typology processor must exist and be deployed to the platform.

    2. Prerequisite: A typology must be associated with an existing channel. If the channel for a typology has not yet been created, the channel must be created before the typology can be connected. (There are cascading dependencies for the transaction definition to also exist, though this is a direct prerequisite for the channel.)

    3. Future enhancement: Update the channel configuration (see: https://lextego.atlassian.net/wiki/spaces/ACTIO/pages/539885863/Channel+Aggregation+and+Decisioning#6.4.-Read-channel-configuration)

      1. The threshold for the typology result to determine if the typology should trigger an interdiction or an investigation must be added to the channel configuration

      2. Optional: The typology may be added to the “proceed” set of typologies in the channel configuration, if “no action” typology result, combined with “no action” typology results from other typologies in the “proceed” set, would trigger a “proceed” instruction to the client system.

    4. Update the Network Map (see: https://lextego.atlassian.net/wiki/spaces/ACTIO/pages/563052560/Channel+Router+and+Setup+Processor#3.1.-Read-Network-Map)

      1. The new typology must be linked to the channel within which it is to be executed by adding the typology to the transactions.channels.typologies object under the channel in the Network Map.

      2. The new typology must be described in the network map with the following information:

...