Norma
06/10/2010

Disclosures—Transfers of Financial Assets (Amendments to IFRS 7)

Estabelece requisitos aprimorados para divulgação sobre transferências de ativos financeiros e convergência entre IFRS e US GAAP.

On 7 October 2010, the International Accounting Standards Board issued Disclosures–Transfers of Financial Assets (Amendments to IFRS 7 Financial Instruments: Disclosures). The amendments have an effective date of 1 July 2011.

About the project

The project encompassed the requirements in IAS 39 Financial Instruments: Recognition and Measurement for when a financial asset or financial liability must be removed from an entity’s statement of financial position and the related derecognition disclosure requirements in IFRS 7 Financial Instruments: Disclosures.

The IASB added this project to its agenda for the following reasons:

  • to improve the derecognition requirements for financial assets in IAS 39, which have been perceived to be complex to understand and apply in practice;
  • to provide users with more information about an entity’s exposure to the risks of transferred financial assets; and
  • to facilitate convergence between the derecognition requirements in IAS 39 and those in US GAAP.

In May 2010, the IASB and US FASB reconsidered their strategies and plans for derecognition in light of:

  • their joint discussions of the alternative derecognition model developed by the IASB;
  • the recent FASB amendments that reduce the differences between IFRSs and US GAAP; and
  • the guidance the IASB received from National Standards-Setters on the largely favourable effects of the IFRS derecognition requirements during the financial crisis.

The boards agreed that their near-term priority should be on increasing the transparency and comparability of their standards by improving and converging US GAAP and IFRS disclosure requirements for financial assets transferred to another entity.

Perguntas e respostas

O que significa o atributo 'target="_blank"' em um link HTML?
O atributo 'target="_blank"' em um link HTML indica que o link deve ser aberto em uma nova guia ou janela do navegador. Isso é útil quando se deseja que o usuário mantenha a página original aberta enquanto acessa o conteúdo do link.
Quando é apropriado usar a tag 'strong' em HTML?
A tag 'strong' é utilizada em HTML para dar ênfase forte a um trecho de texto, geralmente exibindo-o em negrito. Seu uso é recomendado quando se deseja destacar a importância ou a seriedade de uma informação.
Qual a função da tag 'p' em HTML?
A tag 'p' em HTML é utilizada para definir parágrafos de texto. Ela ajuda a organizar o conteúdo de forma clara e estruturada, facilitando a leitura e a compreensão.
Para que serve a tag 'em' em HTML?
A tag 'em' é usada em HTML para enfatizar um trecho de texto, geralmente exibindo-o em itálico. Ela indica que o conteúdo tem uma ênfase moderada, diferenciando-se da ênfase forte dada pela tag 'strong'.
Como utilizar links em HTML?
Links em HTML são criados utilizando a tag 'a'. A tag 'a' deve conter o atributo 'href', que especifica o URL para o qual o link aponta. Por exemplo: <a href="https://www.exemplo.com" target="_blank">Clique aqui</a> cria um link que abre em uma nova guia.
O que é HTML?
HTML, sigla para 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 e semântica.