checkbiz 1.0.0
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.
- checksums.yaml +7 -0
- data/README.md +154 -0
- data/checkbiz.gemspec +32 -0
- data/lib/checkbiz/resource.rb +23 -0
- data/lib/checkbiz/resources/address_information.rb +17 -0
- data/lib/checkbiz/resources/bolagsverket.rb +17 -0
- data/lib/checkbiz/resources/company_annual_report.rb +13 -0
- data/lib/checkbiz/resources/company_annual_reports.rb +13 -0
- data/lib/checkbiz/resources/company_articles_of_association.rb +13 -0
- data/lib/checkbiz/resources/company_autocomplete.rb +13 -0
- data/lib/checkbiz/resources/company_beneficial_owner.rb +15 -0
- data/lib/checkbiz/resources/company_certificates_of_registration.rb +13 -0
- data/lib/checkbiz/resources/company_credit_template.rb +23 -0
- data/lib/checkbiz/resources/company_event.rb +29 -0
- data/lib/checkbiz/resources/company_information.rb +41 -0
- data/lib/checkbiz/resources/company_information_list.rb +14 -0
- data/lib/checkbiz/resources/company_search.rb +13 -0
- data/lib/checkbiz/resources/company_search_advanced.rb +13 -0
- data/lib/checkbiz/resources/company_worksite.rb +13 -0
- data/lib/checkbiz/resources/custom_list.rb +31 -0
- data/lib/checkbiz/resources/data_factory_person_search.rb +14 -0
- data/lib/checkbiz/resources/extended_search_no.rb +14 -0
- data/lib/checkbiz/resources/geomatics.rb +13 -0
- data/lib/checkbiz/resources/heartbeat.rb +9 -0
- data/lib/checkbiz/resources/lookup_company_no.rb +14 -0
- data/lib/checkbiz/resources/lookup_id_no.rb +14 -0
- data/lib/checkbiz/resources/lookup_phone_no.rb +14 -0
- data/lib/checkbiz/resources/nix.rb +11 -0
- data/lib/checkbiz/resources/package_calls.rb +13 -0
- data/lib/checkbiz/resources/package_information.rb +13 -0
- data/lib/checkbiz/resources/person_beneficial_owner.rb +24 -0
- data/lib/checkbiz/resources/person_credit_template.rb +23 -0
- data/lib/checkbiz/resources/person_event.rb +18 -0
- data/lib/checkbiz/resources/person_information.rb +47 -0
- data/lib/checkbiz/resources/person_information_list.rb +14 -0
- data/lib/checkbiz/resources/person_search.rb +15 -0
- data/lib/checkbiz/resources/person_search_advanced.rb +15 -0
- data/lib/checkbiz/resources/person_verify.rb +15 -0
- data/lib/checkbiz/resources/pts_info.rb +13 -0
- data/lib/checkbiz/resources/safenode_company_credit_report.rb +14 -0
- data/lib/checkbiz/resources/safenode_company_remark_control.rb +14 -0
- data/lib/checkbiz/resources/safenode_person_credit_report.rb +14 -0
- data/lib/checkbiz/resources/safenode_person_remark_control.rb +14 -0
- data/lib/checkbiz/resources/search_no.rb +14 -0
- data/lib/checkbiz/resources/signatory.rb +15 -0
- data/lib/checkbiz/resources/spar.rb +13 -0
- data/lib/checkbiz/resources/statistics.rb +14 -0
- data/lib/checkbiz/resources/subscriber.rb +17 -0
- data/lib/checkbiz/resources/subscriber_list.rb +16 -0
- data/lib/checkbiz/resources/url.rb +16 -0
- data/lib/checkbiz/resources/url_search.rb +16 -0
- data/lib/checkbiz/types/address_information.rb +136 -0
- data/lib/checkbiz/types/bolagsverket.rb +1012 -0
- data/lib/checkbiz/types/common.rb +503 -0
- data/lib/checkbiz/types/company_advanced_search.rb +38 -0
- data/lib/checkbiz/types/company_annual_reports.rb +17 -0
- data/lib/checkbiz/types/company_autocomplete.rb +25 -0
- data/lib/checkbiz/types/company_credit_template.rb +54 -0
- data/lib/checkbiz/types/company_event.rb +37 -0
- data/lib/checkbiz/types/company_information.rb +460 -0
- data/lib/checkbiz/types/company_information_list.rb +15 -0
- data/lib/checkbiz/types/company_search.rb +38 -0
- data/lib/checkbiz/types/company_worksite.rb +18 -0
- data/lib/checkbiz/types/custom_list_add.rb +16 -0
- data/lib/checkbiz/types/custom_list_get.rb +17 -0
- data/lib/checkbiz/types/data_factory_person_search.rb +117 -0
- data/lib/checkbiz/types/geomatic.rb +140 -0
- data/lib/checkbiz/types/lookup_company_no.rb +57 -0
- data/lib/checkbiz/types/lookup_id_no.rb +22 -0
- data/lib/checkbiz/types/lookup_phone_no.rb +29 -0
- data/lib/checkbiz/types/package_calls.rb +27 -0
- data/lib/checkbiz/types/package_information.rb +23 -0
- data/lib/checkbiz/types/person_advanced_search.rb +117 -0
- data/lib/checkbiz/types/person_credit_template.rb +61 -0
- data/lib/checkbiz/types/person_event.rb +33 -0
- data/lib/checkbiz/types/person_information.rb +598 -0
- data/lib/checkbiz/types/person_information_list.rb +19 -0
- data/lib/checkbiz/types/person_search.rb +88 -0
- data/lib/checkbiz/types/person_verify.rb +61 -0
- data/lib/checkbiz/types/pts.rb +15 -0
- data/lib/checkbiz/types/safenode_company_credit_report.rb +50 -0
- data/lib/checkbiz/types/safenode_company_remark_control.rb +29 -0
- data/lib/checkbiz/types/safenode_person_credit_report.rb +49 -0
- data/lib/checkbiz/types/safenode_person_remark_control.rb +28 -0
- data/lib/checkbiz/types/signatory.rb +40 -0
- data/lib/checkbiz/types/spar.rb +107 -0
- data/lib/checkbiz/types/statistics.rb +33 -0
- data/lib/checkbiz/types/subscriber.rb +68 -0
- data/lib/checkbiz/types/subscriber_list.rb +49 -0
- data/lib/checkbiz/types/subscriber_nix.rb +16 -0
- data/lib/checkbiz/version.rb +5 -0
- data/lib/checkbiz.rb +26 -0
- metadata +233 -0
|
@@ -0,0 +1,1012 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require_relative "common"
|
|
4
|
+
|
|
5
|
+
module Checkbiz
|
|
6
|
+
module Types
|
|
7
|
+
|
|
8
|
+
class AdressType < Dry::Struct
|
|
9
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
10
|
+
|
|
11
|
+
attribute? :co, Types::String.optional
|
|
12
|
+
attribute? :postadress, Types::String.optional
|
|
13
|
+
attribute? :postnummer, Types::String.optional
|
|
14
|
+
attribute? :postort, Types::String.optional
|
|
15
|
+
attribute? :land, Types::String.optional
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
class AktiekapitalforandringTypeAkForandringEKonvMinskningForfallenBeslutsfattare < Dry::Struct
|
|
19
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
20
|
+
|
|
21
|
+
attribute? :kod, Types::String.optional
|
|
22
|
+
attribute? :value, Types::String.optional
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
class AktiekapitalforandringTypeAkForandringEKonvMinskningTillstandTillstandAv < Dry::Struct
|
|
26
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
27
|
+
|
|
28
|
+
attribute? :kod, Types::String.optional
|
|
29
|
+
attribute? :value, Types::String.optional
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
class AktiekapitalforandringTypeAkForandringEKonvTypAvForandring < Dry::Struct
|
|
33
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
34
|
+
|
|
35
|
+
attribute? :text, Types::String.optional
|
|
36
|
+
attribute? :kod, Types::String.optional
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstandMinskningForfallenBeslut < Dry::Struct
|
|
40
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
41
|
+
|
|
42
|
+
attribute? :beslut_datum, Types::String.optional
|
|
43
|
+
attribute? :beslutsfattare, Types::String.optional
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
class AktiekapitalforandringTypeAkForandringFKonvNyemissionBemyndigandeBemyndFore < Dry::Struct
|
|
47
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
48
|
+
|
|
49
|
+
attribute? :annat_datum, Types::String.optional
|
|
50
|
+
attribute? :bolagsstamma_ar, Types::Integer.optional
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
class AktieslagType < Dry::Struct
|
|
54
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
55
|
+
|
|
56
|
+
attribute? :namn, Types::String.optional
|
|
57
|
+
attribute? :antal, Types::Float.optional
|
|
58
|
+
attribute? :hogst, Types::Integer.optional
|
|
59
|
+
attribute? :lagst, Types::Integer.optional
|
|
60
|
+
attribute? :rostvarde, Types::String.optional
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
class ArendeidentitetType < Dry::Struct
|
|
64
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
65
|
+
|
|
66
|
+
attribute? :artal, Types::String.optional
|
|
67
|
+
attribute? :idnummer, Types::String.optional
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
class ArendeinformationForetagArendeRakenskapsperiod < Dry::Struct
|
|
71
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
72
|
+
|
|
73
|
+
attribute? :godkanddatum, Types::String.optional
|
|
74
|
+
attribute? :rakenskapsperiodslut, Types::String.optional
|
|
75
|
+
attribute? :rakenskapsperiodfrom, Types::String.optional
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
class Arendestatus < Dry::Struct
|
|
79
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
80
|
+
|
|
81
|
+
attribute? :kod, Types::String.optional
|
|
82
|
+
attribute? :value, Types::String.optional
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class BemyndigandeTypeBemyndFore < Dry::Struct
|
|
86
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
87
|
+
|
|
88
|
+
attribute? :annat_datum, Types::String.optional
|
|
89
|
+
attribute? :bolagsstamma_ar, Types::Integer.optional
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
class BemyndigandeTypeBemyndigandeBemyndFore < Dry::Struct
|
|
93
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
94
|
+
|
|
95
|
+
attribute? :bolagsstamma_ar, Types::Integer.optional
|
|
96
|
+
attribute? :annat_datum, Types::String.optional
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
class BeslutsfattareType < Dry::Struct
|
|
100
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
101
|
+
|
|
102
|
+
attribute? :kod, Types::String.optional
|
|
103
|
+
attribute? :value, Types::String.optional
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
class BitradesforbudTypeBeslutBeslutsfattare < Dry::Struct
|
|
107
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
108
|
+
|
|
109
|
+
attribute? :kod, Types::String.optional
|
|
110
|
+
attribute? :value, Types::String.optional
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
class BitradesforbudTypeForbudsdatumSlutligt < Dry::Struct
|
|
114
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
115
|
+
|
|
116
|
+
attribute? :from, Types::String.optional
|
|
117
|
+
attribute? :tom, Types::String.optional
|
|
118
|
+
end
|
|
119
|
+
|
|
120
|
+
class BitradesforbudTypeForbudsdatumTillfalligt < Dry::Struct
|
|
121
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
122
|
+
|
|
123
|
+
attribute? :from, Types::String.optional
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
class BitradesforbudTypeForbudsdatumUpphavning < Dry::Struct
|
|
127
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
128
|
+
|
|
129
|
+
attribute? :from, Types::String.optional
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
class ForandringAndamalType < Dry::Struct
|
|
133
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
134
|
+
|
|
135
|
+
attribute? :text, Types::String.optional
|
|
136
|
+
attribute? :kod, Types::String.optional
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class ForandringGenomType < Dry::Struct
|
|
140
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
141
|
+
|
|
142
|
+
attribute? :text, Types::String.optional
|
|
143
|
+
attribute? :kod, Types::String.optional
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
class Foretagsform < Dry::Struct
|
|
147
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
148
|
+
|
|
149
|
+
attribute? :typ, Types::String.optional
|
|
150
|
+
attribute? :value, Types::String.optional
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
class ForetagshuvudTypeFirma < Dry::Struct
|
|
154
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
155
|
+
|
|
156
|
+
attribute? :namn, Types::String.optional
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
class ForetagshuvudTypeForetagsform < Dry::Struct
|
|
160
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
161
|
+
|
|
162
|
+
attribute? :typ, Types::String.optional
|
|
163
|
+
attribute? :skadeforsakringsbolag, Types::Bool.optional
|
|
164
|
+
attribute? :livforsakringsbolag, Types::Bool.optional
|
|
165
|
+
attribute? :value, Types::String.optional
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
class ForetagshuvudTypeForetagsidentitet < Dry::Struct
|
|
169
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
170
|
+
|
|
171
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
172
|
+
attribute? :sekel, Types::String.optional
|
|
173
|
+
attribute? :identity, Types::String.optional
|
|
174
|
+
attribute? :lopnummer, Types::String.optional
|
|
175
|
+
attribute? :bolagsverketsid, Types::String.optional
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
class ForetagshuvudTypeLikvidationsForelaggande < Dry::Struct
|
|
179
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
180
|
+
|
|
181
|
+
attribute? :meddelande, Types::String.optional
|
|
182
|
+
attribute? :svarsdatum, Types::String.optional
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
class ForetagshuvudTypeStatus < Dry::Struct
|
|
186
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
187
|
+
|
|
188
|
+
attribute? :kod, Types::String.optional
|
|
189
|
+
attribute? :datum, Types::String.optional
|
|
190
|
+
attribute? :value, Types::String.optional
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class ForetradareFunktionType < Dry::Struct
|
|
194
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
195
|
+
|
|
196
|
+
attribute? :kod, Types::String.optional
|
|
197
|
+
attribute? :value, Types::String.optional
|
|
198
|
+
end
|
|
199
|
+
|
|
200
|
+
class HandlaggareType < Dry::Struct
|
|
201
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
202
|
+
|
|
203
|
+
attribute? :telefon, Types::String.optional
|
|
204
|
+
attribute? :enhet, Types::String.optional
|
|
205
|
+
attribute? :kod, Types::String.optional
|
|
206
|
+
attribute? :namn, Types::String.optional
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
class IdentitetType < Dry::Struct
|
|
210
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
211
|
+
|
|
212
|
+
attribute? :sekel, Types::String.optional
|
|
213
|
+
attribute? :identity, Types::String.optional
|
|
214
|
+
attribute? :lopnummer, Types::String.optional
|
|
215
|
+
attribute? :bolagsverketsid, Types::String.optional
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
class LanType < Dry::Struct
|
|
219
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
220
|
+
|
|
221
|
+
attribute? :kod, Types::String.optional
|
|
222
|
+
attribute? :value, Types::String.optional
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
class MeddelandeTypeAnmarkning < Dry::Struct
|
|
226
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
227
|
+
|
|
228
|
+
attribute? :text, Types::String.optional
|
|
229
|
+
attribute? :kod, Types::String.optional
|
|
230
|
+
end
|
|
231
|
+
|
|
232
|
+
class NaringsforbudTypeBeslutBeslutsfattare < Dry::Struct
|
|
233
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
234
|
+
|
|
235
|
+
attribute? :kod, Types::String.optional
|
|
236
|
+
attribute? :value, Types::String.optional
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
class NaringsforbudTypeDispens < Dry::Struct
|
|
240
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
241
|
+
|
|
242
|
+
attribute? :from, Types::String.optional
|
|
243
|
+
attribute? :tom, Types::String.optional
|
|
244
|
+
attribute? :aterkalldat, Types::String.optional
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class NaringsforbudTypeForbudsdatumSlutligt < Dry::Struct
|
|
248
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
249
|
+
|
|
250
|
+
attribute? :from, Types::String.optional
|
|
251
|
+
attribute? :tom, Types::String.optional
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
class NaringsforbudTypeForbudsdatumTillfalligt < Dry::Struct
|
|
255
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
256
|
+
|
|
257
|
+
attribute? :from, Types::String.optional
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
class NaringsforbudTypeForbudsdatumUpphavning < Dry::Struct
|
|
261
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
262
|
+
|
|
263
|
+
attribute? :from, Types::String.optional
|
|
264
|
+
end
|
|
265
|
+
|
|
266
|
+
class PersonhuvudType < Dry::Struct
|
|
267
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
268
|
+
|
|
269
|
+
attribute? :namn, Types::String.optional
|
|
270
|
+
attribute? :sekel, Types::String.optional
|
|
271
|
+
attribute? :personnummer, Types::String.optional
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
class PersonligKonkursTypeBeslut < Dry::Struct
|
|
275
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
276
|
+
|
|
277
|
+
attribute? :malnummer, Types::String.optional
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
class PersonligKonkursTypeKonkursdatumInleddBeslutsfattare < Dry::Struct
|
|
281
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
282
|
+
|
|
283
|
+
attribute? :kod, Types::String.optional
|
|
284
|
+
attribute? :value, Types::String.optional
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
class Revisorskvalifikation < Dry::Struct
|
|
288
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
289
|
+
|
|
290
|
+
attribute? :typ, Types::String.optional
|
|
291
|
+
end
|
|
292
|
+
|
|
293
|
+
class Rubricering < Dry::Struct
|
|
294
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
295
|
+
|
|
296
|
+
attribute? :type, Types::String.optional
|
|
297
|
+
attribute? :status, Types::String.optional
|
|
298
|
+
attribute? :value, Types::String.optional
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
class SkuldebrevTypeBeslut < Dry::Struct
|
|
302
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
303
|
+
|
|
304
|
+
attribute? :beslut_datum, Types::String.optional
|
|
305
|
+
attribute? :beslutsfattare, Types::String.optional
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
class SkuldebrevTypeOptionerAntal < Dry::Struct
|
|
309
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
310
|
+
|
|
311
|
+
attribute? :verkligt_antal, Types::String.optional
|
|
312
|
+
attribute? :lagst, Types::String.optional
|
|
313
|
+
attribute? :hogst, Types::String.optional
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
class SkuldebrevTypeOptionerTidForNyteckning < Dry::Struct
|
|
317
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
318
|
+
|
|
319
|
+
attribute? :from, Types::String.optional
|
|
320
|
+
attribute? :tom, Types::String.optional
|
|
321
|
+
end
|
|
322
|
+
|
|
323
|
+
class SkuldebrevTypeOptionerTidForNyteckningHist < Dry::Struct
|
|
324
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
325
|
+
|
|
326
|
+
attribute? :tid1, Types::String.optional
|
|
327
|
+
attribute? :tid2, Types::String.optional
|
|
328
|
+
end
|
|
329
|
+
|
|
330
|
+
class StatusType < Dry::Struct
|
|
331
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
332
|
+
|
|
333
|
+
attribute? :datum, Types::String.optional
|
|
334
|
+
attribute? :kod, Types::String.optional
|
|
335
|
+
attribute? :value, Types::String.optional
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
class ValutaType < Dry::Struct
|
|
339
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
340
|
+
|
|
341
|
+
attribute? :belopp, Types::Float.optional
|
|
342
|
+
attribute? :valuta, Types::String.optional
|
|
343
|
+
end
|
|
344
|
+
|
|
345
|
+
class AktiekapitalType < Dry::Struct
|
|
346
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
347
|
+
|
|
348
|
+
attribute? :fritext, Types::String.optional
|
|
349
|
+
attribute? :aktiekapital_belopp, ValutaType.optional
|
|
350
|
+
attribute? :aktiekapital_hogst, ValutaType.optional
|
|
351
|
+
attribute? :aktiekapital_lagst, ValutaType.optional
|
|
352
|
+
attribute? :nominellt_belopp, ValutaType.optional
|
|
353
|
+
attribute? :antal_aktier_totalt, Types::String.optional
|
|
354
|
+
attribute? :antal_aktier_hogst, Types::Integer.optional
|
|
355
|
+
attribute? :antal_aktier_lagst, Types::Integer.optional
|
|
356
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
357
|
+
attribute? :full_bet, Types::Bool.optional
|
|
358
|
+
attribute? :neds_verk, Types::Bool.optional
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class AktiekapitalforandringTypeAkForandringEKonvAktier < Dry::Struct
|
|
362
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
363
|
+
|
|
364
|
+
attribute? :nominellt_belopp, ValutaType.optional
|
|
365
|
+
attribute? :tot_ant_aktier, Types::String.optional
|
|
366
|
+
end
|
|
367
|
+
|
|
368
|
+
class AktiekapitalforandringTypeAkForandringEKonvBeslut < Dry::Struct
|
|
369
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
370
|
+
|
|
371
|
+
attribute? :beslut_datum, Types::String.optional
|
|
372
|
+
attribute? :beslutsfattare, BeslutsfattareType.optional
|
|
373
|
+
end
|
|
374
|
+
|
|
375
|
+
class AktiekapitalforandringTypeAkForandringEKonvForandringsBelopp < Dry::Struct
|
|
376
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
377
|
+
|
|
378
|
+
attribute? :belopp, ValutaType.optional
|
|
379
|
+
attribute? :max, ValutaType.optional
|
|
380
|
+
attribute? :min, ValutaType.optional
|
|
381
|
+
attribute? :minskning_belopp, ValutaType.optional
|
|
382
|
+
attribute? :betal_inkl_overkurs, ValutaType.optional
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class AktiekapitalforandringTypeAkForandringEKonvMinskningForfallen < Dry::Struct
|
|
386
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
387
|
+
|
|
388
|
+
attribute? :beslutsfattare, AktiekapitalforandringTypeAkForandringEKonvMinskningForfallenBeslutsfattare.optional
|
|
389
|
+
attribute? :beslutsdatum, Types::String.optional
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
class AktiekapitalforandringTypeAkForandringEKonvMinskningTillstand < Dry::Struct
|
|
393
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
394
|
+
|
|
395
|
+
attribute? :tillstand_av, AktiekapitalforandringTypeAkForandringEKonvMinskningTillstandTillstandAv.optional
|
|
396
|
+
attribute? :beslutsdatum, Types::String.optional
|
|
397
|
+
end
|
|
398
|
+
|
|
399
|
+
class AktiekapitalforandringTypeAkForandringEKonvNyemissionBetalningDelbetalning < Dry::Struct
|
|
400
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
401
|
+
|
|
402
|
+
attribute? :antal_aktier, Types::String.optional
|
|
403
|
+
attribute? :belopp, ValutaType.optional
|
|
404
|
+
attribute? :full_betald, Types::Bool.optional
|
|
405
|
+
end
|
|
406
|
+
|
|
407
|
+
class AktiekapitalforandringTypeAkForandringFKonvFondemissionAktier < Dry::Struct
|
|
408
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
409
|
+
|
|
410
|
+
attribute? :nominellt_belopp, ValutaType.optional
|
|
411
|
+
attribute? :ant_aktier, Types::Integer.optional
|
|
412
|
+
end
|
|
413
|
+
|
|
414
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskningAktier < Dry::Struct
|
|
415
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
416
|
+
|
|
417
|
+
attribute? :nominellt_belopp, ValutaType.optional
|
|
418
|
+
attribute? :ant_aktier, Types::String.optional
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskningBeslut < Dry::Struct
|
|
422
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
423
|
+
|
|
424
|
+
attribute? :beslut_datum, Types::String.optional
|
|
425
|
+
attribute? :beslutsfattare, BeslutsfattareType.optional
|
|
426
|
+
attribute? :minsknings_belopp, ValutaType.optional
|
|
427
|
+
end
|
|
428
|
+
|
|
429
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstandMinskningForfallen < Dry::Struct
|
|
430
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
431
|
+
|
|
432
|
+
attribute? :minsknings_belopp, ValutaType.optional
|
|
433
|
+
attribute? :beslut, AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstandMinskningForfallenBeslut.optional
|
|
434
|
+
attribute? :forfallen, Types::Bool.optional
|
|
435
|
+
end
|
|
436
|
+
|
|
437
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstandRattensTillstand < Dry::Struct
|
|
438
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
439
|
+
|
|
440
|
+
attribute? :rattens_beslut_datum, Types::String.optional
|
|
441
|
+
attribute? :minskning_nominellt_belopp, ValutaType.optional
|
|
442
|
+
end
|
|
443
|
+
|
|
444
|
+
class AktiekapitalforandringTypeAkForandringFKonvNyemissionAktier < Dry::Struct
|
|
445
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
446
|
+
|
|
447
|
+
attribute? :nominellt_belopp, ValutaType.optional
|
|
448
|
+
attribute? :bet_ant_aktier, Types::Integer.optional
|
|
449
|
+
attribute? :ant_aktier, Types::Integer.optional
|
|
450
|
+
end
|
|
451
|
+
|
|
452
|
+
class AktiekapitalforandringTypeAkForandringFKonvNyemissionBemyndigande < Dry::Struct
|
|
453
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
454
|
+
|
|
455
|
+
attribute? :bemynd_datum, Types::String.optional
|
|
456
|
+
attribute? :bemynd_fore, AktiekapitalforandringTypeAkForandringFKonvNyemissionBemyndigandeBemyndFore.optional
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
class AktiekapitalforandringTypeAkForandringFKonvNyemissionBeslut < Dry::Struct
|
|
460
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
461
|
+
|
|
462
|
+
attribute? :beslut_datum, Types::String.optional
|
|
463
|
+
attribute? :beslutsfattare, BeslutsfattareType.optional
|
|
464
|
+
end
|
|
465
|
+
|
|
466
|
+
class AktiekapitalforandringTypeAkForandringFKonvNyemissionForandringsbelopp < Dry::Struct
|
|
467
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
468
|
+
|
|
469
|
+
attribute? :belopp, ValutaType.optional
|
|
470
|
+
attribute? :max, ValutaType.optional
|
|
471
|
+
attribute? :min, ValutaType.optional
|
|
472
|
+
attribute? :betal_inkl_overkurs, ValutaType.optional
|
|
473
|
+
attribute? :betalt_belopp, ValutaType.optional
|
|
474
|
+
end
|
|
475
|
+
|
|
476
|
+
class AktiekapitalforandringTypeAkForandringFKonvSkuldebrevNyUtbyteNyUtbyte < Dry::Struct
|
|
477
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
478
|
+
|
|
479
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
480
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
481
|
+
attribute? :ant_aktier, Types::Integer.optional
|
|
482
|
+
attribute? :utbyt_konvert_belopp, ValutaType.optional
|
|
483
|
+
attribute? :ak_efter_nyutbyte, ValutaType.optional
|
|
484
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
485
|
+
attribute? :andrat_genom, Types::String.optional
|
|
486
|
+
attribute? :fritext, Types::String.optional
|
|
487
|
+
end
|
|
488
|
+
|
|
489
|
+
class AktiekapitalforandringTypeAkForandringFKonvSkuldebrevNyUtbyteNyteckning < Dry::Struct
|
|
490
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
491
|
+
|
|
492
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
493
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
494
|
+
attribute? :ant_aktier, Types::Integer.optional
|
|
495
|
+
attribute? :nyteckningsbelopp, ValutaType.optional
|
|
496
|
+
attribute? :ak_efter_nyteckning, ValutaType.optional
|
|
497
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
498
|
+
attribute? :andrat_genom, Types::String.optional
|
|
499
|
+
attribute? :fritext, Types::String.optional
|
|
500
|
+
end
|
|
501
|
+
|
|
502
|
+
class ArendehuvudType < Dry::Struct
|
|
503
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
504
|
+
|
|
505
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
506
|
+
attribute? :rubricering, Types::Array.of(Rubricering).optional
|
|
507
|
+
attribute? :arendestatus, Arendestatus.optional
|
|
508
|
+
end
|
|
509
|
+
|
|
510
|
+
class ArendehuvudTypeA15 < Dry::Struct
|
|
511
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
512
|
+
|
|
513
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
514
|
+
attribute? :rubricering, Types::Array.of(Rubricering).optional
|
|
515
|
+
attribute? :arendestatus, Types::Array.of(Arendestatus).optional
|
|
516
|
+
end
|
|
517
|
+
|
|
518
|
+
class ArendehuvudTypeA30 < Dry::Struct
|
|
519
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
520
|
+
|
|
521
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
522
|
+
attribute? :rubricering, Types::Array.of(Rubricering).optional
|
|
523
|
+
attribute? :arendestatus, Types::Array.of(Arendestatus).optional
|
|
524
|
+
end
|
|
525
|
+
|
|
526
|
+
class AvgiftType < Dry::Struct
|
|
527
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
528
|
+
|
|
529
|
+
attribute? :belopp, ValutaType.optional
|
|
530
|
+
attribute? :betaldavgift, ValutaType.optional
|
|
531
|
+
attribute? :ocr, Types::String.optional
|
|
532
|
+
attribute? :postgiro, Types::String.optional
|
|
533
|
+
attribute? :bankgiro, Types::String.optional
|
|
534
|
+
end
|
|
535
|
+
|
|
536
|
+
class BemyndigandeType1 < Dry::Struct
|
|
537
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
538
|
+
|
|
539
|
+
attribute? :bemynd_datum, Types::String.optional
|
|
540
|
+
attribute? :bemynd_fore, BemyndigandeTypeBemyndFore.optional
|
|
541
|
+
attribute? :bemynd_avser, Types::Array.of(Types::String).optional
|
|
542
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
543
|
+
end
|
|
544
|
+
|
|
545
|
+
class BemyndigandeTypeBemyndigande < Dry::Struct
|
|
546
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
547
|
+
|
|
548
|
+
attribute? :bemynd_datum, Types::String.optional
|
|
549
|
+
attribute? :bemynd_fore, BemyndigandeTypeBemyndigandeBemyndFore.optional
|
|
550
|
+
attribute? :typ, Types::String.optional
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class BitradesforbudTypeBeslut < Dry::Struct
|
|
554
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
555
|
+
|
|
556
|
+
attribute? :beslutsfattare, BitradesforbudTypeBeslutBeslutsfattare.optional
|
|
557
|
+
attribute? :datum, Types::String.optional
|
|
558
|
+
attribute? :typ, Types::String.optional
|
|
559
|
+
end
|
|
560
|
+
|
|
561
|
+
class BitradesforbudTypeForbudsdatum < Dry::Struct
|
|
562
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
563
|
+
|
|
564
|
+
attribute? :slutligt, BitradesforbudTypeForbudsdatumSlutligt.optional
|
|
565
|
+
attribute? :tillfalligt, BitradesforbudTypeForbudsdatumTillfalligt.optional
|
|
566
|
+
attribute? :upphavning, BitradesforbudTypeForbudsdatumUpphavning.optional
|
|
567
|
+
end
|
|
568
|
+
|
|
569
|
+
class ForetagshuvudTypeInneliggandeAranden < Dry::Struct
|
|
570
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
571
|
+
|
|
572
|
+
attribute? :rubricering, Rubricering.optional
|
|
573
|
+
attribute? :antal, Types::Integer.optional
|
|
574
|
+
end
|
|
575
|
+
|
|
576
|
+
class HuvudskyddslanType < Dry::Struct
|
|
577
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
578
|
+
|
|
579
|
+
attribute? :huvudlan, LanType.optional
|
|
580
|
+
attribute? :skyddslan, Types::Array.of(LanType).optional
|
|
581
|
+
end
|
|
582
|
+
|
|
583
|
+
class MeddelandeType < Dry::Struct
|
|
584
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
585
|
+
|
|
586
|
+
attribute? :anmarkning, Types::Array.of(MeddelandeTypeAnmarkning).optional
|
|
587
|
+
attribute? :meddelande_type_text, Types::String.optional
|
|
588
|
+
attribute? :lopnr, Types::String.optional
|
|
589
|
+
attribute? :sista_svars_datum, Types::String.optional
|
|
590
|
+
attribute? :utskrifts_datum, Types::String.optional
|
|
591
|
+
end
|
|
592
|
+
|
|
593
|
+
class NaringsforbudTypeBeslut < Dry::Struct
|
|
594
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
595
|
+
|
|
596
|
+
attribute? :beslutsfattare, NaringsforbudTypeBeslutBeslutsfattare.optional
|
|
597
|
+
attribute? :malnummer, Types::String.optional
|
|
598
|
+
attribute? :datum, Types::String.optional
|
|
599
|
+
attribute? :typ, Types::String.optional
|
|
600
|
+
end
|
|
601
|
+
|
|
602
|
+
class NaringsforbudTypeForbudsdatum < Dry::Struct
|
|
603
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
604
|
+
|
|
605
|
+
attribute? :slutligt, NaringsforbudTypeForbudsdatumSlutligt.optional
|
|
606
|
+
attribute? :tillfalligt, NaringsforbudTypeForbudsdatumTillfalligt.optional
|
|
607
|
+
attribute? :upphavning, NaringsforbudTypeForbudsdatumUpphavning.optional
|
|
608
|
+
end
|
|
609
|
+
|
|
610
|
+
class PersoninformationPersonForetagForetradare < Dry::Struct
|
|
611
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
612
|
+
|
|
613
|
+
attribute? :funktion, Types::Array.of(ForetradareFunktionType).optional
|
|
614
|
+
attribute? :utlandsbosatt, Types::Bool.optional
|
|
615
|
+
attribute? :arbetstagarrepresentant, Types::Bool.optional
|
|
616
|
+
attribute? :forsakringstagarrepresentant, Types::Bool.optional
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class PersonligKonkursTypeForvaltare < Dry::Struct
|
|
620
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
621
|
+
|
|
622
|
+
attribute? :fornamn, Types::String.optional
|
|
623
|
+
attribute? :namn, Types::String.optional
|
|
624
|
+
attribute? :adress, AdressType.optional
|
|
625
|
+
end
|
|
626
|
+
|
|
627
|
+
class PersonligKonkursTypeKonkursdatumInledd < Dry::Struct
|
|
628
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
629
|
+
|
|
630
|
+
attribute? :datum, Types::String.optional
|
|
631
|
+
attribute? :beslutsfattare, PersonligKonkursTypeKonkursdatumInleddBeslutsfattare.optional
|
|
632
|
+
end
|
|
633
|
+
|
|
634
|
+
class PersonligKonkursTypeTillsynsmyndighet < Dry::Struct
|
|
635
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
636
|
+
|
|
637
|
+
attribute? :namn, Types::String.optional
|
|
638
|
+
attribute? :adress, AdressType.optional
|
|
639
|
+
end
|
|
640
|
+
|
|
641
|
+
class SkuldebrevTypeForandringsbelopp < Dry::Struct
|
|
642
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
643
|
+
|
|
644
|
+
attribute? :beslutat_belopp, ValutaType.optional
|
|
645
|
+
attribute? :max, ValutaType.optional
|
|
646
|
+
attribute? :min, ValutaType.optional
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
class SkuldebrevTypeKonvertibler < Dry::Struct
|
|
650
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
651
|
+
|
|
652
|
+
attribute? :belopp, ValutaType.optional
|
|
653
|
+
attribute? :utbyte_from, Types::String.optional
|
|
654
|
+
attribute? :utbyte_tom, Types::String.optional
|
|
655
|
+
attribute? :tid_for_utbyte1, Types::String.optional
|
|
656
|
+
attribute? :tid_for_utbyte2, Types::String.optional
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
class SkuldebrevTypeOptioner < Dry::Struct
|
|
660
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
661
|
+
|
|
662
|
+
attribute? :belopp, ValutaType.optional
|
|
663
|
+
attribute? :aktieteckning_from, Types::String.optional
|
|
664
|
+
attribute? :antal, SkuldebrevTypeOptionerAntal.optional
|
|
665
|
+
attribute? :aktieteckning_tom, Types::String.optional
|
|
666
|
+
attribute? :utan_lan, Types::Bool.optional
|
|
667
|
+
attribute? :med_lan, Types::Bool.optional
|
|
668
|
+
attribute? :tid_for_nyteckning, SkuldebrevTypeOptionerTidForNyteckning.optional
|
|
669
|
+
attribute? :tid_for_nyteckning_hist, SkuldebrevTypeOptionerTidForNyteckningHist.optional
|
|
670
|
+
end
|
|
671
|
+
|
|
672
|
+
class AktiekapitalforandringTypeAkForandringEKonvMinskning < Dry::Struct
|
|
673
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
674
|
+
|
|
675
|
+
attribute? :minskning_av_ak_pagar, Types::Bool.optional
|
|
676
|
+
attribute? :forfallen, AktiekapitalforandringTypeAkForandringEKonvMinskningForfallen.optional
|
|
677
|
+
attribute? :tillstand, AktiekapitalforandringTypeAkForandringEKonvMinskningTillstand.optional
|
|
678
|
+
attribute? :minsknings_belopp, ValutaType.optional
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
class AktiekapitalforandringTypeAkForandringEKonvNyemissionBetalning < Dry::Struct
|
|
682
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
683
|
+
|
|
684
|
+
attribute? :betalningssatt, Types::Array.of(Types::String).optional
|
|
685
|
+
attribute? :belopp, ValutaType.optional
|
|
686
|
+
attribute? :betalt_antal_aktier, Types::String.optional
|
|
687
|
+
attribute? :delbetalning, AktiekapitalforandringTypeAkForandringEKonvNyemissionBetalningDelbetalning.optional
|
|
688
|
+
end
|
|
689
|
+
|
|
690
|
+
class AktiekapitalforandringTypeAkForandringFKonvFondemission < Dry::Struct
|
|
691
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
692
|
+
|
|
693
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
694
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
695
|
+
attribute? :beslutsdatum, Types::String.optional
|
|
696
|
+
attribute? :forandring_genom, Types::Array.of(Types::String).optional
|
|
697
|
+
attribute? :aktier, AktiekapitalforandringTypeAkForandringFKonvFondemissionAktier.optional
|
|
698
|
+
attribute? :forandringsbelopp, ValutaType.optional
|
|
699
|
+
attribute? :ak_efter_fondemission, ValutaType.optional
|
|
700
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
701
|
+
attribute? :andrat_genom, Types::String.optional
|
|
702
|
+
attribute? :fritext, Types::String.optional
|
|
703
|
+
end
|
|
704
|
+
|
|
705
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskning < Dry::Struct
|
|
706
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
707
|
+
|
|
708
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
709
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
710
|
+
attribute? :beslut, AktiekapitalforandringTypeAkForandringFKonvMinskningBeslut.optional
|
|
711
|
+
attribute? :forandring_genom, Types::Array.of(ForandringGenomType).optional
|
|
712
|
+
attribute? :forandring_andamal, Types::Array.of(ForandringAndamalType).optional
|
|
713
|
+
attribute? :ak_efter_minskning, ValutaType.optional
|
|
714
|
+
attribute? :aktier, AktiekapitalforandringTypeAkForandringFKonvMinskningAktier.optional
|
|
715
|
+
attribute? :minskning_av_ak_pagar, Types::Bool.optional
|
|
716
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
717
|
+
attribute? :andrat_genom, Types::String.optional
|
|
718
|
+
attribute? :fritext, Types::String.optional
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
class AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstand < Dry::Struct
|
|
722
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
723
|
+
|
|
724
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
725
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
726
|
+
attribute? :beslutsdatum, Types::String.optional
|
|
727
|
+
attribute? :rattens_tillstand, AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstandRattensTillstand.optional
|
|
728
|
+
attribute? :minskning_forfallen, AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstandMinskningForfallen.optional
|
|
729
|
+
attribute? :ak_efter_minskning_forfallen, ValutaType.optional
|
|
730
|
+
attribute? :andrat_genom, Types::String.optional
|
|
731
|
+
attribute? :fritext, Types::String.optional
|
|
732
|
+
end
|
|
733
|
+
|
|
734
|
+
class AktiekapitalforandringTypeAkForandringFKonvNyemission < Dry::Struct
|
|
735
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
736
|
+
|
|
737
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
738
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
739
|
+
attribute? :bemyndigande, AktiekapitalforandringTypeAkForandringFKonvNyemissionBemyndigande.optional
|
|
740
|
+
attribute? :beslut, AktiekapitalforandringTypeAkForandringFKonvNyemissionBeslut.optional
|
|
741
|
+
attribute? :forandringsbelopp, AktiekapitalforandringTypeAkForandringFKonvNyemissionForandringsbelopp.optional
|
|
742
|
+
attribute? :fullbetald, Types::Bool.optional
|
|
743
|
+
attribute? :aktier, AktiekapitalforandringTypeAkForandringFKonvNyemissionAktier.optional
|
|
744
|
+
attribute? :ak_efter_nyemission, ValutaType.optional
|
|
745
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
746
|
+
attribute? :andrat_genom, Types::String.optional
|
|
747
|
+
attribute? :fritext, Types::String.optional
|
|
748
|
+
end
|
|
749
|
+
|
|
750
|
+
class AktiekapitalforandringTypeAkForandringFKonvSkuldebrevNyUtbyte < Dry::Struct
|
|
751
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
752
|
+
|
|
753
|
+
attribute? :ny_utbyte, AktiekapitalforandringTypeAkForandringFKonvSkuldebrevNyUtbyteNyUtbyte.optional
|
|
754
|
+
attribute? :nyteckning, AktiekapitalforandringTypeAkForandringFKonvSkuldebrevNyUtbyteNyteckning.optional
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
class ArendeType < Dry::Struct
|
|
758
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
759
|
+
|
|
760
|
+
attribute? :arendehuvud, ArendehuvudType.optional
|
|
761
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
762
|
+
attribute? :ankomstdatum, Types::String.optional
|
|
763
|
+
end
|
|
764
|
+
|
|
765
|
+
class ArendeTypeA30 < Dry::Struct
|
|
766
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
767
|
+
|
|
768
|
+
attribute? :arendehuvud, ArendehuvudTypeA30.optional
|
|
769
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
770
|
+
attribute? :ankomstdatum, Types::String.optional
|
|
771
|
+
end
|
|
772
|
+
|
|
773
|
+
class BemyndigandeType < Dry::Struct
|
|
774
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
775
|
+
|
|
776
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
777
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
778
|
+
attribute? :bemyndigande, Types::Array.of(BemyndigandeTypeBemyndigande).optional
|
|
779
|
+
attribute? :fritext, Types::String.optional
|
|
780
|
+
attribute? :lopnr, Types::Integer.optional
|
|
781
|
+
end
|
|
782
|
+
|
|
783
|
+
class BitradesforbudType < Dry::Struct
|
|
784
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
785
|
+
|
|
786
|
+
attribute? :fritext, Types::String.optional
|
|
787
|
+
attribute? :beslut, BitradesforbudTypeBeslut.optional
|
|
788
|
+
attribute? :forbudsdatum, BitradesforbudTypeForbudsdatum.optional
|
|
789
|
+
end
|
|
790
|
+
|
|
791
|
+
class FirmaforslagType < Dry::Struct
|
|
792
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
793
|
+
|
|
794
|
+
attribute? :namn, Types::String.optional
|
|
795
|
+
attribute? :typ, Types::String.optional
|
|
796
|
+
attribute? :godkant, Types::Bool.optional
|
|
797
|
+
attribute? :inkom_datum, Types::String.optional
|
|
798
|
+
attribute? :inkom_tid, Types::String.optional
|
|
799
|
+
attribute? :huvudskyddslan, HuvudskyddslanType.optional
|
|
800
|
+
end
|
|
801
|
+
|
|
802
|
+
class ForetagshuvudType < Dry::Struct
|
|
803
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
804
|
+
|
|
805
|
+
attribute? :foretagsidentitet, ForetagshuvudTypeForetagsidentitet.optional
|
|
806
|
+
attribute? :firma, ForetagshuvudTypeFirma.optional
|
|
807
|
+
attribute? :foretagsform, ForetagshuvudTypeForetagsform.optional
|
|
808
|
+
attribute? :status, Types::Array.of(ForetagshuvudTypeStatus).optional
|
|
809
|
+
attribute? :likvidations_forelaggande, ForetagshuvudTypeLikvidationsForelaggande.optional
|
|
810
|
+
attribute? :inneliggande_aranden, ForetagshuvudTypeInneliggandeAranden.optional
|
|
811
|
+
end
|
|
812
|
+
|
|
813
|
+
class NaringsforbudType < Dry::Struct
|
|
814
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
815
|
+
|
|
816
|
+
attribute? :fritext, Types::String.optional
|
|
817
|
+
attribute? :forbudsdatum, NaringsforbudTypeForbudsdatum.optional
|
|
818
|
+
attribute? :beslut, NaringsforbudTypeBeslut.optional
|
|
819
|
+
attribute? :dispens, NaringsforbudTypeDispens.optional
|
|
820
|
+
attribute? :avveckling, Types::String.optional
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class PersoninformationPersonForetag < Dry::Struct
|
|
824
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
825
|
+
|
|
826
|
+
attribute? :foretagsidentitet, IdentitetType.optional
|
|
827
|
+
attribute? :firma_namn, Types::String.optional
|
|
828
|
+
attribute? :foretagsform, Foretagsform.optional
|
|
829
|
+
attribute? :status, Types::Array.of(StatusType).optional
|
|
830
|
+
attribute? :foretradare, PersoninformationPersonForetagForetradare.optional
|
|
831
|
+
end
|
|
832
|
+
|
|
833
|
+
class PersonligKonkursTypeKonkursdatum < Dry::Struct
|
|
834
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
835
|
+
|
|
836
|
+
attribute? :inledd, PersonligKonkursTypeKonkursdatumInledd.optional
|
|
837
|
+
attribute? :avslutad, Types::String.optional
|
|
838
|
+
attribute? :upphavd, Types::String.optional
|
|
839
|
+
end
|
|
840
|
+
|
|
841
|
+
class SkuldebrevType < Dry::Struct
|
|
842
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
843
|
+
|
|
844
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
845
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
846
|
+
attribute? :bemyndigande, BemyndigandeType1.optional
|
|
847
|
+
attribute? :beslut, SkuldebrevTypeBeslut.optional
|
|
848
|
+
attribute? :forandringsbelopp, SkuldebrevTypeForandringsbelopp.optional
|
|
849
|
+
attribute? :tecknat_belopp, ValutaType.optional
|
|
850
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
851
|
+
attribute? :a_kkan_okas_med_belopp, ValutaType.optional
|
|
852
|
+
attribute? :andrat_genom, Types::String.optional
|
|
853
|
+
attribute? :optioner, SkuldebrevTypeOptioner.optional
|
|
854
|
+
attribute? :konvertibler, SkuldebrevTypeKonvertibler.optional
|
|
855
|
+
attribute? :fritext, Types::String.optional
|
|
856
|
+
attribute? :lopnr, Types::Integer.optional
|
|
857
|
+
attribute? :typ, Types::String.optional
|
|
858
|
+
end
|
|
859
|
+
|
|
860
|
+
class AktiekapitalforandringTypeAkForandringEKonv < Dry::Struct
|
|
861
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
862
|
+
|
|
863
|
+
attribute? :typ_av_forandring, AktiekapitalforandringTypeAkForandringEKonvTypAvForandring.optional
|
|
864
|
+
attribute? :andrat_genom, Types::String.optional
|
|
865
|
+
attribute? :forandrings_belopp, AktiekapitalforandringTypeAkForandringEKonvForandringsBelopp.optional
|
|
866
|
+
attribute? :aktier, AktiekapitalforandringTypeAkForandringEKonvAktier.optional
|
|
867
|
+
attribute? :beslut, AktiekapitalforandringTypeAkForandringEKonvBeslut.optional
|
|
868
|
+
attribute? :nyemission_betalning, AktiekapitalforandringTypeAkForandringEKonvNyemissionBetalning.optional
|
|
869
|
+
attribute? :minskning, AktiekapitalforandringTypeAkForandringEKonvMinskning.optional
|
|
870
|
+
attribute? :forandring_genom, Types::Array.of(ForandringGenomType).optional
|
|
871
|
+
attribute? :forandring_andamal, Types::Array.of(ForandringAndamalType).optional
|
|
872
|
+
attribute? :aktieslag, Types::Array.of(AktieslagType).optional
|
|
873
|
+
attribute? :fritext, Types::String.optional
|
|
874
|
+
attribute? :utgivande_arende, ArendeidentitetType.optional
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class AktiekapitalforandringTypeAkForandringFKonv < Dry::Struct
|
|
878
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
879
|
+
|
|
880
|
+
attribute? :nyemission, AktiekapitalforandringTypeAkForandringFKonvNyemission.optional
|
|
881
|
+
attribute? :fondemission, AktiekapitalforandringTypeAkForandringFKonvFondemission.optional
|
|
882
|
+
attribute? :minskning, AktiekapitalforandringTypeAkForandringFKonvMinskning.optional
|
|
883
|
+
attribute? :skuldebrev_ny_utbyte, AktiekapitalforandringTypeAkForandringFKonvSkuldebrevNyUtbyte.optional
|
|
884
|
+
attribute? :minskning_ratt_tillstand, AktiekapitalforandringTypeAkForandringFKonvMinskningRattTillstand.optional
|
|
885
|
+
end
|
|
886
|
+
|
|
887
|
+
class ArendeinformationForetag < Dry::Struct
|
|
888
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
889
|
+
|
|
890
|
+
attribute? :foretagshuvud, ForetagshuvudType.optional
|
|
891
|
+
attribute? :arende, Types::Array.of(ArendeType).optional
|
|
892
|
+
end
|
|
893
|
+
|
|
894
|
+
class ArendeinformationForetagA30 < Dry::Struct
|
|
895
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
896
|
+
|
|
897
|
+
attribute? :foretagshuvud, ForetagshuvudType.optional
|
|
898
|
+
attribute? :arende, Types::Array.of(ArendeTypeA30).optional
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
class ArendeinformationForetagArendeA15 < Dry::Struct
|
|
902
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
903
|
+
|
|
904
|
+
attribute? :ankomstdatum, Types::String.optional
|
|
905
|
+
attribute? :ankomsttid, Types::String.optional
|
|
906
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
907
|
+
attribute? :kungorelse_datum, Types::String.optional
|
|
908
|
+
attribute? :kompletterings_datum, Types::Array.of(Types::String).optional
|
|
909
|
+
attribute? :korrigerat_datum, Types::String.optional
|
|
910
|
+
attribute? :foretagsform, Foretagsform.optional
|
|
911
|
+
attribute? :rakenskapsperiod, ArendeinformationForetagArendeRakenskapsperiod.optional
|
|
912
|
+
attribute? :arendehuvud, ArendehuvudTypeA15.optional
|
|
913
|
+
attribute? :firmaforslag, Types::Array.of(FirmaforslagType).optional
|
|
914
|
+
attribute? :meddelande, Types::Array.of(MeddelandeType).optional
|
|
915
|
+
attribute? :overfort_till, ArendeidentitetType.optional
|
|
916
|
+
attribute? :overfort_fran, ArendeidentitetType.optional
|
|
917
|
+
attribute? :omprovat_ref, ArendeidentitetType.optional
|
|
918
|
+
attribute? :overklagat_ref, ArendeidentitetType.optional
|
|
919
|
+
attribute? :avgift, AvgiftType.optional
|
|
920
|
+
attribute? :handlaggare, Types::Array.of(HandlaggareType).optional
|
|
921
|
+
attribute? :diarium, Types::String.optional
|
|
922
|
+
end
|
|
923
|
+
|
|
924
|
+
class PersonligKonkursType < Dry::Struct
|
|
925
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
926
|
+
|
|
927
|
+
attribute? :konkursdatum, PersonligKonkursTypeKonkursdatum.optional
|
|
928
|
+
attribute? :beslut, PersonligKonkursTypeBeslut.optional
|
|
929
|
+
attribute? :tillsynsmyndighet, PersonligKonkursTypeTillsynsmyndighet.optional
|
|
930
|
+
attribute? :forvaltare, PersonligKonkursTypeForvaltare.optional
|
|
931
|
+
attribute? :dodsbonummer, Types::String.optional
|
|
932
|
+
end
|
|
933
|
+
|
|
934
|
+
class Aktiekapitalforandring < Dry::Struct
|
|
935
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
936
|
+
|
|
937
|
+
attribute? :arendeidentitet, ArendeidentitetType.optional
|
|
938
|
+
attribute? :andrat_genom, Types::String.optional
|
|
939
|
+
attribute? :registreringsdatum, Types::String.optional
|
|
940
|
+
attribute? :forandrat_belopp, ValutaType.optional
|
|
941
|
+
attribute? :belopp_efter_forandring, ValutaType.optional
|
|
942
|
+
attribute? :aktiekapitalforandring_type_ak_forandring_e_konv, AktiekapitalforandringTypeAkForandringEKonv.optional
|
|
943
|
+
attribute? :aktiekapitalforandring_type_ak_forandring_f_konv, AktiekapitalforandringTypeAkForandringFKonv.optional
|
|
944
|
+
attribute? :lopnr, Types::Integer.optional
|
|
945
|
+
end
|
|
946
|
+
|
|
947
|
+
class ArendeForteckningBlock < Dry::Struct
|
|
948
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
949
|
+
|
|
950
|
+
attribute? :arende_information_foretag_lista, Types::Array.of(ArendeinformationForetag).optional
|
|
951
|
+
end
|
|
952
|
+
|
|
953
|
+
class ArendeForteckningBlockA30 < Dry::Struct
|
|
954
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
955
|
+
|
|
956
|
+
attribute? :arende_information_foretag_lista, Types::Array.of(ArendeinformationForetagA30).optional
|
|
957
|
+
end
|
|
958
|
+
|
|
959
|
+
class ArendeinformationForetagA15 < Dry::Struct
|
|
960
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
961
|
+
|
|
962
|
+
attribute? :foretagshuvud, ForetagshuvudType.optional
|
|
963
|
+
attribute? :arende, ArendeinformationForetagArendeA15.optional
|
|
964
|
+
end
|
|
965
|
+
|
|
966
|
+
class PersoninformationPerson < Dry::Struct
|
|
967
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
968
|
+
|
|
969
|
+
attribute? :personhuvud, PersonhuvudType.optional
|
|
970
|
+
attribute? :revisorskvalifikation, Revisorskvalifikation.optional
|
|
971
|
+
attribute? :personlig_konkurs, Types::Array.of(PersonligKonkursType).optional
|
|
972
|
+
attribute? :bitradesforbud, BitradesforbudType.optional
|
|
973
|
+
attribute? :naringsforbud, NaringsforbudType.optional
|
|
974
|
+
attribute? :foretag, Types::Array.of(PersoninformationPersonForetag).optional
|
|
975
|
+
end
|
|
976
|
+
|
|
977
|
+
class ArendeInformationBlock < Dry::Struct
|
|
978
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
979
|
+
|
|
980
|
+
attribute? :arendeinformation_foretag_lista, Types::Array.of(ArendeinformationForetagA15).optional
|
|
981
|
+
end
|
|
982
|
+
|
|
983
|
+
class ForetagsinformationForetagForetagsgeneration < Dry::Struct
|
|
984
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
985
|
+
|
|
986
|
+
attribute? :aktiekapital, AktiekapitalType.optional
|
|
987
|
+
attribute? :aktiekapitalforandring, Types::Array.of(Aktiekapitalforandring).optional
|
|
988
|
+
attribute? :bemyndigande, Types::Array.of(BemyndigandeType).optional
|
|
989
|
+
attribute? :skuldebrev, Types::Array.of(SkuldebrevType).optional
|
|
990
|
+
end
|
|
991
|
+
|
|
992
|
+
class PersonInformationBlock < Dry::Struct
|
|
993
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
994
|
+
|
|
995
|
+
attribute? :personinformation_person_lista, Types::Array.of(PersoninformationPerson).optional
|
|
996
|
+
end
|
|
997
|
+
|
|
998
|
+
class ForetagsinformationForetag < Dry::Struct
|
|
999
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
1000
|
+
|
|
1001
|
+
attribute? :foretagshuvud, ForetagshuvudType.optional
|
|
1002
|
+
attribute? :foretagsgeneration, ForetagsinformationForetagForetagsgeneration.optional
|
|
1003
|
+
end
|
|
1004
|
+
|
|
1005
|
+
class AktiekapitalforandringBlock < Dry::Struct
|
|
1006
|
+
transform_keys { |key| CAMEL.parse(key) }
|
|
1007
|
+
|
|
1008
|
+
attribute? :foretagsinformation_foretag_lista, Types::Array.of(ForetagsinformationForetag).optional
|
|
1009
|
+
end
|
|
1010
|
+
|
|
1011
|
+
end
|
|
1012
|
+
end
|