CreditCapacity
How much monthly trade credit the company can support, based on its financial data.
- effectiveType: string Format: date-time
Date Timestamp (ISO-8601) at which the current credit-capacity assessment last changed.
- historyType: array object[] · CreditCapacityHistory[]
Prior credit-capacity assessments, letting you track how the recommended limit has moved over time.
A point in the credit-capacity history
- effectiveType: string Format: date-time
Date Timestamp (ISO-8601) at which this historical assessment was recorded.
- reasonsType: array object[] · StructuredReason[]
Human-readable drivers recorded for this historical assessment.
A structured factor contributing to a section's assessment
- recommendedType: object
Recommended credit limit recorded at this point, given as both a monthly figure and its yearly equivalent. Zero when
statusisNOT_RECOMMENDED.- monthlyType: object · MoneyAmount
Recommended monthly trade-credit limit, as a
MoneyAmount(alwaysGBP). Zero when credit is not recommended. - yearlyType: object · MoneyAmount
Yearly equivalent of the monthly limit (monthly × 12), as a
MoneyAmount(alwaysGBP). Zero when credit is not recommended.
- statusType: objectEmpty object
- reasonsType: array object[] · StructuredReason[]
Human-readable drivers behind the current credit-capacity outcome.
nullwhen the assessment is suspended.A structured factor contributing to a section's assessment
- codeType: string | null
Stable, machine-readable reason code for programmatic branching. RESERVED and currently always
null— the canonical code vocabulary is being defined separately. The example shows the intended format; until it ships, rely onmessage. - messageType: string
Human-readable, self-contained explanation of the factor (a full sentence).
- recommendedType: object
Recommended credit limit, given as both a monthly figure and its yearly equivalent. Zero when
statusisNOT_RECOMMENDED, andnullwhen the assessment is suspended.- monthlyType: object · MoneyAmount
Recommended monthly trade-credit limit, as a
MoneyAmount(alwaysGBP). Zero when credit is not recommended. - yearlyType: object · MoneyAmount
Yearly equivalent of the monthly limit (monthly × 12), as a
MoneyAmount(alwaysGBP). Zero when credit is not recommended.
- statusType: objectEmpty object