automapper_validation/generated/fv2510/pricat_conditions_fv2510.rs
1// <auto-generated>
2// Generated by automapper-generator generate-conditions
3// AHB: xml-migs-and-ahbs/FV2510/PRICAT_AHB_2_0f_Fehlerkorrektur_20251211.xml
4// Generated: 2026-03-12T10:50:19Z
5// </auto-generated>
6
7// LLM-produced bodies aren't idiomatic Rust — silence stylistic lints at
8// file scope so `cargo clippy -D warnings` stays green. Correctness,
9// suspicious, and perf categories stay on so real bugs still surface.
10#![allow(clippy::style, clippy::complexity)]
11
12#[allow(unused_imports)]
13use crate::eval::format_validators::*;
14use crate::eval::{ConditionEvaluator, ConditionResult, EvaluationContext};
15
16/// Generated condition evaluator for PRICAT FV2510.
17pub struct PricatConditionEvaluatorFV2510 {
18 // External condition IDs that require runtime context.
19 external_conditions: std::collections::HashSet<u32>,
20}
21
22impl Default for PricatConditionEvaluatorFV2510 {
23 fn default() -> Self {
24 let mut external_conditions = std::collections::HashSet::new();
25 external_conditions.insert(1);
26 external_conditions.insert(8);
27 external_conditions.insert(14);
28 external_conditions.insert(19);
29 external_conditions.insert(22);
30 external_conditions.insert(30);
31 external_conditions.insert(35);
32 external_conditions.insert(36);
33 external_conditions.insert(39);
34 external_conditions.insert(40);
35 external_conditions.insert(41);
36 external_conditions.insert(42);
37 external_conditions.insert(45);
38 external_conditions.insert(46);
39 external_conditions.insert(54);
40 external_conditions.insert(60);
41 external_conditions.insert(63);
42 external_conditions.insert(68);
43 external_conditions.insert(69);
44 external_conditions.insert(70);
45 external_conditions.insert(492);
46 Self {
47 external_conditions,
48 }
49 }
50}
51
52impl ConditionEvaluator for PricatConditionEvaluatorFV2510 {
53 fn message_type(&self) -> &str {
54 "PRICAT"
55 }
56
57 fn format_version(&self) -> &str {
58 "FV2510"
59 }
60
61 fn evaluate(&self, condition: u32, ctx: &EvaluationContext) -> ConditionResult {
62 match condition {
63 1 => self.evaluate_1(ctx),
64 2 => self.evaluate_2(ctx),
65 3 => self.evaluate_3(ctx),
66 4 => self.evaluate_4(ctx),
67 5 => self.evaluate_5(ctx),
68 6 => self.evaluate_6(ctx),
69 7 => self.evaluate_7(ctx),
70 8 => self.evaluate_8(ctx),
71 9 => self.evaluate_9(ctx),
72 10 => self.evaluate_10(ctx),
73 12 => self.evaluate_12(ctx),
74 14 => self.evaluate_14(ctx),
75 19 => self.evaluate_19(ctx),
76 22 => self.evaluate_22(ctx),
77 24 => self.evaluate_24(ctx),
78 26 => self.evaluate_26(ctx),
79 27 => self.evaluate_27(ctx),
80 28 => self.evaluate_28(ctx),
81 29 => self.evaluate_29(ctx),
82 30 => self.evaluate_30(ctx),
83 31 => self.evaluate_31(ctx),
84 32 => self.evaluate_32(ctx),
85 33 => self.evaluate_33(ctx),
86 34 => self.evaluate_34(ctx),
87 35 => self.evaluate_35(ctx),
88 36 => self.evaluate_36(ctx),
89 37 => self.evaluate_37(ctx),
90 38 => self.evaluate_38(ctx),
91 39 => self.evaluate_39(ctx),
92 40 => self.evaluate_40(ctx),
93 41 => self.evaluate_41(ctx),
94 42 => self.evaluate_42(ctx),
95 43 => self.evaluate_43(ctx),
96 44 => self.evaluate_44(ctx),
97 45 => self.evaluate_45(ctx),
98 46 => self.evaluate_46(ctx),
99 47 => self.evaluate_47(ctx),
100 48 => self.evaluate_48(ctx),
101 49 => self.evaluate_49(ctx),
102 50 => self.evaluate_50(ctx),
103 51 => self.evaluate_51(ctx),
104 52 => self.evaluate_52(ctx),
105 53 => self.evaluate_53(ctx),
106 54 => self.evaluate_54(ctx),
107 55 => self.evaluate_55(ctx),
108 56 => self.evaluate_56(ctx),
109 57 => self.evaluate_57(ctx),
110 60 => self.evaluate_60(ctx),
111 61 => self.evaluate_61(ctx),
112 62 => self.evaluate_62(ctx),
113 63 => self.evaluate_63(ctx),
114 64 => self.evaluate_64(ctx),
115 65 => self.evaluate_65(ctx),
116 66 => self.evaluate_66(ctx),
117 67 => self.evaluate_67(ctx),
118 68 => self.evaluate_68(ctx),
119 69 => self.evaluate_69(ctx),
120 70 => self.evaluate_70(ctx),
121 71 => self.evaluate_71(ctx),
122 72 => self.evaluate_72(ctx),
123 490 => self.evaluate_490(ctx),
124 491 => self.evaluate_491(ctx),
125 492 => self.evaluate_492(ctx),
126 494 => self.evaluate_494(ctx),
127 495 => self.evaluate_495(ctx),
128 502 => self.evaluate_502(ctx),
129 503 => self.evaluate_503(ctx),
130 504 => self.evaluate_504(ctx),
131 511 => self.evaluate_511(ctx),
132 512 => self.evaluate_512(ctx),
133 513 => self.evaluate_513(ctx),
134 519 => self.evaluate_519(ctx),
135 520 => self.evaluate_520(ctx),
136 521 => self.evaluate_521(ctx),
137 522 => self.evaluate_522(ctx),
138 902 => self.evaluate_902(ctx),
139 908 => self.evaluate_908(ctx),
140 909 => self.evaluate_909(ctx),
141 911 => self.evaluate_911(ctx),
142 912 => self.evaluate_912(ctx),
143 926 => self.evaluate_926(ctx),
144 929 => self.evaluate_929(ctx),
145 931 => self.evaluate_931(ctx),
146 932 => self.evaluate_932(ctx),
147 933 => self.evaluate_933(ctx),
148 937 => self.evaluate_937(ctx),
149 939 => self.evaluate_939(ctx),
150 940 => self.evaluate_940(ctx),
151 941 => self.evaluate_941(ctx),
152 942 => self.evaluate_942(ctx),
153 946 => self.evaluate_946(ctx),
154 948 => self.evaluate_948(ctx),
155 949 => self.evaluate_949(ctx),
156 957 => self.evaluate_957(ctx),
157 959 => self.evaluate_959(ctx),
158 968 => self.evaluate_968(ctx),
159 _ => ConditionResult::Unknown,
160 }
161 }
162
163 fn is_external(&self, condition: u32) -> bool {
164 self.external_conditions.contains(&condition)
165 }
166 fn is_known(&self, condition: u32) -> bool {
167 matches!(
168 condition,
169 1 | 2
170 | 3
171 | 4
172 | 5
173 | 6
174 | 7
175 | 8
176 | 9
177 | 10
178 | 12
179 | 14
180 | 19
181 | 22
182 | 24
183 | 26
184 | 27
185 | 28
186 | 29
187 | 30
188 | 31
189 | 32
190 | 33
191 | 34
192 | 35
193 | 36
194 | 37
195 | 38
196 | 39
197 | 40
198 | 41
199 | 42
200 | 43
201 | 44
202 | 45
203 | 46
204 | 47
205 | 48
206 | 49
207 | 50
208 | 51
209 | 52
210 | 53
211 | 54
212 | 55
213 | 56
214 | 57
215 | 60
216 | 61
217 | 62
218 | 63
219 | 64
220 | 65
221 | 66
222 | 67
223 | 68
224 | 69
225 | 70
226 | 71
227 | 72
228 | 490
229 | 491
230 | 492
231 | 494
232 | 495
233 | 502
234 | 503
235 | 504
236 | 511
237 | 512
238 | 513
239 | 519
240 | 520
241 | 521
242 | 522
243 | 902
244 | 908
245 | 909
246 | 911
247 | 912
248 | 926
249 | 929
250 | 931
251 | 932
252 | 933
253 | 937
254 | 939
255 | 940
256 | 941
257 | 942
258 | 946
259 | 948
260 | 949
261 | 957
262 | 959
263 | 968
264 )
265 }
266}
267
268impl PricatConditionEvaluatorFV2510 {
269 /// [8] Wenn das in DE1001 angegebene Preisblatt vom NB nicht genutzt wird.
270 /// EXTERNAL: Requires context from outside the message.
271 fn evaluate_8(&self, ctx: &EvaluationContext) -> ConditionResult {
272 ctx.external.evaluate("nb_does_not_use_price_list")
273 }
274
275 /// [10] Wenn eine weitere SG36 vorhanden ist, bei der sich der Inhalt von LIN DE7140 von LIN DE7140 dieser SG36 nur in der Ziffer nach dem letzten "-" unterscheidet und die Ziffer dort größer ist als in ...
276 // REVIEW: Requires iterating all SG36 instances, extracting LIN DE7140 (elements[2][0]), splitting on the last '-', and checking whether any other SG36 has the same prefix with a strictly higher numeric suffix. This is the 'Gruppenartikel-ID / Artikel-ID' relationship. Group path SG17→SG36 based on PRICAT tx_group='SG17' from project knowledge. (medium confidence)
277 fn evaluate_10(&self, ctx: &EvaluationContext) -> ConditionResult {
278 let nav = match ctx.navigator() {
279 Some(n) => n,
280 None => return ConditionResult::Unknown,
281 };
282 let sg36_count = nav.group_instance_count(&["SG17", "SG36"]);
283 if sg36_count < 2 {
284 return ConditionResult::False;
285 }
286 // Collect all LIN DE7140 values from SG36 instances (elements[2][0])
287 let mut lin_values: Vec<String> = Vec::new();
288 for i in 0..sg36_count {
289 let lin_segs = nav.find_segments_in_group("LIN", &["SG17", "SG36"], i);
290 let val = lin_segs
291 .first()
292 .and_then(|s| s.elements.get(2))
293 .and_then(|e| e.first())
294 .cloned()
295 .unwrap_or_default();
296 lin_values.push(val);
297 }
298 // Check if any pair shares the prefix before the last '-'
299 // with one having a strictly higher numeric suffix
300 for i in 0..lin_values.len() {
301 let a = &lin_values[i];
302 if a.is_empty() {
303 continue;
304 }
305 let Some(pos_a) = a.rfind('-') else {
306 continue;
307 };
308 let prefix_a = &a[..pos_a];
309 let Ok(num_a) = a[pos_a + 1..].parse::<u64>() else {
310 continue;
311 };
312 for j in 0..lin_values.len() {
313 if i == j {
314 continue;
315 }
316 let b = &lin_values[j];
317 if b.is_empty() {
318 continue;
319 }
320 let Some(pos_b) = b.rfind('-') else {
321 continue;
322 };
323 let prefix_b = &b[..pos_b];
324 let Ok(num_b) = b[pos_b + 1..].parse::<u64>() else {
325 continue;
326 };
327 if prefix_a == prefix_b && num_b > num_a {
328 return ConditionResult::True;
329 }
330 }
331 }
332 ConditionResult::False
333 }
334
335 /// [31] wenn BGM DE1001 = Z32 (Preisblatt Messstellenbetrieb)
336 fn evaluate_31(&self, ctx: &EvaluationContext) -> ConditionResult {
337 ctx.has_segment_matching("BGM", &[(0, 0, "Z32")])
338 }
339
340 /// [34] wenn BGM DE1001 = Z77 (Preisblatt Konfigurationen)
341 fn evaluate_34(&self, ctx: &EvaluationContext) -> ConditionResult {
342 ctx.has_segment_matching("BGM", &[(0, 0, "Z77")])
343 }
344
345 /// [35] Wenn das in DE1001 angegebene Preisblatt vom MSB nicht genutzt wird.
346 /// EXTERNAL: Requires context from outside the message.
347 fn evaluate_35(&self, ctx: &EvaluationContext) -> ConditionResult {
348 ctx.external.evaluate("msb_does_not_use_price_list")
349 }
350
351 /// [44] Wenn BGM DE1001 = Z77, dann muss der hier genannte Zeitpunkt ≥ 01.10.2023 00:00 Uhr gesetzlicher deutscher Zeit sein
352 // REVIEW: Checks BGM DE1001 == Z77, then validates DTM+137 (document date) >= 2023-10-01 00:00. 'Der hier genannte Zeitpunkt' refers to the timestamp field where this condition is annotated in the AHB; DTM+137 is assumed as the document date for PRICAT. Condition is inapplicable (Unknown) when BGM code is not Z77. German legal time threshold mapped to 202310010000 using dtm_ge string comparison on format 303. (medium confidence)
353 fn evaluate_44(&self, ctx: &EvaluationContext) -> ConditionResult {
354 let bgm_segs = ctx.find_segments("BGM");
355 let is_z77 = bgm_segs
356 .first()
357 .and_then(|s| s.elements.first())
358 .and_then(|e| e.first())
359 .is_some_and(|v| v == "Z77");
360 if !is_z77 {
361 return ConditionResult::Unknown;
362 }
363 ctx.dtm_ge("137", "202310010000")
364 }
365
366 /// [45] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in dieser in Kapitel "Abrechnung Messstellenbetrieb für die Sparte Strom" für die jeweilige Marktroll...
367 /// EXTERNAL: Requires context from outside the message.
368 fn evaluate_45(&self, ctx: &EvaluationContext) -> ConditionResult {
369 ctx.external.evaluate("artikel_messstellenbetrieb_strom")
370 }
371
372 /// [46] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in dieser in Kapitel "Artikel-ID für die Bestellprozesse beim MSB" genannt sind
373 /// EXTERNAL: Requires context from outside the message.
374 fn evaluate_46(&self, ctx: &EvaluationContext) -> ConditionResult {
375 ctx.external.evaluate("artikel_bestellprozesse_msb")
376 }
377
378 /// [55] Wenn in dieser SG36 ein weiteres RNG (d. h. eine weitere Zone) vorhanden ist, in der der Wert des DE6162 (Wertebereichsgrenze, untere) größer ist als der Wert des DE6162 in diesem RNG
379 // REVIEW: Each SG36 represents one price zone (one RNG). Collects DE6162 (lower range boundary) from RNG elements[1][1] (C280 component 1 = lower bound) across all SG36 instances under SG17. Condition is True if any zone has a strictly higher lower bound than another (min < max), meaning there exists a zone with higher DE6162 than the current minimum. Returns False if fewer than 2 zones or all lower bounds are equal. Group path SG17.SG36 follows PRICAT tx_group=SG17 convention. (medium confidence)
380 fn evaluate_55(&self, ctx: &EvaluationContext) -> ConditionResult {
381 let nav = match ctx.navigator() {
382 Some(n) => n,
383 None => return ConditionResult::Unknown,
384 };
385 let sg36_count = nav.group_instance_count(&["SG17", "SG36"]);
386 let mut lower_bounds: Vec<f64> = Vec::new();
387 for i in 0..sg36_count {
388 let rng_segs = nav.find_segments_in_group("RNG", &["SG17", "SG36"], i);
389 for rng in &rng_segs {
390 // C280: [0]=unit, [1]=DE6162 lower bound, [2]=DE6163 upper bound
391 if let Some(val) = rng.elements.get(1).and_then(|e| e.get(1)) {
392 if let Ok(n) = val.parse::<f64>() {
393 lower_bounds.push(n);
394 }
395 }
396 }
397 }
398 if lower_bounds.len() < 2 {
399 return ConditionResult::False;
400 }
401 let min_val = lower_bounds.iter().cloned().fold(f64::INFINITY, f64::min);
402 ConditionResult::from(lower_bounds.iter().any(|&v| v > min_val))
403 }
404
405 /// [56] Wenn BGM DE1001 = Z94, dann muss der hier genannte Zeitpunkt ≥ 01.10.2025 00:00 Uhr gesetzlicher deutscher Zeit sein
406 // REVIEW: Checks BGM DE1001 == Z94, then validates DTM+137 (document date) >= 2025-10-01 00:00. Mirrors condition 44 pattern but for the Z94 document code introduced with FV2510 and the later threshold date. Condition is inapplicable (Unknown) when BGM code is not Z94. German legal time threshold 2025-10-01 00:00 mapped to 202510010000. (medium confidence)
407 fn evaluate_56(&self, ctx: &EvaluationContext) -> ConditionResult {
408 let bgm_segs = ctx.find_segments("BGM");
409 let is_z94 = bgm_segs
410 .first()
411 .and_then(|s| s.elements.first())
412 .and_then(|e| e.first())
413 .is_some_and(|v| v == "Z94");
414 if !is_z94 {
415 return ConditionResult::Unknown;
416 }
417 ctx.dtm_ge("137", "202510010000")
418 }
419
420 /// [57] wenn BGM DE1001 = Z94 (Preisblatt Technik)
421 fn evaluate_57(&self, ctx: &EvaluationContext) -> ConditionResult {
422 ctx.has_qualifier("BGM", 0, "Z94")
423 }
424
425 /// [60] Wenn in dieser SG36 der Teil vor dem "-" aus LIN DE7140 aus der Tabelle des Kapitels "Produkte zur Bestellung einer Änderung an einer Lokation in der Sparte Strom" der EDI@Energy Codeliste der Kon...
426 /// EXTERNAL: Requires context from outside the message.
427 fn evaluate_60(&self, ctx: &EvaluationContext) -> ConditionResult {
428 ctx.external
429 .evaluate("lin_product_code_is_lokationsaenderung_strom")
430 }
431
432 /// [61] Wenn in dieser SG36 der Wert der Zahl nach dem "-" aus LIN DE7140 > 01
433 // REVIEW: LIN DE7140 is elements[2][0]. The condition checks if the numeric part after '-' is greater than 01 (i.e., > 1). Uses group-scoped navigator for SG36 instances, falls back to message-wide on no navigator. Parses after the dash and compares as u32. (medium confidence)
434 fn evaluate_61(&self, ctx: &EvaluationContext) -> ConditionResult {
435 let nav = match ctx.navigator() {
436 Some(n) => n,
437 None => {
438 let lin_segs = ctx.find_segments("LIN");
439 for lin in &lin_segs {
440 if let Some(val) = lin.elements.get(2).and_then(|e| e.first()) {
441 if let Some(after_dash) = val.splitn(2, '-').nth(1) {
442 if let Ok(num) = after_dash.parse::<u32>() {
443 if num > 1 {
444 return ConditionResult::True;
445 }
446 }
447 }
448 }
449 }
450 return ConditionResult::False;
451 }
452 };
453 let sg36_count = nav.group_instance_count(&["SG36"]);
454 for i in 0..sg36_count {
455 let lin_segs = nav.find_segments_in_group("LIN", &["SG36"], i);
456 for lin in &lin_segs {
457 if let Some(val) = lin.elements.get(2).and_then(|e| e.first()) {
458 if let Some(after_dash) = val.splitn(2, '-').nth(1) {
459 if let Ok(num) = after_dash.parse::<u32>() {
460 if num > 1 {
461 return ConditionResult::True;
462 }
463 }
464 }
465 }
466 }
467 }
468 ConditionResult::False
469 }
470
471 /// [62] Wenn IMD+F vorhanden
472 fn evaluate_62(&self, ctx: &EvaluationContext) -> ConditionResult {
473 ctx.has_qualifier("IMD", 0, "F")
474 }
475
476 /// [63] Wenn vorheriges DE7008 zur Beschreibung der Leistung dieser Artikel-ID nicht ausreicht
477 /// EXTERNAL: Requires context from outside the message.
478 fn evaluate_63(&self, ctx: &EvaluationContext) -> ConditionResult {
479 ctx.external
480 .evaluate("previous_imd_description_insufficient")
481 }
482
483 /// [65] wenn in dieser SG36 der Teil des Codes in LIN DE7140 nach dem "-" von "01" abweicht
484 // REVIEW: Checks if the part of LIN DE7140 (elements[2][0]) after '-' differs from '01'. Iterates SG36 instances via navigator; falls back to message-wide LIN scan. Returns True if any SG36 contains a LIN where the suffix is not '01'. (medium confidence)
485 fn evaluate_65(&self, ctx: &EvaluationContext) -> ConditionResult {
486 let nav = match ctx.navigator() {
487 Some(n) => n,
488 None => {
489 let lins = ctx.find_segments("LIN");
490 let found = lins.iter().any(|s| {
491 s.elements
492 .get(2)
493 .and_then(|e| e.first())
494 .and_then(|code| code.split_once('-'))
495 .map(|(_, suffix)| suffix != "01")
496 .unwrap_or(false)
497 });
498 return ConditionResult::from(found);
499 }
500 };
501 let sg36_count = nav.group_instance_count(&["SG17", "SG36"]);
502 for i in 0..sg36_count {
503 let lins = nav.find_segments_in_group("LIN", &["SG17", "SG36"], i);
504 for lin in &lins {
505 if let Some(code) = lin.elements.get(2).and_then(|e| e.first()) {
506 if code
507 .split_once('-')
508 .map(|(_, suffix)| suffix != "01")
509 .unwrap_or(false)
510 {
511 return ConditionResult::True;
512 }
513 }
514 }
515 }
516 ConditionResult::False
517 }
518
519 /// [66] wenn im DE7140 des LIN dieser SG36 der Teil des Codes nach dem "-" den Wert 02 hat, muss dieses DE = 0 sein und in allen anderen RNG zu Artikel-ID, bei denen der Teil des Codes vor dem "-" mit dem ...
520 // REVIEW: Two-part check on RNG DE6162 (lower bound) for SG36 instances whose LIN DE7140 has the suffix "02": (1) the current "02"-SG36's DE6162 must equal "0"; (2) every other SG36 sharing the LIN prefix must have its DE6162 match some other matching-prefix SG36's DE6152 (upper bound) — i.e., a chain-continuity check. RNG sits in child group SG40 under SG36; DE6162 = elements[1][1], DE6152 = elements[1][2] (same positions used in the already-working [72]).
521 fn evaluate_66(&self, ctx: &EvaluationContext) -> ConditionResult {
522 let nav = match ctx.navigator() {
523 Some(n) => n,
524 None => return ConditionResult::Unknown,
525 };
526 let sg36_count = nav.group_instance_count(&["SG36"]);
527 if sg36_count == 0 {
528 return ConditionResult::Unknown;
529 }
530
531 struct Sg36 {
532 prefix: String,
533 suffix: String,
534 lower: Option<String>,
535 upper: Option<String>,
536 }
537
538 let collected: Vec<Sg36> = (0..sg36_count)
539 .map(|i| {
540 let lin_val = nav
541 .find_segments_in_group("LIN", &["SG36"], i)
542 .first()
543 .and_then(|s| s.elements.get(2))
544 .and_then(|e| e.first())
545 .cloned()
546 .unwrap_or_default();
547 let (prefix, suffix) = lin_val
548 .split_once('-')
549 .map(|(p, s)| (p.to_string(), s.to_string()))
550 .unwrap_or_default();
551 let sg40_count = nav.child_group_instance_count(&["SG36"], i, "SG40");
552 let mut lower: Option<String> = None;
553 let mut upper: Option<String> = None;
554 for j in 0..sg40_count {
555 let rngs = nav.find_segments_in_child_group("RNG", &["SG36"], i, "SG40", j);
556 if let Some(rng) = rngs.first() {
557 if lower.is_none() {
558 lower = rng
559 .elements
560 .get(1)
561 .and_then(|e| e.get(1))
562 .filter(|v| !v.is_empty())
563 .cloned();
564 }
565 if upper.is_none() {
566 upper = rng
567 .elements
568 .get(1)
569 .and_then(|e| e.get(2))
570 .filter(|v| !v.is_empty())
571 .cloned();
572 }
573 }
574 if lower.is_some() && upper.is_some() {
575 break;
576 }
577 }
578 Sg36 {
579 prefix,
580 suffix,
581 lower,
582 upper,
583 }
584 })
585 .collect();
586
587 // No trigger ("02"-suffix SG36) in the message → condition does not apply.
588 if !collected.iter().any(|s| s.suffix == "02") {
589 return ConditionResult::Unknown;
590 }
591
592 for (t_idx, trigger) in collected
593 .iter()
594 .enumerate()
595 .filter(|(_, s)| s.suffix == "02")
596 {
597 // (1) The trigger's own lower bound must be "0".
598 match &trigger.lower {
599 Some(v) if v == "0" => {}
600 _ => return ConditionResult::False,
601 }
602 // (2) Every OTHER matching-prefix SG36's lower bound must equal
603 // some DIFFERENT matching-prefix SG36's upper bound.
604 let matching: Vec<(usize, &Sg36)> = collected
605 .iter()
606 .enumerate()
607 .filter(|(_, s)| s.prefix == trigger.prefix)
608 .collect();
609 for (o_idx, other) in &matching {
610 if *o_idx == t_idx {
611 continue;
612 }
613 let lower = match &other.lower {
614 Some(v) => v.as_str(),
615 None => return ConditionResult::False,
616 };
617 let found_chain = matching
618 .iter()
619 .filter(|(x_idx, _)| *x_idx != *o_idx)
620 .any(|(_, x)| x.upper.as_deref() == Some(lower));
621 if !found_chain {
622 return ConditionResult::False;
623 }
624 }
625 }
626 ConditionResult::True
627 }
628
629 /// [67] wenn in dieser SG17 ein weiteres LIN vorhanden ist, in dem der Teil des Codes vor dem "-" des DE7140 mit dem des DE7140 des LIN dieser SG36 identisch ist und in dem der Wert nach dem "-" um eins gr...
630 // REVIEW: Iterates all SG17 instances and collects (prefix, suffix) pairs from LIN DE7140 across all their child SG36 instances. For each code, checks whether another LIN in the same SG17 has the same prefix and a numerically incremented suffix (preserving leading-zero width). Returns True if such a consecutive pair exists. (medium confidence)
631 fn evaluate_67(&self, ctx: &EvaluationContext) -> ConditionResult {
632 let nav = match ctx.navigator() {
633 Some(n) => n,
634 None => return ConditionResult::Unknown,
635 };
636 let sg17_count = nav.group_instance_count(&["SG17"]);
637 for sg17_i in 0..sg17_count {
638 let sg36_count = nav.child_group_instance_count(&["SG17"], sg17_i, "SG36");
639 let mut code_parts: Vec<(String, String)> = Vec::new();
640 for sg36_i in 0..sg36_count {
641 let lins =
642 nav.find_segments_in_child_group("LIN", &["SG17"], sg17_i, "SG36", sg36_i);
643 for lin in &lins {
644 if let Some(code) = lin.elements.get(2).and_then(|e| e.first()) {
645 if let Some((prefix, suffix)) = code.split_once('-') {
646 code_parts.push((prefix.to_string(), suffix.to_string()));
647 }
648 }
649 }
650 }
651 for (prefix, suffix) in &code_parts {
652 if let Ok(n) = suffix.parse::<u32>() {
653 let next = n + 1;
654 let width = suffix.len();
655 let next_str = format!("{:0width$}", next, width = width);
656 if code_parts
657 .iter()
658 .any(|(p, s)| p == prefix && s == &next_str)
659 {
660 return ConditionResult::True;
661 }
662 }
663 }
664 }
665 ConditionResult::False
666 }
667
668 /// [68] Der Teil des Codes vor dem "-" muss ein Messprodukt-Code sein
669 /// EXTERNAL: Requires context from outside the message.
670 fn evaluate_68(&self, ctx: &EvaluationContext) -> ConditionResult {
671 ctx.external.evaluate("is_messprodukt_code")
672 }
673
674 /// [69] Der Teil des Codes vor dem "-" muss ein Konfigurationsprodukt-Code sein
675 /// EXTERNAL: Requires context from outside the message.
676 fn evaluate_69(&self, ctx: &EvaluationContext) -> ConditionResult {
677 ctx.external.evaluate("is_konfigurationsprodukt_code")
678 }
679
680 /// [70] Der Teil des Codes vor dem "-" muss ein Produkt-Code sein
681 /// EXTERNAL: Requires context from outside the message.
682 fn evaluate_70(&self, ctx: &EvaluationContext) -> ConditionResult {
683 ctx.external.evaluate("lin_prefix_is_valid_product_code")
684 }
685
686 /// [71] Es muss der Code 9991000003030-01 sein
687 fn evaluate_71(&self, ctx: &EvaluationContext) -> ConditionResult {
688 let segs = ctx.find_segments("LIN");
689 if segs.is_empty() {
690 return ConditionResult::Unknown;
691 }
692 let matches = segs.iter().any(|s| {
693 s.elements
694 .get(2)
695 .and_then(|e| e.first())
696 .is_some_and(|v| v == "9991000003030-01")
697 });
698 ConditionResult::from(matches)
699 }
700
701 /// [72] Wenn in dieser SG36 die letzte Ziffer von LIN DE7140 >1 ist, dann muss es eine SG36 geben dessen Inhalt von LIN DE7140 sich von dem in dieser SG36 nur in der letzten Ziffer unterscheidet und in ...
702 // REVIEW: Cross-SG36 interval continuity check: for each SG36 whose LIN DE7140 ends with digit > 1, there must be another SG36 with DE7140 differing only in the last digit, and that SG36's RNG DE6152 (upper bound, elements[1][2]) must equal this SG36's RNG DE6162 (lower bound, elements[1][1]). RNG is in child group SG40 under SG36. Implemented via navigator with parent-child navigation. Medium confidence due to complexity of cross-group interval continuity logic. (medium confidence)
703 fn evaluate_72(&self, ctx: &EvaluationContext) -> ConditionResult {
704 let nav = match ctx.navigator() {
705 Some(n) => n,
706 None => return ConditionResult::Unknown,
707 };
708 let sg36_count = nav.group_instance_count(&["SG36"]);
709 if sg36_count == 0 {
710 return ConditionResult::Unknown;
711 }
712 for i in 0..sg36_count {
713 let lin_segs = nav.find_segments_in_group("LIN", &["SG36"], i);
714 let lin_val = match lin_segs
715 .first()
716 .and_then(|s| s.elements.get(2))
717 .and_then(|e| e.first())
718 .filter(|v| !v.is_empty())
719 {
720 Some(v) => v.clone(),
721 None => continue,
722 };
723 let last_digit = match lin_val.chars().last().and_then(|c| c.to_digit(10)) {
724 Some(d) => d,
725 None => continue,
726 };
727 if last_digit <= 1 {
728 continue;
729 }
730 // Get this SG36's RNG DE6162 (lower bound) from child SG40
731 let sg40_count = nav.child_group_instance_count(&["SG36"], i, "SG40");
732 let mut this_lower: Option<String> = None;
733 for j in 0..sg40_count {
734 let rngs = nav.find_segments_in_child_group("RNG", &["SG36"], i, "SG40", j);
735 if let Some(rng) = rngs.first() {
736 if let Some(lower) = rng.elements.get(1).and_then(|e| e.get(1)) {
737 if !lower.is_empty() {
738 this_lower = Some(lower.clone());
739 break;
740 }
741 }
742 }
743 }
744 let this_lower = match this_lower {
745 Some(v) => v,
746 None => continue,
747 };
748 let lin_prefix = &lin_val[..lin_val.len() - 1];
749 let mut found = false;
750 for k in 0..sg36_count {
751 if k == i {
752 continue;
753 }
754 let lin_segs_k = nav.find_segments_in_group("LIN", &["SG36"], k);
755 let lin_val_k = match lin_segs_k
756 .first()
757 .and_then(|s| s.elements.get(2))
758 .and_then(|e| e.first())
759 .filter(|v| !v.is_empty())
760 {
761 Some(v) => v.clone(),
762 None => continue,
763 };
764 if lin_val_k.len() != lin_val.len() {
765 continue;
766 }
767 if &lin_val_k[..lin_val_k.len() - 1] != lin_prefix {
768 continue;
769 }
770 // Check RNG DE6152 (upper bound) in that SG36's SG40
771 let sg40_count_k = nav.child_group_instance_count(&["SG36"], k, "SG40");
772 for j in 0..sg40_count_k {
773 let rngs_k = nav.find_segments_in_child_group("RNG", &["SG36"], k, "SG40", j);
774 if let Some(rng_k) = rngs_k.first() {
775 if let Some(upper_k) = rng_k.elements.get(1).and_then(|e| e.get(2)) {
776 if upper_k == &this_lower {
777 found = true;
778 break;
779 }
780 }
781 }
782 }
783 if found {
784 break;
785 }
786 }
787 if !found {
788 return ConditionResult::False;
789 }
790 }
791 ConditionResult::True
792 }
793
794 /// [511] Hinweis: 1. Der genannte Wert gehört nicht zum Intervall. 2. Die untere Wertegrenze zu der Artikel-ID, deren Zahl an der letzten Stelle den Wert n hat, muss kleiner sein, als die untere Wertegren...
795 fn evaluate_511(&self, _ctx: &EvaluationContext) -> ConditionResult {
796 // Hinweis: 1. Der genannte Wert gehört nicht zum Intervall.
797 // 2. Die untere Wertegrenze zu der Artikel-ID, deren Zahl an der letzten Stelle den Wert n hat,
798 // muss kleiner sein, als die untere Wertegrenze zu der Artikel-ID, deren Zahl an der letzten
799 // Stelle den Wert n+1 hat. — informational annotation, always applies
800 ConditionResult::True
801 }
802
803 /// [522] Hinweis: Hier ist die Leistung zu beschreiben, die mit dieser Artikel-ID in Rechnung gestellt wird, wobei darauf zu achten ist, dass zu erkennen ist, wie sich diese von den Leistungen unterscheiden...
804 fn evaluate_522(&self, _ctx: &EvaluationContext) -> ConditionResult {
805 // Hinweis: Hier ist die Leistung zu beschreiben, die mit dieser Artikel-ID in Rechnung gestellt
806 // wird, wobei darauf zu achten ist, dass zu erkennen ist, wie sich diese von den Leistungen
807 // unterscheiden, bei denen die ersten 13 Stellen der Artikel-ID mit den ersten 13 Stellen
808 // dieser Artikel-ID identisch sind. — informational annotation, always applies
809 ConditionResult::True
810 }
811
812 /// [1] Wenn Vorgängerversion vorhanden
813 /// EXTERNAL: Requires context from outside the message.
814 // REVIEW: Whether a Vorgängerversion (predecessor version) exists is a business context question — it depends on whether a prior PRICAT was sent for the same catalog/articles and is tracked outside the EDIFACT message itself. Cannot be determined from the current message content alone. (medium confidence)
815 fn evaluate_1(&self, ctx: &EvaluationContext) -> ConditionResult {
816 ctx.external.evaluate("previous_version_exists")
817 }
818
819 /// [2] Wenn in dieser SG36 LIN in DE7140 9990001000813 vorhanden
820 fn evaluate_2(&self, ctx: &EvaluationContext) -> ConditionResult {
821 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
822 ConditionResult::from(values.iter().any(|(_, v)| v == "9990001000813"))
823 }
824
825 /// [3] Wenn IMD+X vorhanden
826 fn evaluate_3(&self, ctx: &EvaluationContext) -> ConditionResult {
827 ctx.has_qualifier("IMD", 0, "X")
828 }
829
830 /// [4] Wenn SG36 IMD+C in diesem IMD vorhanden
831 fn evaluate_4(&self, ctx: &EvaluationContext) -> ConditionResult {
832 ctx.any_group_has_qualifier("IMD", 0, "C", &["SG36"])
833 }
834
835 /// [5] Wenn SG36 IMD+X in diesem IMD vorhanden
836 fn evaluate_5(&self, ctx: &EvaluationContext) -> ConditionResult {
837 ctx.any_group_has_qualifier("IMD", 0, "X", &["SG36"])
838 }
839
840 /// [6] Wenn in dieser SG36 LIN in DE7140 9990001000798 vorhanden
841 fn evaluate_6(&self, ctx: &EvaluationContext) -> ConditionResult {
842 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
843 ConditionResult::from(values.iter().any(|(_, v)| v == "9990001000798"))
844 }
845
846 /// [7] Wenn in dieser SG36 LIN in DE7140 9990001000798 nicht vorhanden
847 fn evaluate_7(&self, ctx: &EvaluationContext) -> ConditionResult {
848 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
849 ConditionResult::from(!values.iter().any(|(_, v)| v == "9990001000798"))
850 }
851
852 /// [9] Wenn BGM DE1373 =11 nicht vorhanden
853 fn evaluate_9(&self, ctx: &EvaluationContext) -> ConditionResult {
854 match ctx.find_segment("BGM") {
855 None => ConditionResult::False, // segment absent → condition not applicable
856 Some(seg) => {
857 let val = seg
858 .elements
859 .get(4)
860 .and_then(|e| e.first())
861 .map(|s| s.as_str())
862 .unwrap_or("");
863 ConditionResult::from(val != "11")
864 }
865 }
866 }
867
868 /// [12] je UNB ist nur eine Nachricht mit BGM+Z04 in der Übertragungsdatei erlaubt (nur eine Nachricht je Übertragungsdatei)
869 // REVIEW: The notation-resolved hint says elements[0]=Z04. BGM C002.DE1001 is at elements[0][0]. has_qualifier checks elements[0][0]=='Z04'. The 'only one per UNB' structural constraint is an AHB rule consuming this condition — within a single message, we can only check if this IS a Z04 message type. (medium confidence)
870 fn evaluate_12(&self, ctx: &EvaluationContext) -> ConditionResult {
871 ctx.has_qualifier("BGM", 0, "Z04")
872 }
873
874 /// [14] je UNB ist maximal je Code aus DE1001 eine Nachricht in der Übertragungsdatei erlaubt
875 /// EXTERNAL: Requires context from outside the message.
876 // REVIEW: This is a transmission-level cardinality constraint: per UNB envelope, at most one message per DE1001 message type code is allowed. Enforcing this requires visibility into all messages within the same UNB envelope, which is outside the scope of evaluating a single message's EvaluationContext. Must be handled externally at the interchange/envelope level. (medium confidence)
877 fn evaluate_14(&self, ctx: &EvaluationContext) -> ConditionResult {
878 ctx.external.evaluate("max_one_message_per_type_in_unb")
879 }
880
881 /// [19] Nur MP-ID aus Sparte Strom
882 /// EXTERNAL: Requires context from outside the message.
883 // REVIEW: Nur MP-ID aus Sparte Strom — checking whether a market participant ID belongs to the electricity (Strom) sector requires a lookup against an external market participant registry (Marktstammdatenregister or similar). The sector classification cannot be derived from the EDIFACT message content alone. (medium confidence)
884 fn evaluate_19(&self, ctx: &EvaluationContext) -> ConditionResult {
885 ctx.external.evaluate("mp_id_is_strom_sector")
886 }
887
888 /// [22] Wenn die Artikel-ID aus dieser SG36 LIN DE7140 in der EDI@Energy Codeliste der Artikelnummern und Artikel-ID in der Spalte "PRICAT Preisangabe" ein X hat
889 /// EXTERNAL: Requires context from outside the message.
890 // REVIEW: This condition requires a lookup of the Artikel-ID from LIN DE7140 (elements[2][0]) against the EDI@Energy code list of article numbers, specifically checking whether the 'PRICAT Preisangabe' column has an X for that entry. Code list membership checks against external EDI@Energy publications cannot be determined from EDIFACT message content alone — they require an external code list resolver. (medium confidence)
891 fn evaluate_22(&self, ctx: &EvaluationContext) -> ConditionResult {
892 ctx.external.evaluate("article_id_has_pricat_price_flag")
893 }
894
895 /// [24] Wenn in dieser SG36 Wert von LIN DE7140 im Format n1-n2-n1-n8-n2-n1
896 fn evaluate_24(&self, ctx: &EvaluationContext) -> ConditionResult {
897 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
898 ConditionResult::from(values.iter().any(|(_, val)| {
899 let parts: Vec<&str> = val.split('-').collect();
900 if parts.len() != 6 {
901 return false;
902 }
903 let expected_lens = [1usize, 2, 1, 8, 2, 1];
904 parts
905 .iter()
906 .zip(expected_lens.iter())
907 .all(|(p, &len)| p.len() == len && p.chars().all(|ch| ch.is_ascii_digit()))
908 }))
909 }
910
911 /// [26] Wenn BGM DE1001 = Z70 vorhanden
912 fn evaluate_26(&self, ctx: &EvaluationContext) -> ConditionResult {
913 ctx.has_qualifier("BGM", 0, "Z70")
914 }
915
916 /// [27] Wenn BGM DE1001 = Z70 nicht vorhanden
917 fn evaluate_27(&self, ctx: &EvaluationContext) -> ConditionResult {
918 ctx.lacks_qualifier("BGM", 0, "Z70")
919 }
920
921 /// [28] Wenn die zugehörige Artikel-ID in der letzten Stelle eine 1 ist
922 // REVIEW: Checks the last character of the article ID (Artikel-ID) in the PIA segment. The PIA segment's additional product identification is at elements[1][0]. Last digit '1' → True, any other digit → False. Medium confidence because the exact PIA element path for Artikel-ID in PRICAT is assumed from convention; no segment structure reference provided. (medium confidence)
923 fn evaluate_28(&self, ctx: &EvaluationContext) -> ConditionResult {
924 // Wenn die zugehörige Artikel-ID in der letzten Stelle eine 1 ist
925 // Artikel-ID is in PIA segment, elements[1][0]
926 let segs = ctx.find_segments("PIA");
927 match segs
928 .first()
929 .and_then(|s| s.elements.get(1))
930 .and_then(|e| e.first())
931 {
932 Some(val) => match val.chars().last() {
933 Some('1') => ConditionResult::True,
934 Some(c) if c.is_ascii_digit() => ConditionResult::False,
935 Some(_) => ConditionResult::False,
936 None => ConditionResult::False, // segment absent → condition not applicable
937 },
938 None => ConditionResult::False, // segment absent → condition not applicable
939 }
940 }
941
942 /// [29] Wenn die zugehörige Artikel-ID in der letzten Stelle > 1 ist
943 // REVIEW: Checks the last character of the article ID in PIA elements[1][0]. Last digit > '1' (i.e., '2'–'9') → True, last digit <= '1' → False. Same assumptions as condition 28 regarding PIA element path. (medium confidence)
944 fn evaluate_29(&self, ctx: &EvaluationContext) -> ConditionResult {
945 // Wenn die zugehörige Artikel-ID in der letzten Stelle > 1 ist
946 // Artikel-ID is in PIA segment, elements[1][0]
947 let segs = ctx.find_segments("PIA");
948 match segs
949 .first()
950 .and_then(|s| s.elements.get(1))
951 .and_then(|e| e.first())
952 {
953 Some(val) => match val.chars().last() {
954 Some(c) if c.is_ascii_digit() && c > '1' => ConditionResult::True,
955 Some(c) if c.is_ascii_digit() => ConditionResult::False,
956 Some(_) => ConditionResult::False,
957 None => ConditionResult::False, // segment absent → condition not applicable
958 },
959 None => ConditionResult::False, // segment absent → condition not applicable
960 }
961 }
962
963 /// [30] wenn MP-ID in SG2 NAD+MR in der Rolle LF
964 /// EXTERNAL: Requires context from outside the message.
965 fn evaluate_30(&self, ctx: &EvaluationContext) -> ConditionResult {
966 ctx.external.evaluate("recipient_is_lf")
967 }
968
969 /// [32] wenn der Zeitpunkt im DTM+157 DE2380 < 01.01.2024 00:00 Uhr gesetzlicher deutscher Zeit
970 // REVIEW: DTM+157 (Gültigkeitsbeginn) has DE2380 at elements[0][1] in format 303 (YYYYMMDDHHMM). String comparison is valid for this zero-padded numeric format. Assumes German local time encoding as per EDI@Energy convention. Returns Unknown if DTM+157 is absent. (medium confidence)
971 fn evaluate_32(&self, ctx: &EvaluationContext) -> ConditionResult {
972 {
973 let dtms = ctx.find_segments_with_qualifier("DTM", 0, "157");
974 match dtms.first() {
975 Some(dtm) => {
976 match dtm
977 .elements
978 .first()
979 .and_then(|e| e.get(1))
980 .map(|s| s.as_str())
981 {
982 Some(value) if !value.is_empty() => {
983 // Format 303: YYYYMMDDHHMM — string comparison valid for numeric date strings
984 // 01.01.2024 00:00 German legal time → "202401010000"
985 ConditionResult::from(value < "202401010000")
986 }
987 _ => ConditionResult::Unknown,
988 }
989 }
990 None => ConditionResult::False, // segment absent → condition not applicable
991 }
992 }
993 }
994
995 /// [33] wenn der Zeitpunkt im DTM+157 DE2380 ≥ 01.01.2024 00:00 Uhr gesetzlicher deutscher Zeit
996 // REVIEW: Mirror of condition 32 with >= comparison. DTM+157 DE2380 at elements[0][1], format 303. Returns Unknown if segment absent. (medium confidence)
997 fn evaluate_33(&self, ctx: &EvaluationContext) -> ConditionResult {
998 {
999 let dtms = ctx.find_segments_with_qualifier("DTM", 0, "157");
1000 match dtms.first() {
1001 Some(dtm) => {
1002 match dtm
1003 .elements
1004 .first()
1005 .and_then(|e| e.get(1))
1006 .map(|s| s.as_str())
1007 {
1008 Some(value) if !value.is_empty() => {
1009 // Format 303: YYYYMMDDHHMM — string comparison valid for numeric date strings
1010 // 01.01.2024 00:00 German legal time → "202401010000"
1011 ConditionResult::from(value >= "202401010000")
1012 }
1013 _ => ConditionResult::Unknown,
1014 }
1015 }
1016 None => ConditionResult::False, // segment absent → condition not applicable
1017 }
1018 }
1019 }
1020
1021 /// [36] Wenn MP-ID in SG2 NAD+MR in der Rolle NB
1022 /// EXTERNAL: Requires context from outside the message.
1023 fn evaluate_36(&self, ctx: &EvaluationContext) -> ConditionResult {
1024 ctx.external.evaluate("recipient_is_nb")
1025 }
1026
1027 /// [37] Wenn im DE3155 in demselben COM der Code EM vorhanden ist
1028 // REVIEW: COM segment C076 has DE3148 (number) at elements[0][0] and DE3155 (channel code) at elements[0][1]. The condition checks if DE3155 == "EM" (email). COM segment structure is standard EDIFACT and not ambiguous despite not being in the provided reference. 'Demselben COM' at message level means any COM with EM qualifier. (medium confidence)
1029 fn evaluate_37(&self, ctx: &EvaluationContext) -> ConditionResult {
1030 {
1031 let coms = ctx.find_segments("COM");
1032 ConditionResult::from(coms.iter().any(|s| {
1033 s.elements
1034 .first()
1035 .and_then(|e| e.get(1))
1036 .is_some_and(|v| v == "EM")
1037 }))
1038 }
1039 }
1040
1041 /// [38] Wenn im DE3155 in demselben COM der Code TE / FX / AJ / AL vorhanden ist
1042 // REVIEW: Same COM segment structure as condition 37. Checks DE3155 for any of TE (telephone), FX (fax), AJ, AL channel codes. (medium confidence)
1043 fn evaluate_38(&self, ctx: &EvaluationContext) -> ConditionResult {
1044 {
1045 let coms = ctx.find_segments("COM");
1046 ConditionResult::from(coms.iter().any(|s| {
1047 s.elements
1048 .first()
1049 .and_then(|e| e.get(1))
1050 .is_some_and(|v| matches!(v.as_str(), "TE" | "FX" | "AJ" | "AL"))
1051 }))
1052 }
1053 }
1054
1055 /// [39] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in der Spalte MaBiS ein X haben
1056 /// EXTERNAL: Requires context from outside the message.
1057 fn evaluate_39(&self, ctx: &EvaluationContext) -> ConditionResult {
1058 ctx.external.evaluate("article_id_in_mabis_codelist")
1059 }
1060
1061 /// [40] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in der Spalte H ein X haben
1062 /// EXTERNAL: Requires context from outside the message.
1063 fn evaluate_40(&self, ctx: &EvaluationContext) -> ConditionResult {
1064 ctx.external.evaluate("article_id_in_h_codelist")
1065 }
1066
1067 /// [41] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in der Spalte "PRICAT Codeverwendung" ein X haben
1068 /// EXTERNAL: Requires context from outside the message.
1069 fn evaluate_41(&self, ctx: &EvaluationContext) -> ConditionResult {
1070 ctx.external.evaluate("article_id_in_pricat_codelist")
1071 }
1072
1073 /// [42] Es sind nur Werte erlaubt, die die Bildungsvorschrift der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erfüllen, und die in der Spalte "PRICAT Codeverwendung" ein X haben
1074 /// EXTERNAL: Requires context from outside the message.
1075 fn evaluate_42(&self, ctx: &EvaluationContext) -> ConditionResult {
1076 ctx.external
1077 .evaluate("article_id_valid_pricat_formation_rule")
1078 }
1079
1080 /// [43] Wenn BGM DE1001 = Z32 und LIN DE7140 im Format n1-n2-n1-n3, dann muss der hier genannte Zeitpunkt ≥ 01.01.2024 00:00 Uhr gesetzlicher deutscher Zeit sein
1081 // REVIEW: Checks BGM DE1001==Z32, LIN DE7140 contains hyphens (n1-n2-n1-n3 format like '1-01-6-005'), and DTM+157 (Gültigkeitsbeginn) >= 20240101. Medium confidence because 'der hier genannte Zeitpunkt' is assumed to be DTM+157. (medium confidence)
1082 fn evaluate_43(&self, ctx: &EvaluationContext) -> ConditionResult {
1083 let bgm = match ctx.find_segment("BGM") {
1084 Some(s) => s,
1085 None => return ConditionResult::Unknown,
1086 };
1087 if bgm
1088 .elements
1089 .first()
1090 .and_then(|e| e.first())
1091 .map(|s| s.as_str())
1092 != Some("Z32")
1093 {
1094 return ConditionResult::False;
1095 }
1096 let lin_segments = ctx.find_segments("LIN");
1097 let has_hyphen_format = lin_segments.iter().any(|s| {
1098 s.elements
1099 .get(2)
1100 .and_then(|e| e.first())
1101 .map_or(false, |v| v.contains('-'))
1102 });
1103 if !has_hyphen_format {
1104 return ConditionResult::False;
1105 }
1106 let dtm_segs = ctx.find_segments_with_qualifier("DTM", 0, "157");
1107 match dtm_segs.first() {
1108 Some(dtm) => {
1109 let value = dtm
1110 .elements
1111 .first()
1112 .and_then(|e| e.get(1))
1113 .map(|s| s.as_str())
1114 .unwrap_or("");
1115 if value.len() >= 8 {
1116 ConditionResult::from(&value[..8] >= "20240101")
1117 } else {
1118 ConditionResult::Unknown
1119 }
1120 }
1121 None => ConditionResult::False, // segment absent → condition not applicable
1122 }
1123 }
1124
1125 /// [47] Wenn BGM DE1001 = Z32 und LIN DE7140 im Format n13, dann muss der hier genannte Zeitpunkt < 01.01.2024 00:00 Uhr gesetzlicher deutscher Zeit sein
1126 // REVIEW: Checks BGM DE1001==Z32, LIN DE7140 is exactly 13 digits with no hyphens (legacy EAN/GLN format), and DTM+157 < 20240101. Complement of condition 43. (medium confidence)
1127 fn evaluate_47(&self, ctx: &EvaluationContext) -> ConditionResult {
1128 let bgm = match ctx.find_segment("BGM") {
1129 Some(s) => s,
1130 None => return ConditionResult::Unknown,
1131 };
1132 if bgm
1133 .elements
1134 .first()
1135 .and_then(|e| e.first())
1136 .map(|s| s.as_str())
1137 != Some("Z32")
1138 {
1139 return ConditionResult::False;
1140 }
1141 let lin_segments = ctx.find_segments("LIN");
1142 let has_n13_format = lin_segments.iter().any(|s| {
1143 s.elements
1144 .get(2)
1145 .and_then(|e| e.first())
1146 .map_or(false, |v| {
1147 !v.contains('-') && v.len() == 13 && v.chars().all(|c| c.is_ascii_digit())
1148 })
1149 });
1150 if !has_n13_format {
1151 return ConditionResult::False;
1152 }
1153 let dtm_segs = ctx.find_segments_with_qualifier("DTM", 0, "157");
1154 match dtm_segs.first() {
1155 Some(dtm) => {
1156 let value = dtm
1157 .elements
1158 .first()
1159 .and_then(|e| e.get(1))
1160 .map(|s| s.as_str())
1161 .unwrap_or("");
1162 if value.len() >= 8 {
1163 ConditionResult::from(&value[..8] < "20240101")
1164 } else {
1165 ConditionResult::Unknown
1166 }
1167 }
1168 None => ConditionResult::False, // segment absent → condition not applicable
1169 }
1170 }
1171
1172 /// [48] Wenn in dieser SG36 LIN in DE7140 einer der Codes 1-01-6-005 / 1-01-9-001 / 1-01-9-002 / 1-02-0-015 / 1-03-8-001 / 1-03-8-002 / 1-03-8-003 / 1-03-8-004 / 1-03-9-001 / 1-03-9-002 / 1-03-9-003 / 1-03...
1173 fn evaluate_48(&self, ctx: &EvaluationContext) -> ConditionResult {
1174 const CODES: &[&str] = &[
1175 "1-01-6-005",
1176 "1-01-9-001",
1177 "1-01-9-002",
1178 "1-02-0-015",
1179 "1-03-8-001",
1180 "1-03-8-002",
1181 "1-03-8-003",
1182 "1-03-8-004",
1183 "1-03-9-001",
1184 "1-03-9-002",
1185 "1-03-9-003",
1186 "1-03-9-004",
1187 "1-07-4-001",
1188 ];
1189 let lin_segments = ctx.find_segments("LIN");
1190 ConditionResult::from(lin_segments.iter().any(|s| {
1191 s.elements
1192 .get(2)
1193 .and_then(|e| e.first())
1194 .map_or(false, |v| CODES.contains(&v.as_str()))
1195 }))
1196 }
1197
1198 /// [49] Wenn in dieser SG36 LIN in DE7140 keiner der Codes 1-01-6-005 / 1-01-9-001 / 1-01-9-002 / 1-02-0-015 / 1-03-8-001 / 1-03-8-002 / 1-03-8-003 / 1-03-8-004 / 1-03-9-001 / 1-03-9-002 / 1-03-9-003 / 1-0...
1199 fn evaluate_49(&self, ctx: &EvaluationContext) -> ConditionResult {
1200 const CODES: &[&str] = &[
1201 "1-01-6-005",
1202 "1-01-9-001",
1203 "1-01-9-002",
1204 "1-02-0-015",
1205 "1-03-8-001",
1206 "1-03-8-002",
1207 "1-03-8-003",
1208 "1-03-8-004",
1209 "1-03-9-001",
1210 "1-03-9-002",
1211 "1-03-9-003",
1212 "1-03-9-004",
1213 "1-07-4-001",
1214 ];
1215 let lin_segments = ctx.find_segments("LIN");
1216 ConditionResult::from(!lin_segments.iter().any(|s| {
1217 s.elements
1218 .get(2)
1219 .and_then(|e| e.first())
1220 .map_or(false, |v| CODES.contains(&v.as_str()))
1221 }))
1222 }
1223
1224 /// [50] Wenn MP-ID aus RFF+Z56 mit MP-ID aus NAD+MS identisch ist
1225 fn evaluate_50(&self, ctx: &EvaluationContext) -> ConditionResult {
1226 let rff_segs = ctx.find_segments_with_qualifier("RFF", 0, "Z56");
1227 let nad_segs = ctx.find_segments_with_qualifier("NAD", 0, "MS");
1228 let rff_mp_id = rff_segs
1229 .first()
1230 .and_then(|s| s.elements.first())
1231 .and_then(|e| e.get(1))
1232 .map(|s| s.as_str());
1233 let nad_mp_id = nad_segs
1234 .first()
1235 .and_then(|s| s.elements.get(1))
1236 .and_then(|e| e.first())
1237 .map(|s| s.as_str());
1238 match (rff_mp_id, nad_mp_id) {
1239 (Some(rff), Some(nad)) if !rff.is_empty() && !nad.is_empty() => {
1240 ConditionResult::from(rff == nad)
1241 }
1242 _ => ConditionResult::Unknown,
1243 }
1244 }
1245
1246 /// [51] Wenn BGM+Z54 vorhanden
1247 fn evaluate_51(&self, ctx: &EvaluationContext) -> ConditionResult {
1248 ctx.has_qualifier("BGM", 0, "Z54")
1249 }
1250
1251 /// [52] Wenn BGM+Z54 nicht vorhanden
1252 fn evaluate_52(&self, ctx: &EvaluationContext) -> ConditionResult {
1253 ctx.lacks_qualifier("BGM", 0, "Z54")
1254 }
1255
1256 /// [53] Diese SG40 darf genau einmal in der SG36 angegeben werden
1257 // REVIEW: Validates that SG40 appears exactly once within each SG36 instance. Uses the group navigator to count child SG40 instances per SG36 parent. PRICAT tx_group is SG17; SG36 is a nested group within SG17. Falls back to Unknown when no navigator is available. Medium confidence because the exact parent path ["SG17", "SG36"] is inferred from PRICAT structure conventions without an explicit segment reference. (medium confidence)
1258 fn evaluate_53(&self, ctx: &EvaluationContext) -> ConditionResult {
1259 // Diese SG40 darf genau einmal in der SG36 angegeben werden
1260 // For each SG36 instance, verify SG40 appears exactly once as a child group
1261 let nav = match ctx.navigator() {
1262 Some(n) => n,
1263 None => return ConditionResult::Unknown,
1264 };
1265 let sg36_count = nav.group_instance_count(&["SG17", "SG36"]);
1266 if sg36_count == 0 {
1267 return ConditionResult::Unknown;
1268 }
1269 for i in 0..sg36_count {
1270 let sg40_count = nav.child_group_instance_count(&["SG17", "SG36"], i, "SG40");
1271 if sg40_count != 1 {
1272 return ConditionResult::False;
1273 }
1274 }
1275 ConditionResult::True
1276 }
1277
1278 /// [54] Falls der Preis des Artikels gezont ist
1279 /// EXTERNAL: Requires context from outside the message.
1280 // REVIEW: 'Falls der Preis des Artikels gezont ist' describes whether the article has zone-based pricing — a product/business configuration attribute. While zone pricing might leave structural traces in the message (multiple zone segments), whether a price is fundamentally 'gezont' is a business model characteristic of the article that is external to the EDIFACT message content itself. (medium confidence)
1281 fn evaluate_54(&self, ctx: &EvaluationContext) -> ConditionResult {
1282 ctx.external.evaluate("article_price_is_zoned")
1283 }
1284
1285 /// [64] Wenn der Zeitpunkt im DTM+157 DE2380 ≥ 01.01.2026, 00:00 Uhr gesetzlicher deutscher Zeit
1286 fn evaluate_64(&self, ctx: &EvaluationContext) -> ConditionResult {
1287 let dtm_segs = ctx.find_segments_with_qualifier("DTM", 0, "157");
1288 match dtm_segs.first() {
1289 Some(dtm) => {
1290 let value = dtm
1291 .elements
1292 .first()
1293 .and_then(|e| e.get(1))
1294 .map(|s| s.as_str())
1295 .unwrap_or("");
1296 if value.len() >= 8 {
1297 ConditionResult::from(&value[..8] >= "20260101")
1298 } else {
1299 ConditionResult::Unknown
1300 }
1301 }
1302 None => ConditionResult::False, // segment absent → condition not applicable
1303 }
1304 }
1305
1306 /// [490] wenn Wert in diesem DE, an der Stelle CCYYMMDD ein Datum aus dem angegeben Zeitraum der Tabelle Kapitel 3.5 „Prozesszeitpunkt bei MESZ mit UTC“ ist
1307 fn evaluate_490(&self, ctx: &EvaluationContext) -> ConditionResult {
1308 match ctx.resolved_value {
1309 Some(val) => is_mesz_utc(val),
1310 None => ConditionResult::False,
1311 }
1312 }
1313
1314 /// [491] wenn Wert in diesem DE, an der Stelle CCYYMMDD ein Datum aus dem angegeben Zeitraum der Tabelle Kapitel 3.6 „Prozesszeitpunkt bei MEZ mit UTC“ ist
1315 fn evaluate_491(&self, ctx: &EvaluationContext) -> ConditionResult {
1316 match ctx.resolved_value {
1317 Some(val) => is_mez_utc(val),
1318 None => ConditionResult::False,
1319 }
1320 }
1321
1322 /// [492] wenn MP-ID in NAD+MR aus Sparte Strom
1323 /// EXTERNAL: Requires context from outside the message.
1324 // REVIEW: Checks if the NAD+MR market participant ID belongs to the electricity (Strom) sector. Sector membership cannot be determined from the EDIFACT message alone — requires external business context. (medium confidence)
1325 fn evaluate_492(&self, ctx: &EvaluationContext) -> ConditionResult {
1326 ctx.external.evaluate("recipient_is_strom")
1327 }
1328
1329 /// [494] Das hier genannte Datum muss der Zeitpunkt sein, zu dem das Dokument erstellt wurde, oder ein Zeitpunkt, der davor liegt
1330 fn evaluate_494(&self, _ctx: &EvaluationContext) -> ConditionResult {
1331 // Hinweis: Das hier genannte Datum muss der Zeitpunkt sein, zu dem das Dokument
1332 // erstellt wurde, oder ein Zeitpunkt, der davor liegt. Informational annotation
1333 // about the semantic meaning of the date field — always applies unconditionally.
1334 ConditionResult::True
1335 }
1336
1337 /// [495] Der Zeitpunkt muss ≤ dem Wert im DE2380 des DTM+137 sein
1338 // REVIEW: The condition checks that the Betrachtungszeitintervall (DTM+492) value is <= the Nachrichtendatum (DTM+137) value. Both DTM qualifiers appear in the segment reference for PRICAT. We extract DTM+137's DE2380 value as the threshold and use dtm_le to compare. Medium confidence because 'Der Zeitpunkt' could refer to DTM+157 (Gültigkeitsbeginn) instead of DTM+492 — the exact field being validated is not explicit in the description. (medium confidence)
1339 fn evaluate_495(&self, ctx: &EvaluationContext) -> ConditionResult {
1340 // Der Zeitpunkt (DTM+492 Betrachtungszeitintervall) muss <= DTM+137 (Nachrichtendatum) sein
1341 let dtm_137_segs = ctx.find_segments_with_qualifier("DTM", 0, "137");
1342 let dtm_137 = match dtm_137_segs.first() {
1343 Some(s) => s,
1344 None => return ConditionResult::Unknown,
1345 };
1346 let threshold = match dtm_137.elements.first().and_then(|e| e.get(1)) {
1347 Some(v) => v.clone(),
1348 None => return ConditionResult::Unknown,
1349 };
1350 ctx.dtm_le("492", &threshold)
1351 }
1352
1353 /// [502] Hinweis: Preis in Euro je MWh
1354 fn evaluate_502(&self, _ctx: &EvaluationContext) -> ConditionResult {
1355 ConditionResult::True
1356 }
1357
1358 /// [503] Hinweis: Hier ist immer der Wert 1000 einzutragen, da in DE5118 der Preis in €/MWh angegeben wird.
1359 fn evaluate_503(&self, _ctx: &EvaluationContext) -> ConditionResult {
1360 ConditionResult::True
1361 }
1362
1363 /// [504] Hinweis: Dokumentennummer der PRICAT
1364 fn evaluate_504(&self, _ctx: &EvaluationContext) -> ConditionResult {
1365 ConditionResult::True
1366 }
1367
1368 /// [512] Hinweis: Der genannte Wert gehört zum Intervall
1369 fn evaluate_512(&self, _ctx: &EvaluationContext) -> ConditionResult {
1370 ConditionResult::True
1371 }
1372
1373 /// [513] Hinweis: Die zum Preis gehörende Einheit ist in der Codeliste definiert
1374 fn evaluate_513(&self, _ctx: &EvaluationContext) -> ConditionResult {
1375 ConditionResult::True
1376 }
1377
1378 /// [519] Hinweis: Es darf nur eine Information im DE3148 übermittelt werden
1379 fn evaluate_519(&self, _ctx: &EvaluationContext) -> ConditionResult {
1380 ConditionResult::True
1381 }
1382
1383 /// [520] Hinweis: Falls der Preis des Artikels gezont ist, ist diese SG40 so oft zu wiederholen, bis alle Preise zu diesem Artikel genannt sind
1384 fn evaluate_520(&self, _ctx: &EvaluationContext) -> ConditionResult {
1385 ConditionResult::True
1386 }
1387
1388 /// [521] Hinweis: Je Artikel-ID muss in einem RNG der Wert dieses DE = 0 sein und in allen anderen RNG zu dieser Artikel-ID muss der Wert dieses DE mit dem Wert des DE6152 eines anderen RNG zu dieser Artike...
1389 fn evaluate_521(&self, _ctx: &EvaluationContext) -> ConditionResult {
1390 // Hinweis: informational annotation about RNG DE value relationships — one RNG must have value 0,
1391 // all others must equal DE6152 of another RNG for the same Artikel-ID
1392 ConditionResult::True
1393 }
1394
1395 /// [902] Format: Möglicher Wert: ≥ 0
1396 fn evaluate_902(&self, _ctx: &EvaluationContext) -> ConditionResult {
1397 ConditionResult::True
1398 }
1399
1400 /// [908] Format: Mögliche Werte: 1 bis n
1401 fn evaluate_908(&self, _ctx: &EvaluationContext) -> ConditionResult {
1402 ConditionResult::True
1403 }
1404
1405 /// [909] Format: Mögliche Werte: 0 bis n
1406 // REVIEW: Format condition specifying possible values 0 to n (non-negative). Applied to LIN DE1082 (Positionsnummer) as the most likely numeric element in PRICAT that can take values starting from 0. Medium confidence because the AHB context specifying which exact element this condition applies to is not included in the description. (medium confidence)
1407 fn evaluate_909(&self, ctx: &EvaluationContext) -> ConditionResult {
1408 // Format: Mögliche Werte 0 bis n — numeric value must be >= 0
1409 // Applied to LIN DE1082 (Positionsnummer) which can start from 0
1410 let lin_segs = ctx.find_segments("LIN");
1411 if lin_segs.is_empty() {
1412 return ConditionResult::Unknown;
1413 }
1414 for seg in &lin_segs {
1415 let val = match seg.elements.first().and_then(|e| e.first()) {
1416 Some(v) => v,
1417 None => return ConditionResult::Unknown,
1418 };
1419 match validate_numeric(val, ">=", 0.0) {
1420 ConditionResult::False => return ConditionResult::False,
1421 ConditionResult::Unknown => return ConditionResult::Unknown,
1422 ConditionResult::True => {}
1423 }
1424 }
1425 ConditionResult::True
1426 }
1427
1428 /// [911] Format: Mögliche Werte: 1 bis n, je Nachricht oder Segmentgruppe bei 1 beginnend und fortlaufend aufsteigend
1429 // REVIEW: Format condition specifying values 1 to n, starting at 1 and continuously ascending per message or segment group. This describes sequential position numbering, which in PRICAT is DE1082 in the LIN segment. The implementation collects all LIN segments and verifies their position numbers are 1, 2, 3, ... in order. Medium confidence because the specific element and scope (per-message vs per-SG17 group) are not explicit in the condition description alone. (medium confidence)
1430 fn evaluate_911(&self, ctx: &EvaluationContext) -> ConditionResult {
1431 // Format: Mögliche Werte 1 bis n, sequential per message/segment group starting at 1
1432 // Validates LIN DE1082 (Positionsnummer) is sequential starting from 1
1433 let lin_segs = ctx.find_segments("LIN");
1434 if lin_segs.is_empty() {
1435 return ConditionResult::Unknown;
1436 }
1437 let mut expected: u64 = 1;
1438 for seg in &lin_segs {
1439 let pos_str = match seg.elements.first().and_then(|e| e.first()) {
1440 Some(v) => v,
1441 None => return ConditionResult::Unknown,
1442 };
1443 let pos: u64 = match pos_str.parse() {
1444 Ok(n) => n,
1445 Err(_) => return ConditionResult::False,
1446 };
1447 if pos != expected {
1448 return ConditionResult::False;
1449 }
1450 expected += 1;
1451 }
1452 ConditionResult::True
1453 }
1454
1455 /// [912] Format: max. 6 Nachkommastellen
1456 // REVIEW: Max 6 decimal places format check. In PRICAT context, price values (PRI segment, element 0, component 1) are the primary numeric values with decimal places. Medium confidence because the exact segment this applies to depends on context — it could also apply to QTY or other numeric fields. (medium confidence)
1457 fn evaluate_912(&self, ctx: &EvaluationContext) -> ConditionResult {
1458 ctx.format_check("PRI", 0, 1, |val| validate_max_decimal_places(val, 6))
1459 }
1460
1461 /// [926] Format: Möglicher Wert: 0
1462 // REVIEW: Value must be exactly 0. Applies to a numeric data element — QTY is most common in PRICAT for this kind of constraint (e.g., minimum order quantity of 0). Medium confidence because the specific segment depends on where this condition is referenced in the AHB. (medium confidence)
1463 fn evaluate_926(&self, ctx: &EvaluationContext) -> ConditionResult {
1464 ctx.format_check("QTY", 0, 1, |val| validate_numeric(val, "==", 0.0))
1465 }
1466
1467 /// [929] Format: Möglicher Wert: 1000
1468 // REVIEW: Value must be exactly 1000. In PRICAT, 1000 is a common reference quantity (e.g., price per 1000 units in QTY). Medium confidence because the exact target segment depends on where this condition is used in the AHB. (medium confidence)
1469 fn evaluate_929(&self, ctx: &EvaluationContext) -> ConditionResult {
1470 ctx.format_check("QTY", 0, 1, |val| validate_numeric(val, "==", 1000.0))
1471 }
1472
1473 /// [931] Format: ZZZ = +00
1474 // REVIEW: DTM timezone check: EDIFACT DTM format 303 (CCYYMMDDHHMMzzz) or 719 encodes timezone offset. The condition requires ZZZ=+00 (UTC offset). elements[0][1] holds the datetime value string; checking it ends with '+00' covers standard EDIFACT timezone encoding. Medium confidence because the exact DTM qualifier and format code context is unknown without the segment structure reference. (medium confidence)
1475 fn evaluate_931(&self, ctx: &EvaluationContext) -> ConditionResult {
1476 // ZZZ = +00: timezone offset in DTM value must be +00
1477 // DTM format 303: YYYYMMDDHHMMzzz, timezone encoded as last part of elements[0][1]
1478 let dtm_segments = ctx.find_segments("DTM");
1479 for seg in &dtm_segments {
1480 if let Some(value) = seg.elements.first().and_then(|e| e.get(1)) {
1481 if !value.is_empty() {
1482 // Timezone +00 appears at end of value string
1483 if value.ends_with("+00") {
1484 return ConditionResult::True;
1485 } else {
1486 return ConditionResult::False;
1487 }
1488 }
1489 }
1490 }
1491 ConditionResult::Unknown
1492 }
1493
1494 /// [932] Format: HHMM = 2200
1495 // REVIEW: DTM time check: extracts HHMM portion from DTM value. Format 203 (CCYYMMDDHHmm) places hours at positions 8-11. Format 401 (HHmm) starts at position 0. Condition requires exactly 2200. Medium confidence because the specific DTM qualifier context in PRICAT is unknown without the segment structure reference. (medium confidence)
1496 fn evaluate_932(&self, ctx: &EvaluationContext) -> ConditionResult {
1497 // HHMM = 2200: time value in DTM must be 2200
1498 // In DTM format 203 (YYYYMMDDHHMM) or 401 (HHMM), the time portion is HHMM
1499 let dtm_segments = ctx.find_segments("DTM");
1500 for seg in &dtm_segments {
1501 if let Some(value) = seg.elements.first().and_then(|e| e.get(1)) {
1502 let format_code = seg
1503 .elements
1504 .first()
1505 .and_then(|e| e.get(2))
1506 .map(|s| s.as_str())
1507 .unwrap_or("");
1508 let time_part = match format_code {
1509 "203" if value.len() >= 12 => &value[8..12],
1510 "401" if value.len() >= 4 => &value[0..4],
1511 _ if value.len() >= 12 => &value[8..12],
1512 _ => continue,
1513 };
1514 if time_part == "2200" {
1515 return ConditionResult::True;
1516 } else {
1517 return ConditionResult::False;
1518 }
1519 }
1520 }
1521 ConditionResult::Unknown
1522 }
1523
1524 /// [933] Format: HHMM = 2300
1525 // REVIEW: Same structure as condition 932 but checks for 2300 instead of 2200. Extracts HHMM portion from DTM value using format code to determine position. (medium confidence)
1526 fn evaluate_933(&self, ctx: &EvaluationContext) -> ConditionResult {
1527 // HHMM = 2300: time value in DTM must be 2300
1528 let dtm_segments = ctx.find_segments("DTM");
1529 for seg in &dtm_segments {
1530 if let Some(value) = seg.elements.first().and_then(|e| e.get(1)) {
1531 let format_code = seg
1532 .elements
1533 .first()
1534 .and_then(|e| e.get(2))
1535 .map(|s| s.as_str())
1536 .unwrap_or("");
1537 let time_part = match format_code {
1538 "203" if value.len() >= 12 => &value[8..12],
1539 "401" if value.len() >= 4 => &value[0..4],
1540 _ if value.len() >= 12 => &value[8..12],
1541 _ => continue,
1542 };
1543 if time_part == "2300" {
1544 return ConditionResult::True;
1545 } else {
1546 return ConditionResult::False;
1547 }
1548 }
1549 }
1550 ConditionResult::Unknown
1551 }
1552
1553 /// [937] Format: keine Nachkommastelle
1554 // REVIEW: No decimal places allowed — integer values only. Implemented as validate_max_decimal_places with 0. In PRICAT, this typically applies to QTY (quantity must be whole number). Medium confidence because the exact target segment depends on AHB context. (medium confidence)
1555 fn evaluate_937(&self, ctx: &EvaluationContext) -> ConditionResult {
1556 ctx.format_check("QTY", 0, 1, |val| validate_max_decimal_places(val, 0))
1557 }
1558
1559 /// [939] Format: Die Zeichenkette muss die Zeichen @ und . enthalten
1560 // REVIEW: Email address format validation: the string must contain both '@' and '.'. This pattern matches COM segment (communication address) with channel code EM (Electronic Mail). elements[0][0] holds the address, elements[0][1] holds the channel qualifier. Checks channel=EM first, then falls back to any non-empty COM value. Medium confidence because PRICAT segment structure reference not provided. (medium confidence)
1561 fn evaluate_939(&self, ctx: &EvaluationContext) -> ConditionResult {
1562 // Email format: string must contain both '@' and '.'
1563 // Typically applies to COM segment (communication channel EM = email)
1564 let com_segments = ctx.find_segments("COM");
1565 for seg in &com_segments {
1566 // COM: elements[0][0] = communication address, elements[0][1] = channel code
1567 let channel = seg
1568 .elements
1569 .first()
1570 .and_then(|e| e.get(1))
1571 .map(|s| s.as_str())
1572 .unwrap_or("");
1573 if channel == "EM" {
1574 if let Some(address) = seg.elements.first().and_then(|e| e.first()) {
1575 let contains_at = address.contains('@');
1576 let contains_dot = address.contains('.');
1577 return ConditionResult::from(contains_at && contains_dot);
1578 }
1579 }
1580 }
1581 // Fallback: check any COM value for @ and .
1582 for seg in &com_segments {
1583 if let Some(address) = seg.elements.first().and_then(|e| e.first()) {
1584 if !address.is_empty() {
1585 return ConditionResult::from(address.contains('@') && address.contains('.'));
1586 }
1587 }
1588 }
1589 ConditionResult::Unknown
1590 }
1591
1592 /// [940] Format: Die Zeichenkette muss mit dem Zeichen + beginnen und danach dürfen nur noch Ziffern folgen
1593 // REVIEW: Phone number format: must start with '+' then only digits (international E.164 format). Applies to COM segment with telephone/fax channel codes (TE, FX, AJ). elements[0][0] = number, elements[0][1] = channel code. Medium confidence because PRICAT segment structure reference not provided. (medium confidence)
1594 fn evaluate_940(&self, ctx: &EvaluationContext) -> ConditionResult {
1595 // Phone number format: must start with '+' followed only by digits
1596 // Typically applies to COM segment (TEL/FAX channel)
1597 let com_segments = ctx.find_segments("COM");
1598 for seg in &com_segments {
1599 let channel = seg
1600 .elements
1601 .first()
1602 .and_then(|e| e.get(1))
1603 .map(|s| s.as_str())
1604 .unwrap_or("");
1605 if matches!(channel, "TE" | "FX" | "AJ") {
1606 if let Some(number) = seg.elements.first().and_then(|e| e.first()) {
1607 if !number.is_empty() {
1608 let valid = number.starts_with('+')
1609 && number.len() > 1
1610 && number[1..].chars().all(|c| c.is_ascii_digit());
1611 return ConditionResult::from(valid);
1612 }
1613 }
1614 }
1615 }
1616 // Fallback: check any COM value for +digit format
1617 for seg in &com_segments {
1618 if let Some(number) = seg.elements.first().and_then(|e| e.first()) {
1619 if !number.is_empty() {
1620 let valid = number.starts_with('+')
1621 && number.len() > 1
1622 && number[1..].chars().all(|c| c.is_ascii_digit());
1623 return ConditionResult::from(valid);
1624 }
1625 }
1626 }
1627 ConditionResult::Unknown
1628 }
1629
1630 /// [941] Format: Artikelnummer
1631 // REVIEW: Article number format validation on PIA segment (Additional Product ID), element 1, component 0. The pattern n1-n2-n1-n3 is a common PRICAT Artikelnummer format in the German energy market. Medium confidence because the exact digit-segment pattern may differ — should be verified against the specific AHB table for this condition reference. (medium confidence)
1632 fn evaluate_941(&self, ctx: &EvaluationContext) -> ConditionResult {
1633 ctx.format_check("PIA", 1, 0, |val| {
1634 validate_artikel_pattern(val, &[1, 2, 1, 3])
1635 })
1636 }
1637
1638 /// [942] Format: n1-n2-n1-n3
1639 fn evaluate_942(&self, ctx: &EvaluationContext) -> ConditionResult {
1640 ctx.format_check("PIA", 1, 0, |val| {
1641 validate_artikel_pattern(val, &[1, 2, 1, 3])
1642 })
1643 }
1644
1645 /// [946] Format: max. 11 Nachkommastellen
1646 // REVIEW: Format: max. 11 Nachkommastellen — validates that a numeric value has at most 11 decimal places. In PRICAT, price values appear in PRI segment element 0 component 1. Using PRI as the most likely price segment in PRICAT context. (medium confidence)
1647 fn evaluate_946(&self, ctx: &EvaluationContext) -> ConditionResult {
1648 ctx.format_check("PRI", 0, 1, |val| validate_max_decimal_places(val, 11))
1649 }
1650
1651 /// [948] Format: n1-n2-n1-n8-n2
1652 fn evaluate_948(&self, ctx: &EvaluationContext) -> ConditionResult {
1653 ctx.format_check("PIA", 1, 0, |val| {
1654 validate_artikel_pattern(val, &[1, 2, 1, 8, 2])
1655 })
1656 }
1657
1658 /// [949] Format: n1-n2-n1-n8-n2-n1
1659 fn evaluate_949(&self, ctx: &EvaluationContext) -> ConditionResult {
1660 ctx.format_check("PIA", 1, 0, |val| {
1661 validate_artikel_pattern(val, &[1, 2, 1, 8, 2, 1])
1662 })
1663 }
1664
1665 /// [957] Format: n1-n2-n1-n8
1666 fn evaluate_957(&self, ctx: &EvaluationContext) -> ConditionResult {
1667 ctx.format_check("PIA", 1, 0, |val| {
1668 validate_artikel_pattern(val, &[1, 2, 1, 8])
1669 })
1670 }
1671
1672 /// [959] Format: n13-n2
1673 // REVIEW: Format: n13-n2 is an Artikelnummer pattern — 13 digits, dash, 2 digits. In PRICAT, article identifiers appear in PIA element 1 component 0. Using validate_artikel_pattern with &[13, 2]. Medium confidence because the exact target segment/element depends on AHB context not provided here. (medium confidence)
1674 fn evaluate_959(&self, ctx: &EvaluationContext) -> ConditionResult {
1675 ctx.format_check("PIA", 1, 0, |val| validate_artikel_pattern(val, &[13, 2]))
1676 }
1677
1678 /// [968] Format: Möglicher Wert: ≤ 0
1679 // REVIEW: Format: Möglicher Wert: ≤ 0 means the numeric value must be less than or equal to zero. In PRICAT, PRI segment element 0 component 1 holds the price amount. Using validate_numeric with "<=", 0.0. Medium confidence because the exact target segment depends on AHB context — could also be MOA or another numeric field. (medium confidence)
1680 fn evaluate_968(&self, ctx: &EvaluationContext) -> ConditionResult {
1681 ctx.format_check("PRI", 0, 1, |val| validate_numeric(val, "<=", 0.0))
1682 }
1683}