DRFScoring

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

The DRFScoring action executes a Data Rating Factor (DRF) scoring calculation on a record. DRF scoring evaluates records against predefined criteria to produce risk scores, ratings, or classifications.

The API request simply says "score this record" - the scoring configuration determines how.

What Is DRF Scoring?

DRF (Data Rating Factor) scoring is a rules-based evaluation system:

ComponentDescription
Scoring FactorsIndividual criteria that contribute to the score
Factor WeightsRelative importance of each factor
Scoring RulesLogic that determines points/values for each factor
Score OutputCalculated result (numeric score, rating, tier, etc.)

How It Works

When executed, the DRFScoring action:

  1. Retrieves the scoring configuration specified by the parameters
  2. Evaluates the record's data against the scoring criteria/factors
  3. Calculates a score, rating, or classification
  4. Stores the scoring result on the record or in a related scoring entity

Domain Compatibility

DRF Scoring can be applied to domains that have scoring configurations defined:

DomainCommon Scoring Use Cases
ClaimClaim severity scoring, fraud risk scoring, litigation risk
PolicyRisk rating, pricing tier classification
LocationSite risk scoring, safety rating
IncidentIncident severity scoring, escalation scoring
ContactVendor rating, customer risk scoring

Common Use Cases

  • Risk Assessment - Calculate risk scores for claims or policies
  • Fraud Detection - Score claims for fraud indicators
  • Prioritization - Score records to prioritize work queues
  • Pricing - Calculate rating factors for premium determination
  • Compliance - Score locations or vendors for compliance ratings
  • Severity Classification - Automatically classify records by severity
Path Params
string
required

A domain only supports DRFScoring if:

  1. A scoring configuration has been created for that domain
  2. Scoring factors have been defined
  3. The scoring model is active

Contact your Origami Administrator for a comprehensive list of scoring-enabled domains.

integer
required

Identifies which specific record the DRF scoring calculation should evaluate.

Body Params
parameters
object
required
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json