@silexpert/core 0.4.26 → 0.4.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/es/api/resources/Immobilization.d.ts +6 -1
  2. package/es/api/resources/Immobilization.d.ts.map +1 -1
  3. package/es/api/resources/Immobilization.js +6 -0
  4. package/es/api/resources/Immobilization.js.map +1 -1
  5. package/es/api/resources/PromoCode.d.ts +9 -0
  6. package/es/api/resources/PromoCode.d.ts.map +1 -0
  7. package/es/api/resources/PromoCode.js +16 -0
  8. package/es/api/resources/PromoCode.js.map +1 -0
  9. package/es/api/resources/Society.d.ts +3 -1
  10. package/es/api/resources/Society.d.ts.map +1 -1
  11. package/es/api/resources/Society.js +6 -0
  12. package/es/api/resources/Society.js.map +1 -1
  13. package/es/api/resources.d.ts +2 -0
  14. package/es/api/resources.d.ts.map +1 -1
  15. package/es/api/resources.js +2 -0
  16. package/es/api/resources.js.map +1 -1
  17. package/es/types/Enum/Activity.d.ts +7 -0
  18. package/es/types/Enum/Activity.d.ts.map +1 -0
  19. package/es/types/Enum/Activity.js +8 -0
  20. package/es/types/Enum/Activity.js.map +1 -0
  21. package/es/types/Enum/CerfaType.d.ts +15 -0
  22. package/es/types/Enum/CerfaType.d.ts.map +1 -0
  23. package/es/types/Enum/CerfaType.js +15 -0
  24. package/es/types/Enum/CerfaType.js.map +1 -0
  25. package/es/types/Enum/FiscalRegime.d.ts +6 -0
  26. package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
  27. package/es/types/Enum/FiscalRegime.js +7 -0
  28. package/es/types/Enum/FiscalRegime.js.map +1 -0
  29. package/es/types/Enum/GlobalRegime.d.ts +30 -0
  30. package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
  31. package/es/types/Enum/GlobalRegime.js +412 -0
  32. package/es/types/Enum/GlobalRegime.js.map +1 -0
  33. package/es/types/Enum/ImmobilizationType.d.ts +50 -0
  34. package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
  35. package/es/types/Enum/ImmobilizationType.js +51 -0
  36. package/es/types/Enum/ImmobilizationType.js.map +1 -1
  37. package/es/types/Enum/ProfitsType.d.ts +5 -0
  38. package/es/types/Enum/ProfitsType.d.ts.map +1 -0
  39. package/es/types/Enum/ProfitsType.js +6 -0
  40. package/es/types/Enum/ProfitsType.js.map +1 -0
  41. package/es/types/Enum/StockType.d.ts +57 -0
  42. package/es/types/Enum/StockType.d.ts.map +1 -0
  43. package/es/types/Enum/StockType.js +57 -0
  44. package/es/types/Enum/StockType.js.map +1 -0
  45. package/es/types/Enum/TaxSystem.d.ts +6 -0
  46. package/es/types/Enum/TaxSystem.d.ts.map +1 -0
  47. package/es/types/Enum/TaxSystem.js +7 -0
  48. package/es/types/Enum/TaxSystem.js.map +1 -0
  49. package/es/types/Enum/TypeBankConnection.d.ts +6 -0
  50. package/es/types/Enum/TypeBankConnection.d.ts.map +1 -0
  51. package/es/types/Enum/TypeBankConnection.js +7 -0
  52. package/es/types/Enum/TypeBankConnection.js.map +1 -0
  53. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
  54. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
  55. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
  56. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
  57. package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +20 -0
  58. package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -0
  59. package/es/types/Interface/api/immobilization/CreateImmobilization.js +72 -0
  60. package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
  61. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts +1 -0
  62. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.d.ts.map +1 -1
  63. package/es/types/Interface/api/immobilization/ReadFormattedImmobilization.js.map +1 -1
  64. package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
  65. package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
  66. package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
  67. package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
  68. package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
  69. package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
  70. package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
  71. package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
  72. package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
  73. package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
  74. package/es/types/Interface/api/society/UpdateSociety.js +12 -0
  75. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  76. package/es/types/Interface/models/IApiError.d.ts +4 -0
  77. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  78. package/es/types/Interface/models/IApiError.js +4 -0
  79. package/es/types/Interface/models/IApiError.js.map +1 -1
  80. package/es/types/Interface/models/IBankConnection.d.ts +1 -0
  81. package/es/types/Interface/models/IBankConnection.d.ts.map +1 -1
  82. package/es/types/Interface/models/IBankConnection.js.map +1 -1
  83. package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
  84. package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
  85. package/es/types/Interface/models/ICustomerTva.js.map +1 -1
  86. package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
  87. package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
  88. package/es/types/Interface/models/IExerciceComment.js +2 -0
  89. package/es/types/Interface/models/IExerciceComment.js.map +1 -0
  90. package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
  91. package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
  92. package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
  93. package/es/types/Interface/models/IImmobilization.d.ts +7 -0
  94. package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
  95. package/es/types/Interface/models/IImmobilization.js.map +1 -1
  96. package/es/types/Interface/models/IPromoCode.d.ts +15 -0
  97. package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
  98. package/es/types/Interface/models/IPromoCode.js +2 -0
  99. package/es/types/Interface/models/IPromoCode.js.map +1 -0
  100. package/es/types/Interface/models/IRefund.d.ts +3 -3
  101. package/es/types/Interface/models/IRefund.d.ts.map +1 -1
  102. package/es/types/Interface/models/IRefund.js.map +1 -1
  103. package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
  104. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  105. package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
  106. package/es/types/Interface/models/IUser.d.ts +1 -0
  107. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  108. package/es/types/Interface/models/IUser.js.map +1 -1
  109. package/es/types/index.d.ts +12 -0
  110. package/es/types/index.d.ts.map +1 -1
  111. package/es/types/index.js +12 -0
  112. package/es/types/index.js.map +1 -1
  113. package/js/api/resources/Immobilization.js +8 -0
  114. package/js/api/resources/Immobilization.js.map +1 -1
  115. package/js/api/resources/PromoCode.js +30 -0
  116. package/js/api/resources/PromoCode.js.map +1 -0
  117. package/js/api/resources/Society.js +8 -0
  118. package/js/api/resources/Society.js.map +1 -1
  119. package/js/api/resources.js +4 -1
  120. package/js/api/resources.js.map +1 -1
  121. package/js/types/Enum/Activity.js +14 -0
  122. package/js/types/Enum/Activity.js.map +1 -0
  123. package/js/types/Enum/CerfaType.js +20 -0
  124. package/js/types/Enum/CerfaType.js.map +1 -0
  125. package/js/types/Enum/FiscalRegime.js +13 -0
  126. package/js/types/Enum/FiscalRegime.js.map +1 -0
  127. package/js/types/Enum/GlobalRegime.js +376 -0
  128. package/js/types/Enum/GlobalRegime.js.map +1 -0
  129. package/js/types/Enum/ImmobilizationType.js +91 -36
  130. package/js/types/Enum/ImmobilizationType.js.map +1 -1
  131. package/js/types/Enum/ProfitsType.js +12 -0
  132. package/js/types/Enum/ProfitsType.js.map +1 -0
  133. package/js/types/Enum/StockType.js +62 -0
  134. package/js/types/Enum/StockType.js.map +1 -0
  135. package/js/types/Enum/TaxSystem.js +13 -0
  136. package/js/types/Enum/TaxSystem.js.map +1 -0
  137. package/js/types/Enum/TypeBankConnection.js +13 -0
  138. package/js/types/Enum/TypeBankConnection.js.map +1 -0
  139. package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
  140. package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
  141. package/js/types/Interface/api/immobilization/CreateImmobilization.js +63 -0
  142. package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -0
  143. package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
  144. package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
  145. package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
  146. package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
  147. package/js/types/Interface/api/society/UpdateSociety.js +6 -0
  148. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  149. package/js/types/Interface/models/IApiError.js +5 -1
  150. package/js/types/Interface/models/IApiError.js.map +1 -1
  151. package/js/types/Interface/models/IExerciceComment.js +6 -0
  152. package/js/types/Interface/models/IExerciceComment.js.map +1 -0
  153. package/js/types/Interface/models/IPromoCode.js +6 -0
  154. package/js/types/Interface/models/IPromoCode.js.map +1 -0
  155. package/js/types/index.js +144 -0
  156. package/js/types/index.js.map +1 -1
  157. package/package.json +1 -1
  158. package/ts/api/resources/Immobilization.ts +9 -1
  159. package/ts/api/resources/PromoCode.ts +20 -0
  160. package/ts/api/resources/Society.ts +7 -0
  161. package/ts/api/resources.ts +2 -0
  162. package/ts/types/Enum/Activity.ts +6 -0
  163. package/ts/types/Enum/CerfaType.ts +14 -0
  164. package/ts/types/Enum/FiscalRegime.ts +5 -0
  165. package/ts/types/Enum/GlobalRegime.ts +441 -0
  166. package/ts/types/Enum/ImmobilizationType.ts +52 -0
  167. package/ts/types/Enum/ProfitsType.ts +4 -0
  168. package/ts/types/Enum/StockType.ts +56 -0
  169. package/ts/types/Enum/TaxSystem.ts +5 -0
  170. package/ts/types/Enum/TypeBankConnection.ts +5 -0
  171. package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
  172. package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +48 -0
  173. package/ts/types/Interface/api/immobilization/ReadFormattedImmobilization.ts +1 -0
  174. package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
  175. package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
  176. package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
  177. package/ts/types/Interface/models/IApiError.ts +4 -0
  178. package/ts/types/Interface/models/IBankConnection.ts +1 -0
  179. package/ts/types/Interface/models/ICustomerTva.ts +2 -0
  180. package/ts/types/Interface/models/IExerciceComment.ts +16 -0
  181. package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
  182. package/ts/types/Interface/models/IImmobilization.ts +7 -0
  183. package/ts/types/Interface/models/IPromoCode.ts +14 -0
  184. package/ts/types/Interface/models/IRefund.ts +3 -3
  185. package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
  186. package/ts/types/Interface/models/IUser.ts +1 -0
  187. package/ts/types/index.ts +12 -0
@@ -0,0 +1,376 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GlobalRegime = undefined;
7
+
8
+ var _Activity = require("./Activity");
9
+
10
+ var _CerfaType = require("./CerfaType");
11
+
12
+ var _FiscalRegime = require("./FiscalRegime");
13
+
14
+ var _LegalForm = require("./LegalForm");
15
+
16
+ var _ProfitsType = require("./ProfitsType");
17
+
18
+ var _TaxSystem = require("./TaxSystem");
19
+
20
+ const GlobalRegime = exports.GlobalRegime = {
21
+ ENTREPRISE_INDIVIDUELLE: {
22
+ name: 'Entreprise Individuelle',
23
+ id: 1,
24
+ idLegalForms: [_LegalForm.LegalForm.EI.id],
25
+ choices: [{
26
+ name: 'artisans - commerçants - IR - BIC - déclaration 2031',
27
+ idActivity: _Activity.Activity.COMMERCANT,
28
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
29
+ profitsType: _ProfitsType.ProfitsType.BIC,
30
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
31
+ declaration: _CerfaType.CerfaType[2031]
32
+ }, {
33
+ name: 'Presta de services - IR - BIC - déclaration 2031',
34
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
35
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
36
+ profitsType: _ProfitsType.ProfitsType.BIC,
37
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
38
+ declaration: _CerfaType.CerfaType[2031]
39
+ }, {
40
+ name: 'professions libérales - IR - BNC - déclaration 2035',
41
+ idActivity: _Activity.Activity.PROF_LIB,
42
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
43
+ profitsType: _ProfitsType.ProfitsType.BNC,
44
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
45
+ declaration: _CerfaType.CerfaType[2035]
46
+ }]
47
+ },
48
+ EIRL: {
49
+ name: 'EIRL',
50
+ id: 2,
51
+ idLegalForms: [_LegalForm.LegalForm.EIRL.id],
52
+ choices: [{
53
+ name: 'artisans - commerçants : IR - BIC - déclaration 2031',
54
+ idActivity: _Activity.Activity.COMMERCANT,
55
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
56
+ profitsType: _ProfitsType.ProfitsType.BIC,
57
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
58
+ declaration: _CerfaType.CerfaType[2031]
59
+ }, {
60
+ name: 'professions libérales : IR - BNC - déclaration 2035',
61
+ idActivity: _Activity.Activity.PROF_LIB,
62
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
63
+ profitsType: _ProfitsType.ProfitsType.BNC,
64
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
65
+ declaration: _CerfaType.CerfaType[2035]
66
+ }, {
67
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
68
+ idActivity: _Activity.Activity.COMMERCANT,
69
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
70
+ profitsType: _ProfitsType.ProfitsType.BIC,
71
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
72
+ declaration: _CerfaType.CerfaType[2065],
73
+ annexe: _CerfaType.CerfaType[2033]
74
+ }, {
75
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
76
+ idActivity: _Activity.Activity.COMMERCANT,
77
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
78
+ profitsType: _ProfitsType.ProfitsType.BIC,
79
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
80
+ declaration: _CerfaType.CerfaType[2065],
81
+ annexe: _CerfaType.CerfaType[2050]
82
+ }, {
83
+ name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',
84
+ idActivity: _Activity.Activity.PROF_LIB,
85
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
86
+ profitsType: _ProfitsType.ProfitsType.BNC,
87
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
88
+ declaration: _CerfaType.CerfaType[2065],
89
+ annexe: _CerfaType.CerfaType[2033]
90
+ }, {
91
+ name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',
92
+ idActivity: _Activity.Activity.PROF_LIB,
93
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
94
+ profitsType: _ProfitsType.ProfitsType.BNC,
95
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
96
+ declaration: _CerfaType.CerfaType[2065],
97
+ annexe: _CerfaType.CerfaType[2050]
98
+ }]
99
+ },
100
+ AUTO_MICRO_ENTREPRENEUR: {
101
+ name: 'Auto-entrepreneur / micro-entreprise',
102
+ id: 3,
103
+ idLegalForms: [_LegalForm.LegalForm.AUTO_ENTREPRENEUR.id],
104
+ choices: [{
105
+ name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\'hébergement : BIC - déclaration 2042-C-Pro',
106
+ idActivity: _Activity.Activity.COMMERCANT,
107
+ idTaxSystem: _TaxSystem.TaxSystem.NA,
108
+ profitsType: _ProfitsType.ProfitsType.BIC,
109
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
110
+ declaration: _CerfaType.CerfaType['2042_C_Pro']
111
+ }, {
112
+ name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',
113
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
114
+ idTaxSystem: _TaxSystem.TaxSystem.NA,
115
+ profitsType: _ProfitsType.ProfitsType.BIC,
116
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
117
+ declaration: _CerfaType.CerfaType['2042_C_Pro']
118
+ }, {
119
+ name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',
120
+ idActivity: _Activity.Activity.PROF_LIB,
121
+ idTaxSystem: _TaxSystem.TaxSystem.NA,
122
+ profitsType: _ProfitsType.ProfitsType.BNC,
123
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
124
+ declaration: _CerfaType.CerfaType['2042_C_Pro']
125
+ }]
126
+ },
127
+ ASSOCIATION: {
128
+ name: 'Association',
129
+ id: 4,
130
+ idLegalForms: [_LegalForm.LegalForm.ASSOCIATION.id],
131
+ choices: [{
132
+ name: 'non fiscalisée si revenus de capitaux : déclaration 2070',
133
+ idActivity: _Activity.Activity.AUTRES,
134
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
135
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
136
+ declaration: _CerfaType.CerfaType[2070]
137
+ }, {
138
+ name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',
139
+ idActivity: _Activity.Activity.AUTRES,
140
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
141
+ profitsType: _ProfitsType.ProfitsType.BIC,
142
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
143
+ declaration: _CerfaType.CerfaType[2065],
144
+ annexe: _CerfaType.CerfaType[2033]
145
+ }, {
146
+ name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',
147
+ idActivity: _Activity.Activity.AUTRES,
148
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
149
+ profitsType: _ProfitsType.ProfitsType.BIC,
150
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
151
+ declaration: _CerfaType.CerfaType[2065],
152
+ annexe: _CerfaType.CerfaType[2050]
153
+ }]
154
+ },
155
+ EURL_SARL: {
156
+ name: 'EURL / SARL',
157
+ id: 5,
158
+ idLegalForms: [_LegalForm.LegalForm.EURL.id, _LegalForm.LegalForm.SARL.id],
159
+ choices: [{
160
+ name: 'artisans - commerçants : IR - BIC - déclaration 2031',
161
+ idActivity: _Activity.Activity.COMMERCANT,
162
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
163
+ profitsType: _ProfitsType.ProfitsType.BIC,
164
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
165
+ declaration: _CerfaType.CerfaType[2031]
166
+ }, {
167
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
168
+ idActivity: _Activity.Activity.COMMERCANT,
169
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
170
+ profitsType: _ProfitsType.ProfitsType.BIC,
171
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
172
+ declaration: _CerfaType.CerfaType[2065],
173
+ annexe: _CerfaType.CerfaType[2033]
174
+ }, {
175
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
176
+ idActivity: _Activity.Activity.COMMERCANT,
177
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
178
+ profitsType: _ProfitsType.ProfitsType.BIC,
179
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
180
+ declaration: _CerfaType.CerfaType[2065],
181
+ annexe: _CerfaType.CerfaType[2050]
182
+ }, {
183
+ name: 'Presta de services : IR - BIC - déclaration 2031',
184
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
185
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
186
+ profitsType: _ProfitsType.ProfitsType.BIC,
187
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
188
+ declaration: _CerfaType.CerfaType[2031]
189
+ }, {
190
+ name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
191
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
192
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
193
+ profitsType: _ProfitsType.ProfitsType.BIC,
194
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
195
+ declaration: _CerfaType.CerfaType[2065],
196
+ annexe: _CerfaType.CerfaType[2033]
197
+ }, {
198
+ name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
199
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
200
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
201
+ profitsType: _ProfitsType.ProfitsType.BIC,
202
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
203
+ declaration: _CerfaType.CerfaType[2065],
204
+ annexe: _CerfaType.CerfaType[2050]
205
+ }]
206
+ },
207
+ SAS_SASU: {
208
+ name: 'SAS / SASU',
209
+ id: 6,
210
+ idLegalForms: [_LegalForm.LegalForm.SAS.id, _LegalForm.LegalForm.SASU.id],
211
+ choices: [{
212
+ name: 'artisans - commerçants : IR - BIC - déclaration 2031',
213
+ idActivity: _Activity.Activity.COMMERCANT,
214
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
215
+ profitsType: _ProfitsType.ProfitsType.BIC,
216
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
217
+ declaration: _CerfaType.CerfaType[2031]
218
+ }, {
219
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
220
+ idActivity: _Activity.Activity.COMMERCANT,
221
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
222
+ profitsType: _ProfitsType.ProfitsType.BIC,
223
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
224
+ declaration: _CerfaType.CerfaType[2065],
225
+ annexe: _CerfaType.CerfaType[2033]
226
+ }, {
227
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
228
+ idActivity: _Activity.Activity.COMMERCANT,
229
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
230
+ profitsType: _ProfitsType.ProfitsType.BIC,
231
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
232
+ declaration: _CerfaType.CerfaType[2065],
233
+ annexe: _CerfaType.CerfaType[2050]
234
+ }, {
235
+ name: 'Presta de services : IR - BIC - déclaration 2031',
236
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
237
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
238
+ profitsType: _ProfitsType.ProfitsType.BIC,
239
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
240
+ declaration: _CerfaType.CerfaType[2031]
241
+ }, {
242
+ name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
243
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
244
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
245
+ profitsType: _ProfitsType.ProfitsType.BIC,
246
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
247
+ declaration: _CerfaType.CerfaType[2065],
248
+ annexe: _CerfaType.CerfaType[2033]
249
+ }, {
250
+ name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
251
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
252
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
253
+ profitsType: _ProfitsType.ProfitsType.BIC,
254
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
255
+ declaration: _CerfaType.CerfaType[2065],
256
+ annexe: _CerfaType.CerfaType[2050]
257
+ }]
258
+ },
259
+ SA: {
260
+ name: 'SA',
261
+ id: 7,
262
+ idLegalForms: [_LegalForm.LegalForm.SA.id],
263
+ choices: [{
264
+ name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',
265
+ idActivity: _Activity.Activity.COMMERCANT,
266
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
267
+ profitsType: _ProfitsType.ProfitsType.BIC,
268
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
269
+ declaration: _CerfaType.CerfaType[2065],
270
+ annexe: _CerfaType.CerfaType[2033]
271
+ }, {
272
+ name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',
273
+ idActivity: _Activity.Activity.COMMERCANT,
274
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
275
+ profitsType: _ProfitsType.ProfitsType.BIC,
276
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
277
+ declaration: _CerfaType.CerfaType[2065],
278
+ annexe: _CerfaType.CerfaType[2050]
279
+ }, {
280
+ name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',
281
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
282
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
283
+ profitsType: _ProfitsType.ProfitsType.BIC,
284
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
285
+ declaration: _CerfaType.CerfaType[2065],
286
+ annexe: _CerfaType.CerfaType[2033]
287
+ }, {
288
+ name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',
289
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
290
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
291
+ profitsType: _ProfitsType.ProfitsType.BIC,
292
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
293
+ declaration: _CerfaType.CerfaType[2065],
294
+ annexe: _CerfaType.CerfaType[2050]
295
+ }]
296
+ },
297
+ SCI: {
298
+ name: 'SCI',
299
+ id: 8,
300
+ idLegalForms: [_LegalForm.LegalForm.SCI.id],
301
+ choices: [{
302
+ name: 'Presta de services - IR - BNC : déclaration 2044',
303
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
304
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
305
+ profitsType: _ProfitsType.ProfitsType.BNC,
306
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
307
+ declaration: _CerfaType.CerfaType[2044]
308
+ }, {
309
+ name: 'Presta de services - IS - BNC - déclaration 2072',
310
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
311
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
312
+ profitsType: _ProfitsType.ProfitsType.BNC,
313
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
314
+ declaration: _CerfaType.CerfaType[2072]
315
+ }]
316
+ },
317
+ SCP: {
318
+ name: 'SCP',
319
+ id: 9,
320
+ idLegalForms: [_LegalForm.LegalForm.SCP.id],
321
+ choices: [{
322
+ name: 'Presta de services - IR - BNC : déclaration 2035',
323
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
324
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
325
+ profitsType: _ProfitsType.ProfitsType.BNC,
326
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
327
+ declaration: _CerfaType.CerfaType[2035]
328
+ }, {
329
+ name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',
330
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
331
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
332
+ profitsType: _ProfitsType.ProfitsType.BIC,
333
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
334
+ declaration: _CerfaType.CerfaType[2065],
335
+ annexe: _CerfaType.CerfaType[2033]
336
+ }, {
337
+ name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',
338
+ idActivity: _Activity.Activity.PRESTA_SERVICE,
339
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
340
+ profitsType: _ProfitsType.ProfitsType.BIC,
341
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
342
+ declaration: _CerfaType.CerfaType[2065],
343
+ annexe: _CerfaType.CerfaType[2050]
344
+ }]
345
+ },
346
+ SELARL: {
347
+ name: 'SELARL',
348
+ id: 10,
349
+ idLegalForms: [_LegalForm.LegalForm.SELARL.id],
350
+ choices: [{
351
+ name: 'Profession libérale - IR - BNC : déclaration 2035',
352
+ idActivity: _Activity.Activity.PROF_LIB,
353
+ idTaxSystem: _TaxSystem.TaxSystem.IR,
354
+ profitsType: _ProfitsType.ProfitsType.BNC,
355
+ idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
356
+ declaration: _CerfaType.CerfaType[2035]
357
+ }, {
358
+ name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',
359
+ idActivity: _Activity.Activity.PROF_LIB,
360
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
361
+ profitsType: _ProfitsType.ProfitsType.BIC,
362
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
363
+ declaration: _CerfaType.CerfaType[2065],
364
+ annexe: _CerfaType.CerfaType[2033]
365
+ }, {
366
+ name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',
367
+ idActivity: _Activity.Activity.PROF_LIB,
368
+ idTaxSystem: _TaxSystem.TaxSystem.IS,
369
+ profitsType: _ProfitsType.ProfitsType.BIC,
370
+ idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
371
+ declaration: _CerfaType.CerfaType[2065],
372
+ annexe: _CerfaType.CerfaType[2050]
373
+ }]
374
+ }
375
+ };
376
+ //# sourceMappingURL=GlobalRegime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AA8BO,MAAM,YAAY,WAAZ,YAAY,GAAqB;AAC5C,EAAA,uBAAuB,EAAE;AACvB,IAAA,IAAI,EAAE,yBADiB;AAEvB,IAAA,EAAE,EAAE,CAFmB;AAGvB,IAAA,YAAY,EAAE,CAAC,qBAAU,EAAV,CAAa,EAAd,CAHS;AAIvB,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,uDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,mDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KATO,EAiBP;AACE,MAAA,IAAI,EAAE,qDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KAjBO;AAJc,GADmB;AAgC5C,EAAA,IAAI,EAAE;AACJ,IAAA,IAAI,EAAE,MADF;AAEJ,IAAA,EAAE,EAAE,CAFA;AAGJ,IAAA,YAAY,EAAE,CAAC,qBAAU,IAAV,CAAe,EAAhB,CAHV;AAIJ,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,sDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,qDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KATO,EAiBP;AACE,MAAA,IAAI,EAAE,4EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAjBO,EA0BP;AACE,MAAA,IAAI,EAAE,2EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KA1BO,EAmCP;AACE,MAAA,IAAI,EAAE,2EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAnCO,EA4CP;AACE,MAAA,IAAI,EAAE,qEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KA5CO;AAJL,GAhCsC;AA2F5C,EAAA,uBAAuB,EAAE;AACvB,IAAA,IAAI,EAAE,sCADiB;AAEvB,IAAA,EAAE,EAAE,CAFmB;AAGvB,IAAA,YAAY,EAAE,CAAC,qBAAU,iBAAV,CAA4B,EAA7B,CAHS;AAIvB,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,2HADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,YAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,iGADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,YAAV;AANf,KATO,EAiBP;AACE,MAAA,IAAI,EAAE,wDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,YAAV;AANf,KAjBO;AAJc,GA3FmB;AA0H5C,EAAA,WAAW,EAAE;AACX,IAAA,IAAI,EAAE,aADK;AAEX,IAAA,EAAE,EAAE,CAFO;AAGX,IAAA,YAAY,EAAE,CAAC,qBAAU,WAAV,CAAsB,EAAvB,CAHH;AAIX,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,0DADR;AAEE,MAAA,UAAU,EAAE,mBAAS,MAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,cAAc,EAAE,2BAAa,EAJ/B;AAKE,MAAA,WAAW,EAAE,qBAAU,IAAV;AALf,KADO,EAQP;AACE,MAAA,IAAI,EAAE,kEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,MAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KARO,EAiBP;AACE,MAAA,IAAI,EAAE,+DADR;AAEE,MAAA,UAAU,EAAE,mBAAS,MAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAjBO;AAJE,GA1H+B;AA0J5C,EAAA,SAAS,EAAE;AACT,IAAA,IAAI,EAAE,aADG;AAET,IAAA,EAAE,EAAE,CAFK;AAGT,IAAA,YAAY,EAAE,CAAC,qBAAU,IAAV,CAAe,EAAhB,EAAoB,qBAAU,IAAV,CAAe,EAAnC,CAHL;AAIT,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,sDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,4EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KATO,EAkBP;AACE,MAAA,IAAI,EAAE,2EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAlBO,EA2BP;AACE,MAAA,IAAI,EAAE,kDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KA3BO,EAmCP;AACE,MAAA,IAAI,EAAE,wEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAnCO,EA4CP;AACE,MAAA,IAAI,EAAE,uEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KA5CO;AAJA,GA1JiC;AAqN5C,EAAA,QAAQ,EAAE;AACR,IAAA,IAAI,EAAE,YADE;AAER,IAAA,EAAE,EAAE,CAFI;AAGR,IAAA,YAAY,EAAE,CAAC,qBAAU,GAAV,CAAc,EAAf,EAAmB,qBAAU,IAAV,CAAe,EAAlC,CAHN;AAIR,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,sDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,4EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KATO,EAkBP;AACE,MAAA,IAAI,EAAE,2EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAlBO,EA2BP;AACE,MAAA,IAAI,EAAE,kDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KA3BO,EAmCP;AACE,MAAA,IAAI,EAAE,wEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAnCO,EA4CP;AACE,MAAA,IAAI,EAAE,uEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KA5CO;AAJD,GArNkC;AAgR5C,EAAA,EAAE,EAAE;AACF,IAAA,IAAI,EAAE,IADJ;AAEF,IAAA,EAAE,EAAE,CAFF;AAGF,IAAA,YAAY,EAAE,CAAC,qBAAU,EAAV,CAAa,EAAd,CAHZ;AAIF,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,4EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KADO,EAUP;AACE,MAAA,IAAI,EAAE,2EADR;AAEE,MAAA,UAAU,EAAE,mBAAS,UAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAVO,EAmBP;AACE,MAAA,IAAI,EAAE,wEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAnBO,EA6BP;AACE,MAAA,IAAI,EAAE,uEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KA7BO;AAJP,GAhRwC;AA4T5C,EAAA,GAAG,EAAE;AACH,IAAA,IAAI,EAAE,KADH;AAEH,IAAA,EAAE,EAAE,CAFD;AAGH,IAAA,YAAY,EAAE,CAAC,qBAAU,GAAV,CAAc,EAAf,CAHX;AAIH,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,kDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,kDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KATO;AAJN,GA5TuC;AAmV5C,EAAA,GAAG,EAAE;AACH,IAAA,IAAI,EAAE,KADH;AAEH,IAAA,EAAE,EAAE,CAFD;AAGH,IAAA,YAAY,EAAE,CAAC,qBAAU,GAAV,CAAc,EAAf,CAHX;AAIH,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,kDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,wEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KATO,EAkBP;AACE,MAAA,IAAI,EAAE,uEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,cAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAlBO;AAJN,GAnVuC;AAoX5C,EAAA,MAAM,EAAE;AACN,IAAA,IAAI,EAAE,QADA;AAEN,IAAA,EAAE,EAAE,EAFE;AAGN,IAAA,YAAY,EAAE,CAAC,qBAAU,MAAV,CAAiB,EAAlB,CAHR;AAIN,IAAA,OAAO,EAAE,CACP;AACE,MAAA,IAAI,EAAE,mDADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV;AANf,KADO,EASP;AACE,MAAA,IAAI,EAAE,yEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KATO,EAkBP;AACE,MAAA,IAAI,EAAE,wEADR;AAEE,MAAA,UAAU,EAAE,mBAAS,QAFvB;AAGE,MAAA,WAAW,EAAE,qBAAU,EAHzB;AAIE,MAAA,WAAW,EAAE,yBAAY,GAJ3B;AAKE,MAAA,cAAc,EAAE,2BAAa,EAL/B;AAME,MAAA,WAAW,EAAE,qBAAU,IAAV,CANf;AAOE,MAAA,MAAM,EAAE,qBAAU,IAAV;AAPV,KAlBO;AAJH;AApXoC,CAAvC","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\n\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\n\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'artisans - commerçants - IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services - IR - BIC - déclaration 2031',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'professions libérales - IR - BNC - déclaration 2035',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'artisans - commerçants : IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'professions libérales : IR - BNC - déclaration 2035',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'professions libérales : IS - RSI - BNC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'professions libérales : IS - BNC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'micro-BIC : activités négoce (achat/revente de marchandises) et prestations d\\'hébergement : BIC - déclaration 2042-C-Pro',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'micro-BIC : prestataires de services commerciales ou artisanales : BIC - déclaration 2042-C-Pro',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'micro-BNC : profession libérale déclaration 2042-C-Pro',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'non fiscalisée si revenus de capitaux : déclaration 2070',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2070],\n },\n {\n name: 'fiscalisée : - IS - RSI - BIC : déclaration 2065 et annexes 2033',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'fiscalisée - IS - RN - BIC : déclaration 2065 et annexes 2050',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'artisans - commerçants : IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services : IR - BIC - déclaration 2031',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'artisans - commerçants : IR - BIC - déclaration 2031',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services : IR - BIC - déclaration 2031',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'artisans - commerçants : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'artisans - commerçants : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services : IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n\n },\n {\n name: 'Presta de services : IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services - IR - BNC : déclaration 2044',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2044],\n },\n {\n name: 'Presta de services - IS - BNC - déclaration 2072',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2072],\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services - IR - BNC : déclaration 2035',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Presta de services - IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services - IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale - IR - BNC : déclaration 2035',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Profession libérale - IS - RSI - BIC - déclaration 2065 et annexes 2033',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Profession libérale - IS - RN - BIC - déclaration 2065 et annexes 2050',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n};"],"sourceRoot":"","file":"GlobalRegime.js"}