Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
OBJECT
A data field within an underwriting decision component item, capturing application data for review and verification.
Fields
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 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
The possible options for a select type field
The human-readable label displayed for this option.
The underlying value submitted when this option is selected.
The current value of this field sourced from the associated application data.
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).
The actor (user or app) who last updated this record
The unique identifier of the decision component field.
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 display order of this field within the decision component item.
The last date and time this was updated in UTC.