The account aggregator (AA) facilitates sharing of financial information in a real-time and data-blind manner between regulated entities. UPI moment for lending, the AA framework ensures swift data sharing with the consent of the user and eliminates the need for physical documents. UPI moment for lending, the AA framework ensures swift data sharing with the consent of the user and eliminates the need for physical documents. The framework facilitates sharing of financial information on a real-time basis between regulated entities. AAs are licensed by the Reserve Bank of India to enable the flow of data between Financial Information Providers (FIPs) and Financial Information Users (FIUs). IPs are institutions that hold customer data and FIUs are entities that consume data to offer better service, underwrite loans, and so on. Banks and other financial institutions must become FIPs to be able to also become users of data from other financial institutions. Union Bank of India has said that it will work both as an FIU and FIP to allow its customers to share data digitally on a real-time basis. Major private sector banks like HDFC Bank, ICICI Bank, Axis Bank and Kotak Mahindra Bank are already live as FIPs and FIUs. There are 34 banks, non-banking financial companies (NBFCs) and other institutions so far live on AA, including Federal Bank, IDFC First Bank and IndusInd Bank.
Which protocol provides secure authentication by encrypting credentials before transmission and uses a challenge-response mechanism?
Which of the following statements about normalization in relational databases is correct?
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
What is the output of the following recursive function call func(3) ?
int func ( int n) {
if (n == 0 ) return 1 ; <...
In a data warehouse, which of the following best describes the concept of "data granularity"?
Which of the following is NOT among the OWASP Top 10 Web Security Risks?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?