Dataset Viewer
Auto-converted to Parquet
text
stringclasses
10 values
label
class label
4 classes
Banks must hold sufficient capital to absorb losses during times of financial stress, and regulators need to ensure that this capital is adequate to maintain stability and confidence in the financial system.
5capital-adequacy
The bank has been consistently failing to disclose its off-balance sheet exposures, making it difficult for APRA to accurately assess its liquidity and capital requirements.
0non-compliance
A bank's ability to withstand potential losses and maintain its overall financial stability is a critical component of its solvency and ability to meet its obligations.
5capital-adequacy
The bank's tier 1 capital ratio has decreased significantly due to a large write-down of assets. The resulting increase in common equity tier 1 risk-weighted assets is not enough to offset the decline.
4capital-adverse
The bank's statutory capital requirement for liquidity is determined by the relevant regulatory body's capital adequacy framework.
5capital-adequacy
The bank has a total equity of $100 million and 5% of it is allocated for unexpected losses, while 30% is allocated for loan losses and 15% is allocated for other capital requirements. The bank also has a regulatory requirement to hold 10% of its total assets as liquid assets.
5capital-adequacy
The bank has maintained a high level of liquid assets to meet short-term funding requirements in accordance with APRA regulations.
5capital-adequacy
The bank's cash reserve requirements are outlined in the Basel III accord to ensure a minimum of 7% common equity tier 1 capital ratio and 6% total capital ratio.
5capital-adequacy
Banks are required to maintain a certain level of liquid assets to meet unexpected withdrawals by depositors.
2liquidity-requirements
The Central Bank has decided to implement stricter regulations on bank capital requirements in order to ensure a stable financial system.
5capital-adequacy

Built with Distilabel

Dataset Card for my-distiset-f5ca399f

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/DeveshA/my-distiset-f5ca399f/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/DeveshA/my-distiset-f5ca399f/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 5,
    "text": "Banks must hold sufficient capital to absorb losses during times of financial stress, and regulators need to ensure that this capital is adequate to maintain stability and confidence in the financial system."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("DeveshA/my-distiset-f5ca399f", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("DeveshA/my-distiset-f5ca399f")
Downloads last month
39