Resolution Bazaar

Digital Agents for IBC Processes

User Tools

Site Tools


talk:claimants:submission_of_claims:resolution_forms:cirp_form_aa

**This is an old revision of the document!**

metadata:

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:

  1. 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:

  1. Name: ipdetails['name'] - Registration Number (IBBI): ipdetails['registrationnoibbi']
hint: | 
  IBBI/IPA-002/IP-N00156/2017-18/xxxxx

- Registered Address (IBBI): ipdetails['registeredaddressibbi'] - Insolvency Professional Agency: ipdetails['nameipa'] choices: - iiipicai (Chartered Accountant) - icsiiip (Company Secretary) - ipaicmai (Cost Accountant) — mandatory: True question: | Enter details of the Corporate Debtor: fields: - Corporate Debtor Name: corporatedebtor['name']


mandatory: True question: |

No of Processes on the date of consent:

fields:

  1. IRP Processes: processcounts['irp'] datatype: integer - CIRP Processes: processcounts['cirp']
datatype: integer

- IIRP Processes: processcounts['iirp'] datatype: integer - Corporate Insolvency Liquidation Processes: processcounts['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:

  1. Place: todayplace - Date: todaydate
datatype: date

— mandatory: True question: |

Sign your name

subquestion: |

By signing your name, you agree to our terms and conditions.

signature: usersign under: | ${ usersign }


mandatory: True question: |

Here is the generated Form AA - Written Consent.

subquestion: |

Please review before finalizing.

attachments:

  1. name: Form AA - Written Consent
filename: form_aa_written_consent
content: |

  FORM AA \
  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) \
  
  **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
  ------------|---------------------------------------------|------------------
   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 } \
  **Signed:** ${ user_sign } \
  **${ ip_details['name'] }**  \
  **${ ip_details['registration_no_ibbi'] }** 
talk/claimants/submission_of_claims/resolution_forms/cirp_form_aa.1743779534.txt.gz · Last modified: 2025/04/04 15:12 by admin