ASSET loan proceed can create or link an asset that the loan financed. See Create a loan.
Attributes
Unique identifier for the asset.
ID of the Business that owns the asset.
Unique ID of the asset in your system for linking purposes.
Name of the asset.
The type of fixed asset. Values can be:
RIGHT_OF_USE_ASSET, VEHICLE, EQUIPMENT, GOODWILLThe dedicated ledger account for this asset.
The accumulated depreciation account for this asset, if configured. Required before recording
DEPRECIATION_AMORTIZATION value updates.Original purchase value, in cents.
Estimated salvage (residual) value, in cents.
Useful life of the asset, in months.
When the asset was archived, if applicable.
Internal note about the asset.
Arbitrary JSON object you can attach for your own use. Layer stores and returns it unchanged.
Reference number for the asset.
Tags applied to this asset.
Asset Value Update object
An Asset Value Update is a recorded change to an asset’s carrying value. Each update posts a journal entry between the asset (or its accumulated depreciation account) and a counter account.DEPRECIATION_AMORTIZATION, IMPAIRMENT, and REVALUATION_DOWN decrease the asset’s value; IMPROVEMENT and REVALUATION_UP increase it. Depreciation requires the asset to have an accumulated_depreciation_account configured.
Attributes
Unique identifier for the value update.
ID of the Business that owns the asset.
Unique ID of the value update in your system for linking purposes.
ID of the asset this value update applies to.
Amount of the value change, in cents.
The kind of value change. Values can be:
DEPRECIATION_AMORTIZATION, IMPROVEMENT, IMPAIRMENT, REVALUATION_UP, REVALUATION_DOWNDate of the value update.
When the value update was archived, if applicable.
Internal note about the value update.
Arbitrary JSON object you can attach for your own use.
Reference number for the value update.
Tags applied to this value update.