OBJECT
An item within an underwriting decision component representing a single verification check or data review task.
Fields
outcomes DecisionComponentOutcomes!
required
The processed underwriting outcome results and items to review. results [DecisionComponentOutcome!]!
required
The outcomes of the underwriting processing on this decision component. An ordering of fields to provide a consistent view.
A detailed description of actions to be taken pertaining to a decision component.
A description of the component.
A detailed description of actions to be taken pertaining to a decision component. Deprecated: Use guidance instead.
reviews [DecisionComponentReview!]!
required
The items needing to be reviewed from the underwriting processing on this decision component. The date the data for this review was created.
fields [DecisionComponentReviewField!]!
required
The data fields used in this underwriting review process. associatedApplicationFieldId The associated application field id corresponding to the data field used in this review, if a corresponding field exists.
A logical ordering of the field for viewing.
format DecisionComponentFieldFormat!
required
A format describing the type of data in the field value. Show Possible enum values
A monetary value in US dollars.
A percentage, formatted as a decimal. e.g., 5.00% will be formatted as 0.05
The identifying name of the field.
status DecisionComponentReviewFieldStatus!
required
The underwriting review process status associated with the field, e.g., MATCH - the fields value matched to the associated application field’s value. Show Possible enum values
The field value exactly matches the corresponding application data.
The comparison was not attempted for this field.
The field value does not match the corresponding application data.
The field value partially matches the corresponding application data.
The value of the field used in the underwriting review process.
The date the data for this review was last updated.
type DecisionComponentReviewType!
required
The type of the data in the review. Show Possible enum values
The data in the review was supplied as the inquiry data.
The data in the review was returned from a review process.
fields [DecisionComponentField!]!
required
The display order of this field within the decision component item.
The current value of this field sourced from the associated application data.
The unique identifier of the decision component field.
The actor (user or app) who last updated this record See Actor schema UnderwritingDecisionComponentFieldSchema
associatedApplicationField A JSON-type path of the location within the application of the field.
fieldType DecisionComponentFieldType!
required
The type of the field, determining the UI input control used to collect data. Show Possible enum values
A boolean checkbox field for yes/no values.
A field whose value is a currency.
A date picker field for selecting a date value.
A single-value dropdown selection field.
A multi-value dropdown selection field.
A multi-line text area field for longer text input.
A single-line text field for short text input.
A masked text field for sensitive data such as tax identification numbers.
A description of the decision component field.
The unique identifier of the field schema.
Boolean with value true if the given field is no longer used by the decision component.
Boolean with value true if the given field is not modifiable.
Boolean with value true if the given field is required.
The field name formatted for display.
selectFieldOptions [SelectFieldOption!]!
required
sensitiveFields DecisionComponentFieldSensitiveFields
Sensitive field values for TEXT_FIELD_MASKED fields (requires special permissions). The sensitive field value for TEXT_FIELD_MASKED fields (requires special permissions).
status DecisionComponentFieldStatus
The current verification status of this field in the underwriting process. Show Possible enum values
The field value matches the corresponding application data.
The field value requires manual review by an underwriter.
The field value does not match the corresponding application data.
The field value could not be verified against external data sources.
The last date and time this was updated in UTC.
dynamicFields [UnderwritingDynamicField!]!
required
The dynamic field values captured against this decision-component item (e.g. one owner’s identity fields), assembled into the catalog’s recursive shape. children [UnderwritingDynamicField!]!
required
The filled subfield values for a GROUP node, or for the selected variant of a CHOICE node.
The decision-component item this value is scoped to (e.g. one owner); null for an application-level value.
The captured value as a string, interpreted according to the schema node’s field type. Null for CHOICE nodes (see selectedVariantKey); a masked field exposes its revealed value via sensitiveField.
The unique identifier of this dynamic field value node.
The id of this node’s parent dynamic field value, or null for a top-level node. Lets clients reconstruct the tree from a flat list of values.
schema UnderwritingDynamicFieldSchema
The resolved options for a SELECT value, matching the selected option keys against the schema node’s option list. See SelectFieldOption selectedVariant UnderwritingDynamicFieldSchema
The stable key of the variant chosen for a CHOICE node.
sensitiveField UnderwritingDynamicFieldSensitiveFields
The unique identifier of the decision component item.
The stakeholder id if this decision component item is associated with a particular stakeholder.
A detailed description of actions to be taken pertaining to a decision component.
The display label for this decision component item.
A descriptive text providing context or guidance for this decision component item.
status DecisionComponentItemStatus
The current processing status of this decision component item in the underwriting workflow. Show Possible enum values
The item has been reviewed and accepted by the underwriter.
The item requires action from the underwriter before processing can continue.
The item contains informational results that do not require action.
The item has been reviewed and not accepted by the underwriter.
The item is currently being processed by an external verification service.
The external verification service for this item was unavailable.
The submission of this item to the external verification service failed.
The display order of this item within the decision component.