Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions xero_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,30 @@
x-is-money: true
example: 5.0000
description: All depreciation occurring in the current financial year.
businessUseCapitalGain:
type: number
format: decimal
x-is-money: true
description: (New Zealand Orgs Only) The portion of capital gain realised from the disposal of a fixed asset that is attributable to its business use.
businessUseCurrentGainLoss:
type: number
format: decimal
x-is-money: true
description: (New Zealand Orgs Only) Represents the gain or loss from the disposal of the business use portion of a fixed asset. This value records the financial result (profit or loss) related specifically to the asset’s business use.
privateUseCapitalGain:
type: number
format: decimal
x-is-money: true
description: (New Zealand Orgs Only) The portion of capital gain realised from the disposal of a fixed asset that is attributable to its private (non-business) use.
privateUseCurrentGainLoss:
type: number
format: decimal
x-is-money: true
description: (New Zealand Orgs Only) Represents the gain or loss from the disposal of the private use portion of a fixed asset. This value records the financial result (profit or loss) related specifically to the asset’s private use.
initialDeductionPercentage:
type: number
format: decimal
description: (New Zealand Orgs Only) The Investment Boost deduction percentage.
Setting:
required:
- name
Expand Down Expand Up @@ -901,7 +925,7 @@
description: opt in for tax calculation
example: false
type: object
Error:

Check warning on line 928 in xero_assets.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-unused-component Potentially unused component has been detected.
externalDocs:
url: https://developer.xero.com/documentation/api/http-response-codes
properties:
Expand Down
Loading