Norma
11/05/2014

Clarification of Acceptable Methods of Depreciation and Amortisation (Amendments to IAS 16 and IAS 38)

Esclarece métodos aceitáveis para depreciação e amortização segundo IAS 16 e IAS 38.

On 12 May 2014, the International Accounting Standards Board published Clarification of Acceptable Methods of Depreciation and Amortisation (Amendments to IAS 16 and IAS 38). The amendments have an effective date of 1 January 2016, but earlier adoption is permitted.

IAS 16 and IAS 38 both establish the principle for the basis of depreciation and amortisation as being the expected pattern of consumption of the future economic benefits of an asset.

The IASB has clarified that the use of revenue-based methods to calculate the depreciation of an asset is not appropriate because revenue generated by an activity that includes the use of an asset generally reflects factors other than the consumption of the economic benefits embodied in the asset.

The IASB also clarified that revenue is generally presumed to be an inappropriate basis for measuring the consumption of the economic benefits embodied in an intangible asset. This presumption, however, can be rebutted in certain limited circumstances.

Perguntas e respostas

Quando é apropriado usar a tag 'strong' em HTML?
A tag 'strong' é utilizada em HTML para destacar um texto, indicando que ele possui uma importância maior em relação ao restante do conteúdo. O texto dentro dessa tag geralmente é exibido em negrito pelos navegadores.
Como utilizar links em HTML?
Para criar links em HTML, utiliza-se a tag 'a' (anchor). A tag 'a' deve conter o atributo href, que especifica o destino do link. Por exemplo: <a href="https://www.exemplo.com" target="_blank">Clique aqui</a> cria um link que abre em uma nova guia.
Qual a importância de abrir links em uma nova guia?
Abrir links em uma nova guia, utilizando o atributo target="_blank", é importante para manter o usuário na página original enquanto ele acessa o conteúdo do link. Isso melhora a experiência do usuário, permitindo que ele retorne facilmente à página inicial.
Para que serve a tag 'em' em HTML?
A tag 'em' em HTML é usada para enfatizar um texto, geralmente exibindo-o em itálico. A ênfase dada pelo 'em' pode alterar o significado da frase, destacando a importância do conteúdo.
O que é HTML?
HTML (HyperText Markup Language) é a linguagem padrão utilizada para criar e estruturar páginas na web. Ele permite a inserção de textos, imagens, links e outros elementos multimídia, organizando-os de forma hierárquica através de tags.
Qual a função da tag 'p' em HTML?
A tag 'p' em HTML é utilizada para definir parágrafos. Ela organiza o texto em blocos, facilitando a leitura e a estruturação do conteúdo na página web.