Giter Site home page Giter Site logo

fsi-credit-dispute-kie's Introduction

KIE Components for the FSI Credit Dispute demo app

Projects

This is a collection of KIE projects with following relationship:

Project Relationship Diagram

  • Both the decisions project and case project have a direct Maven dependency on the model
  • The Case project remotely invokes the decisions using a work item handler defined in the deployment descriptor using the maven coordinates of the decisions project
    • Can add a scanner as a fourth parameter expressed in ms
    • The FraudDispute process uses the new Decision Task
    • The decisions project includes the LocalDMNProcess that illustrates a local DMN invocation

Domain Objects

  • Cardholder
    • age:integer
    • balanceRatio: Float
    • incidentCount: integer
    • stateCode: String
    • status: String (GOLD|SILVER|STANDARD)
  • FraudData
    • automated: boolean
    • customerStatus: String (GOLD|SILVER|STANDARD)
    • lineItemCount: Integer
    • maxDaysElapsed: Integer
    • totalFraudAmount: Float
  • AdditionalInformation
    • questionId: Integer
    • questionPrompt: String
    • questionType: String (text,boolean,date,number)
    • answerValue: String

Rest endpoints of interest

See the kie-test-util project for examples on invoking DMN decision through java api.

Includes a Postman Collection with all the relevant calls for the demo:

  • Calling Additional Info rules for dynamic questions
  • Invoking Automatic Processing decision
  • Starting a Case (resulting in automatic or manual processing)

Automatic Processing decision

Credit dispute DRD

There are several steps in the decision:

  • Calculating cardholder risk
    • Cardholder Risk Rating
  • Calculating dispute risk
    • Dispute Risk Rating
  • Determining manual vs. automatic processing based on the risk scores
    • Process Automatically

Additional Information Dynamic Questions

Input a cardholder and get a list of additional questions required. Some examples:

Technical rules

Status Rules Guided Table

Age Rules Guided Table

fsi-credit-dispute-kie's People

Contributors

duncandoyle avatar vaibhav331 avatar

Watchers

James Cloos avatar

Forkers

kmacedovarela

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.