Resolution Bazaar

Digital Agents for IBC Processes

User Tools

Site Tools


talk:claimants:submission_of_claims:resolution_forms:cirp_form_aa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
talk:claimants:submission_of_claims:resolution_forms:cirp_form_aa [2025/04/04 15:12] admintalk:claimants:submission_of_claims:resolution_forms:cirp_form_aa [2025/04/04 15:45] (current) admin
Line 1: Line 1:
-metadata: +<code>
-  title: Form AA - Written Consent to Act as Resolution Professional +
-  short title: Form AA +
-  comment: This interview collects details for the written consent form under IBBI regulations. +
---- +
-modules: +
-  - docassemble.base.util +
---- +
-mandatory: True +
-code: | +
-  from datetime import date +
-   +
-  ip_details = { +
-      'name': '', +
-      'registration_no_ibbi': '', +
-      'registered_address_ibbi': '', +
-       +
-   +
-  } +
-  corporate_debtor = { +
-      'name': '' +
-  } +
-  process_counts = { +
-      'irp': '', +
-      'cirp': '', +
-      'iirp': '', +
-      'cilp': '', +
-      'civlp': '', +
-      'trustee': '', +
-      'auth_repr': '', +
-      'other': '' +
-  } +
-   +
-  today_place = '' +
-  today_date = '' +
-  user_sign = '' +
---- +
-mandatory: True +
-question: | +
-  Enter details of the Insolvency Professional: +
-fields: +
-  - Name: ip_details['name'+
-  - Registration Number (IBBI): ip_details['registration_no_ibbi'+
-    hint: |  +
-      IBBI/IPA-002/IP-N00156/2017-18/xxxxx +
-  - Registered Address (IBBI): ip_details['registered_address_ibbi'+
-  - Insolvency Professional Agency: ip_details['name_ipa'+
-    choices: +
-    - iiipicai (Chartered Accountant) +
-    - icsiiip (Company Secretary) +
-    - ipaicmai (Cost Accountant) +
---- +
-mandatory: True +
-question: | +
-  Enter details of the Corporate Debtor: +
-fields: +
-  - Corporate Debtor Name: corporate_debtor['name'+
---- +
-mandatory: True +
-question: | +
-  No of Processes on the date of consent: +
-fields: +
-  - IRP Processes: process_counts['irp'+
-    datatype: integer +
-  - CIRP Processes: process_counts['cirp'+
-    datatype: integer +
-  - IIRP Processes: process_counts['iirp'+
-    datatype: integer +
-  - Corporate Insolvency Liquidation Processes: process_counts['cilp'+
-    datatype: integer +
-  - Voluntary Liquidation Processes: process_counts['civlp'+
-    datatype: integer +
-  - Trustee Processes: process_counts['trustee'+
-    datatype: integer +
-  - Authorized Representative Processes: process_counts['auth_repr'+
-    datatype: integer +
-  - Other Processes: process_counts['other'+
-    datatype: integer +
---- +
-mandatory: True +
-question: | +
-  Specify additional details: +
-fields: +
-  - Place: today_place +
-  - Date: today_date +
-    datatype: date +
---- +
-mandatory: True +
-question: | +
-  Sign your name +
-subquestion:+
-  By signing your name, you agree to our terms and conditions. +
-signature: user_sign +
-under: | +
-  ${ user_sign } +
---- +
-mandatory: True +
-question: | +
-  Here is the generated Form AA - Written Consent. +
-subquestion:+
-  Please review before finalizing. +
-attachments: +
-  - name: Form AA - Written Consent +
-    filename: form_aa_written_consent +
-    content: |+
  
-      FORM AA \ +FORM AA 
-      WRITTEN CONSENT TO ACT AS RESOLUTION PROFESSIONAL \ +WRITTEN CONSENT TO ACT AS RESOLUTION PROFESSIONAL 
-      (Under Regulation 3(1A) of the Insolvency and Bankruptcy Board of India (Insolvency Resolution Process for Corporate Persons) Regulations, 2016) +(Under Regulation 3(1A) of the Insolvency and Bankruptcy Board of India (Insolvency Resolution Process for Corporate Persons) Regulations, 2016) 
-       +
-      **From**   +
-      **${ ip_details['name'] }**   +
-      **${ ip_details['registration_no_ibbi'] }**   +
-      **${ ip_details['registered_address_ibbi'] }**   +
-       +
-      **To**   +
-      The Committee of Creditors   +
-      **${ corporate_debtor['name'] }**   +
-       +
-      **Subject:** Written Consent to act as resolution professional.   +
-       +
-      I, **${ ip_details['name'] }**, an insolvency professional enrolled with **${ ip_details['name_ipa'] }** and registered with the Board, note that the committee proposes to appoint me as resolution professional under section 22(3)(a) / 22(3)(b) / 27(2) of the Code for corporate insolvency resolution process of **${ corporate_debtor['name'] }**.   +
-       +
-      In accordance with regulation 3(1A) of the Insolvency and Bankruptcy Board of India (Insolvency Resolution Process for Corporate Persons) Regulations, 2016, I hereby give consent to the proposed appointment.   +
-       +
-      **I declare and affirm as under:**   +
-      - I am registered with the Board as an insolvency professional.   +
-      - I am not subject to any disciplinary proceedings initiated by the Board or the Insolvency Professional Agency.   +
-      - I do not suffer from any disability to act as a resolution professional.   +
-      - I am eligible to be appointed as resolution professional of the corporate debtor under regulation 3 and other applicable provisions of the Code and regulations.   +
-      - I shall make the disclosures in accordance with the code of conduct for insolvency professionals as set out in the Insolvency and Bankruptcy Board of India (Insolvency Professionals) Regulations, 2016.   +
-       +
-      Process details:  +
  
-      Sl. No.     | Role                                        | No. of Processes +From 
-      ------------|---------------------------------------------|------------------ + - ${ ip_details['name'] }  
-                | Interim Resolution Professional             ${ process_counts['irp'] } + - ${ ip_details['registration_no_ibbi'] }  
-       2a         | Resolution Professional Corporate Debtors | ${ process_counts['cirp'] } + - ${ ip_details['registered_address_ibbi'] }
-       2b         | Resolution Professional Individuals       | ${ process_counts['iirp'] } +
-       3a         | Liquidator - Liquidation Processes          | ${ process_counts['cilp'] } +
-       3b         | Liquidator - Voluntary Liquidation          | ${ process_counts['civlp'] } +
-                | Bankruptcy Trustee                          | ${ process_counts['trustee'] } +
-                | Authorized Representative                   | ${ process_counts['auth_repr'] } +
-                | Other                                       ${ process_counts['other'] }+
              
-      **Date:** ${ today_date } \ +To 
-      **Place:** ${ today_place } \ + - The Committee of Creditors   
-      **Signed:** ${ user_sign } \ + - ${ corporate_debtor['name'] } 
-      **${ ip_details['name'] }**  \ + 
-      **${ ip_details['registration_no_ibbi'] }** +Subject: Written Consent to act as resolution professional.   
 + 
 +I, ${ ip_details['name'] }, an insolvency professional enrolled with ${ ip_details['name_ipa'] } and registered with the Board, note that the committee proposes to appoint me as resolution professional under section 22(3)(a) / 22(3)(b) / 27(2) of the Code for corporate insolvency resolution process of ${ corporate_debtor['name'] }.   
 + 
 +In accordance with regulation 3(1A) of the Insolvency and Bankruptcy Board of India (Insolvency Resolution Process for Corporate Persons) Regulations, 2016, I hereby give consent to the proposed appointment.   
 + 
 +I declare and affirm as under: 
 +- I am registered with the Board as an insolvency professional.   
 +- I am not subject to any disciplinary proceedings initiated by the Board or the Insolvency Professional Agency.   
 +- I do not suffer from any disability to act as a resolution professional.   
 +- I am eligible to be appointed as resolution professional of the corporate debtor under regulation 3 and other applicable provisions of the Code and regulations.   
 +- I shall make the disclosures in accordance with the code of conduct for insolvency professionals as set out in the Insolvency and Bankruptcy Board of India (Insolvency Professionals) Regulations, 2016.   
 + 
 +Process details:   
 + 
 +Sl. No.| Role                                       | No. of Processes 
 +-------|--------------------------------------------|------------------ 
 +1      | Interim Resolution Professional            | ${ process_counts['irp'] } 
 +2a     | Resolution Professional - Corporate Debtors| ${ process_counts['cirp'] } 
 +2b     | Resolution Professional - Individuals      | ${ process_counts['iirp'] } 
 +3a     | Liquidator - Liquidation Processes         | ${ process_counts['cilp'] } 
 +3b     | Liquidator - Voluntary Liquidation         | ${ process_counts['civlp'] } 
 +4      | Bankruptcy Trustee                         | ${ process_counts['trustee'] } 
 +5      | Authorized Representative                  | ${ process_counts['auth_repr'] } 
 +6      | Other                                      | ${ process_counts['other'] } 
 + 
 + Date: ${ today_date }  
 + Place: ${ today_place }  
 + - IP Signed: ${user_sign }  
 + - IP Name: ${ ip_details['name'] }  
 + - IP registration: ${ip_details['registration_no_ibbi'] } 
 + 
 +</code>
  
talk/claimants/submission_of_claims/resolution_forms/cirp_form_aa.1743779534.txt.gz · Last modified: 2025/04/04 15:12 by admin