My Oracle Support Banner

OD Insurance Type To Handle Deposits With Zero Insured Amount (Doc ID 2964847.1)

Last updated on AUGUST 06, 2023

Applies to:

Oracle Financial Services Liquidity Risk Measurement and Management - Version 8.0.7 and later
Information in this document applies to any platform.

Symptoms

All commercial/wholesale deposits where insured amount is always zero, they are to be reported as Uninsured.

In 8.0.x, In the rule - LRMRULE0502 LRM - Account Fully Covered which assigns F_ACCT_FULLY_COV_INSU_SCHEME, there was no filter on n_insured_amt_rcy.

But in 8.1.2.2, a filter filters out n_insured_amt_rcy = 0 and hence F_ACCT_FULLY_COV_INSU_SCHEME is not assigned.

Changes

As verified, the below changes happened in "LRM_FR2052A_5G_COMP_OUT_OD".


WHEN COALESCE(FSI_LRM_INSTRUMENT.F_ACCT_FULLY_COV_INSU_SCHEME,'N') = 'N' THEN 'UNINSURED',

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.