CreditLimit
A credit limit, expressed as monthly and yearly amounts
- monthlyType: object
Recommended monthly trade-credit limit, as a
MoneyAmount(alwaysGBP). Zero when credit is not recommended.- amountType: integer Format: int64
The amount as a signed integer in the currency's minor units. The major-unit value is
amount / 10^exponent— e.g.450000withexponent2 is £4,500.00. May be negative (e.g. losses, net liabilities, or cash outflows). - currencyType: string
ISO 4217 currency code of this amount (e.g.
GBP,EUR,USD). Financial figures sourced from UK Companies House are denominated inGBP. - exponentType: integer Format: int32
Number of minor-unit digits for the currency, i.e. the power of ten separating minor units from major units.
2forGBP/EUR/USD(100 pence = £1);0for currencies with no minor unit such asJPY.
- yearlyType: object
Yearly equivalent of the monthly limit (monthly × 12), as a
MoneyAmount(alwaysGBP). Zero when credit is not recommended.- amountType: integer Format: int64
The amount as a signed integer in the currency's minor units. The major-unit value is
amount / 10^exponent— e.g.450000withexponent2 is £4,500.00. May be negative (e.g. losses, net liabilities, or cash outflows). - currencyType: string
ISO 4217 currency code of this amount (e.g.
GBP,EUR,USD). Financial figures sourced from UK Companies House are denominated inGBP. - exponentType: integer Format: int32
Number of minor-unit digits for the currency, i.e. the power of ten separating minor units from major units.
2forGBP/EUR/USD(100 pence = £1);0for currencies with no minor unit such asJPY.