From 5688a9a587e8460038067210f718b1bc91fdc89a Mon Sep 17 00:00:00 2001 From: Severin Beauvais Date: Thu, 16 Nov 2023 16:13:30 -0800 Subject: [PATCH] - updated amalg filing codes --- src/enums/filing-codes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/enums/filing-codes.ts b/src/enums/filing-codes.ts index 2b1eb74c..e350f759 100644 --- a/src/enums/filing-codes.ts +++ b/src/enums/filing-codes.ts @@ -7,7 +7,9 @@ export enum FilingCodes { AFFIDAVIT = 'AFDVT', ALTERATION = 'ALTER', ALTERATION_BC_TO_ULC = 'NOALU', // different fee for BC to ULC - AMALGAMATION = 'AMALG', + AMALGAMATION_REGULAR = 'AMALR', // Amalgamation Application (Regular) + AMALGAMATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal) + AMALGAMATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical) ANNUAL_REPORT_BC = 'BCANN', // BCOMP - Annual Report ANNUAL_REPORT_OT = 'OTANN', // Others - Annual Report CHANGE_OF_REGISTRATION = 'FMCHANGE',