From 468da62735b757faebabc2fe0235922f88dfef6c Mon Sep 17 00:00:00 2001 From: shindigira Date: Fri, 18 Oct 2024 09:50:21 -0700 Subject: [PATCH 1/5] updated UpdateIdentifyingInformation with content language --- .../UpdateIdentifyingInformation.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx b/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx index b8cc73469..6801a54c5 100644 --- a/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx +++ b/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx @@ -73,11 +73,10 @@ function UpdateIdentifyingInformation({ If your financial institution does not have an RSSD ID, provide your TIN - below. If your financial institution has an RSSD ID number and “Not - applicable” is shown below, contact your primary federal regulator, - state regulator, or reserve bank to link your LEI to your RSSD ID in - NIC. Once updated in NIC, we will populate the data in our system - accordingly. + below. If your institution has an RSSD ID but quot;Not applicablequot; + is shown, contact your primary federal regulator, state regulator, or + reserve bank to link your LEI to your RSSD ID. Once updated in NIC, we + will reflect the data in our system. {/* Date: Fri, 18 Oct 2024 09:54:07 -0700 Subject: [PATCH 2/5] Updated View Institution Profile content language --- src/pages/Filing/ViewInstitutionProfile/PageIntro.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Filing/ViewInstitutionProfile/PageIntro.tsx b/src/pages/Filing/ViewInstitutionProfile/PageIntro.tsx index e07e944bd..1f59241f0 100644 --- a/src/pages/Filing/ViewInstitutionProfile/PageIntro.tsx +++ b/src/pages/Filing/ViewInstitutionProfile/PageIntro.tsx @@ -8,7 +8,7 @@ export function PageIntro(): JSX.Element { return ( Most updates to financial institution profile details must be handled From f859a4f8a1d68e7d6d6d0c42a0b86ec444969df7 Mon Sep 17 00:00:00 2001 From: shindigira Date: Fri, 18 Oct 2024 10:01:11 -0700 Subject: [PATCH 3/5] UFP content language update --- src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx b/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx index 7a9a0f3d8..a6caf6385 100644 --- a/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx +++ b/src/pages/Filing/UpdateFinancialProfile/UfpForm.tsx @@ -125,7 +125,7 @@ export default function UFPForm({ Only fill out the form fields you wish to update. Requested From 58ac430737c41644de06b920bde19a8192442796 Mon Sep 17 00:00:00 2001 From: shindigira Date: Fri, 18 Oct 2024 10:13:41 -0700 Subject: [PATCH 4/5] View Institiution Profile - Identifying Information content language update --- .../IdentifyingInformation.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/pages/Filing/ViewInstitutionProfile/IdentifyingInformation.tsx b/src/pages/Filing/ViewInstitutionProfile/IdentifyingInformation.tsx index 8561fcae4..be32519c5 100644 --- a/src/pages/Filing/ViewInstitutionProfile/IdentifyingInformation.tsx +++ b/src/pages/Filing/ViewInstitutionProfile/IdentifyingInformation.tsx @@ -7,14 +7,16 @@ import type { ReactNode } from 'react'; import type { InstitutionDetailsApiType } from 'types/formTypes'; import { formatFederalRegulator, valueOrNotavailable } from 'utils/formatting'; import InstitutionDataLabels from '../formHelpers'; -import { DisplayField } from './DisplayField'; +import { DisplayField, NOT_APPLICABLE } from './DisplayField'; const defaultDescription = ( <> - If your financial institution has an RSSD ID, and you wish to update the - following information, visit the . If your - financial institution does not have an RSSD ID and you wish to make an - update, submit a request to . + If your financial institution does not have an RSSD ID and you wish to + provide your TIN, . + If your institution has an RSSD ID but "Not applicable" is shown, + contact your primary federal regulator, state regulator, or reserve bank to + link your LEI to your RSSD ID. Once updated in NIC, we will reflect the data + in our system. ); @@ -55,7 +57,11 @@ export function IdentifyingInformation({ - + Date: Wed, 23 Oct 2024 05:45:46 -0700 Subject: [PATCH 5/5] fixed typo --- src/pages/Filing/FilingApp/InstitutionCard.types.ts | 4 +++- .../UpdateFinancialProfile/UpdateIdentifyingInformation.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/Filing/FilingApp/InstitutionCard.types.ts b/src/pages/Filing/FilingApp/InstitutionCard.types.ts index 793346006..be4b37db6 100644 --- a/src/pages/Filing/FilingApp/InstitutionCard.types.ts +++ b/src/pages/Filing/FilingApp/InstitutionCard.types.ts @@ -1,3 +1,5 @@ +import type { FilingPeriodType } from 'types/filingTypes'; + export type ButtonAppearance = 'primary' | 'secondary' | 'warning' | undefined; // TODO: Replace with InstitutionAPIDataSchema (or whatever the name is) @@ -8,7 +10,7 @@ export interface InstitutionDataType { name?: string; // eslint-disable-next-line react/no-unused-prop-types, react/require-default-props status?: string; - filingPeriod?: number | string; + filingPeriod?: FilingPeriodType; } export interface SecondaryButtonType { diff --git a/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx b/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx index 6801a54c5..05d4029dc 100644 --- a/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx +++ b/src/pages/Filing/UpdateFinancialProfile/UpdateIdentifyingInformation.tsx @@ -73,7 +73,7 @@ function UpdateIdentifyingInformation({ If your financial institution does not have an RSSD ID, provide your TIN - below. If your institution has an RSSD ID but quot;Not applicablequot; + below. If your institution has an RSSD ID but "Not applicable" is shown, contact your primary federal regulator, state regulator, or reserve bank to link your LEI to your RSSD ID. Once updated in NIC, we will reflect the data in our system.