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.iter().enumerate().filter(|(_, s)| s.suffix == "02") {
593 // (1) The trigger's own lower bound must be "0".
594 match &trigger.lower {
595 Some(v) if v == "0" => {}
596 _ => return ConditionResult::False,
597 }
598 // (2) Every OTHER matching-prefix SG36's lower bound must equal
599 // some DIFFERENT matching-prefix SG36's upper bound.
600 let matching: Vec<(usize, &Sg36)> = collected
601 .iter()
602 .enumerate()
603 .filter(|(_, s)| s.prefix == trigger.prefix)
604 .collect();
605 for (o_idx, other) in &matching {
606 if *o_idx == t_idx {
607 continue;
608 }
609 let lower = match &other.lower {
610 Some(v) => v.as_str(),
611 None => return ConditionResult::False,
612 };
613 let found_chain = matching
614 .iter()
615 .filter(|(x_idx, _)| *x_idx != *o_idx)
616 .any(|(_, x)| x.upper.as_deref() == Some(lower));
617 if !found_chain {
618 return ConditionResult::False;
619 }
620 }
621 }
622 ConditionResult::True
623 }
624
625 /// [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...
626 // 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)
627 fn evaluate_67(&self, ctx: &EvaluationContext) -> ConditionResult {
628 let nav = match ctx.navigator() {
629 Some(n) => n,
630 None => return ConditionResult::Unknown,
631 };
632 let sg17_count = nav.group_instance_count(&["SG17"]);
633 for sg17_i in 0..sg17_count {
634 let sg36_count = nav.child_group_instance_count(&["SG17"], sg17_i, "SG36");
635 let mut code_parts: Vec<(String, String)> = Vec::new();
636 for sg36_i in 0..sg36_count {
637 let lins =
638 nav.find_segments_in_child_group("LIN", &["SG17"], sg17_i, "SG36", sg36_i);
639 for lin in &lins {
640 if let Some(code) = lin.elements.get(2).and_then(|e| e.first()) {
641 if let Some((prefix, suffix)) = code.split_once('-') {
642 code_parts.push((prefix.to_string(), suffix.to_string()));
643 }
644 }
645 }
646 }
647 for (prefix, suffix) in &code_parts {
648 if let Ok(n) = suffix.parse::<u32>() {
649 let next = n + 1;
650 let width = suffix.len();
651 let next_str = format!("{:0width$}", next, width = width);
652 if code_parts
653 .iter()
654 .any(|(p, s)| p == prefix && s == &next_str)
655 {
656 return ConditionResult::True;
657 }
658 }
659 }
660 }
661 ConditionResult::False
662 }
663
664 /// [68] Der Teil des Codes vor dem "-" muss ein Messprodukt-Code sein
665 /// EXTERNAL: Requires context from outside the message.
666 fn evaluate_68(&self, ctx: &EvaluationContext) -> ConditionResult {
667 ctx.external.evaluate("is_messprodukt_code")
668 }
669
670 /// [69] Der Teil des Codes vor dem "-" muss ein Konfigurationsprodukt-Code sein
671 /// EXTERNAL: Requires context from outside the message.
672 fn evaluate_69(&self, ctx: &EvaluationContext) -> ConditionResult {
673 ctx.external.evaluate("is_konfigurationsprodukt_code")
674 }
675
676 /// [70] Der Teil des Codes vor dem "-" muss ein Produkt-Code sein
677 /// EXTERNAL: Requires context from outside the message.
678 fn evaluate_70(&self, ctx: &EvaluationContext) -> ConditionResult {
679 ctx.external.evaluate("lin_prefix_is_valid_product_code")
680 }
681
682 /// [71] Es muss der Code 9991000003030-01 sein
683 fn evaluate_71(&self, ctx: &EvaluationContext) -> ConditionResult {
684 let segs = ctx.find_segments("LIN");
685 if segs.is_empty() {
686 return ConditionResult::Unknown;
687 }
688 let matches = segs.iter().any(|s| {
689 s.elements
690 .get(2)
691 .and_then(|e| e.first())
692 .is_some_and(|v| v == "9991000003030-01")
693 });
694 ConditionResult::from(matches)
695 }
696
697 /// [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 ...
698 // 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)
699 fn evaluate_72(&self, ctx: &EvaluationContext) -> ConditionResult {
700 let nav = match ctx.navigator() {
701 Some(n) => n,
702 None => return ConditionResult::Unknown,
703 };
704 let sg36_count = nav.group_instance_count(&["SG36"]);
705 if sg36_count == 0 {
706 return ConditionResult::Unknown;
707 }
708 for i in 0..sg36_count {
709 let lin_segs = nav.find_segments_in_group("LIN", &["SG36"], i);
710 let lin_val = match lin_segs
711 .first()
712 .and_then(|s| s.elements.get(2))
713 .and_then(|e| e.first())
714 .filter(|v| !v.is_empty())
715 {
716 Some(v) => v.clone(),
717 None => continue,
718 };
719 let last_digit = match lin_val.chars().last().and_then(|c| c.to_digit(10)) {
720 Some(d) => d,
721 None => continue,
722 };
723 if last_digit <= 1 {
724 continue;
725 }
726 // Get this SG36's RNG DE6162 (lower bound) from child SG40
727 let sg40_count = nav.child_group_instance_count(&["SG36"], i, "SG40");
728 let mut this_lower: Option<String> = None;
729 for j in 0..sg40_count {
730 let rngs = nav.find_segments_in_child_group("RNG", &["SG36"], i, "SG40", j);
731 if let Some(rng) = rngs.first() {
732 if let Some(lower) = rng.elements.get(1).and_then(|e| e.get(1)) {
733 if !lower.is_empty() {
734 this_lower = Some(lower.clone());
735 break;
736 }
737 }
738 }
739 }
740 let this_lower = match this_lower {
741 Some(v) => v,
742 None => continue,
743 };
744 let lin_prefix = &lin_val[..lin_val.len() - 1];
745 let mut found = false;
746 for k in 0..sg36_count {
747 if k == i {
748 continue;
749 }
750 let lin_segs_k = nav.find_segments_in_group("LIN", &["SG36"], k);
751 let lin_val_k = match lin_segs_k
752 .first()
753 .and_then(|s| s.elements.get(2))
754 .and_then(|e| e.first())
755 .filter(|v| !v.is_empty())
756 {
757 Some(v) => v.clone(),
758 None => continue,
759 };
760 if lin_val_k.len() != lin_val.len() {
761 continue;
762 }
763 if &lin_val_k[..lin_val_k.len() - 1] != lin_prefix {
764 continue;
765 }
766 // Check RNG DE6152 (upper bound) in that SG36's SG40
767 let sg40_count_k = nav.child_group_instance_count(&["SG36"], k, "SG40");
768 for j in 0..sg40_count_k {
769 let rngs_k = nav.find_segments_in_child_group("RNG", &["SG36"], k, "SG40", j);
770 if let Some(rng_k) = rngs_k.first() {
771 if let Some(upper_k) = rng_k.elements.get(1).and_then(|e| e.get(2)) {
772 if upper_k == &this_lower {
773 found = true;
774 break;
775 }
776 }
777 }
778 }
779 if found {
780 break;
781 }
782 }
783 if !found {
784 return ConditionResult::False;
785 }
786 }
787 ConditionResult::True
788 }
789
790 /// [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...
791 fn evaluate_511(&self, _ctx: &EvaluationContext) -> ConditionResult {
792 // Hinweis: 1. Der genannte Wert gehört nicht zum Intervall.
793 // 2. Die untere Wertegrenze zu der Artikel-ID, deren Zahl an der letzten Stelle den Wert n hat,
794 // muss kleiner sein, als die untere Wertegrenze zu der Artikel-ID, deren Zahl an der letzten
795 // Stelle den Wert n+1 hat. — informational annotation, always applies
796 ConditionResult::True
797 }
798
799 /// [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...
800 fn evaluate_522(&self, _ctx: &EvaluationContext) -> ConditionResult {
801 // Hinweis: Hier ist die Leistung zu beschreiben, die mit dieser Artikel-ID in Rechnung gestellt
802 // wird, wobei darauf zu achten ist, dass zu erkennen ist, wie sich diese von den Leistungen
803 // unterscheiden, bei denen die ersten 13 Stellen der Artikel-ID mit den ersten 13 Stellen
804 // dieser Artikel-ID identisch sind. — informational annotation, always applies
805 ConditionResult::True
806 }
807
808 /// [1] Wenn Vorgängerversion vorhanden
809 /// EXTERNAL: Requires context from outside the message.
810 // 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)
811 fn evaluate_1(&self, ctx: &EvaluationContext) -> ConditionResult {
812 ctx.external.evaluate("previous_version_exists")
813 }
814
815 /// [2] Wenn in dieser SG36 LIN in DE7140 9990001000813 vorhanden
816 fn evaluate_2(&self, ctx: &EvaluationContext) -> ConditionResult {
817 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
818 ConditionResult::from(values.iter().any(|(_, v)| v == "9990001000813"))
819 }
820
821 /// [3] Wenn IMD+X vorhanden
822 fn evaluate_3(&self, ctx: &EvaluationContext) -> ConditionResult {
823 ctx.has_qualifier("IMD", 0, "X")
824 }
825
826 /// [4] Wenn SG36 IMD+C in diesem IMD vorhanden
827 fn evaluate_4(&self, ctx: &EvaluationContext) -> ConditionResult {
828 ctx.any_group_has_qualifier("IMD", 0, "C", &["SG36"])
829 }
830
831 /// [5] Wenn SG36 IMD+X in diesem IMD vorhanden
832 fn evaluate_5(&self, ctx: &EvaluationContext) -> ConditionResult {
833 ctx.any_group_has_qualifier("IMD", 0, "X", &["SG36"])
834 }
835
836 /// [6] Wenn in dieser SG36 LIN in DE7140 9990001000798 vorhanden
837 fn evaluate_6(&self, ctx: &EvaluationContext) -> ConditionResult {
838 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
839 ConditionResult::from(values.iter().any(|(_, v)| v == "9990001000798"))
840 }
841
842 /// [7] Wenn in dieser SG36 LIN in DE7140 9990001000798 nicht vorhanden
843 fn evaluate_7(&self, ctx: &EvaluationContext) -> ConditionResult {
844 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
845 ConditionResult::from(!values.iter().any(|(_, v)| v == "9990001000798"))
846 }
847
848 /// [9] Wenn BGM DE1373 =11 nicht vorhanden
849 fn evaluate_9(&self, ctx: &EvaluationContext) -> ConditionResult {
850 match ctx.find_segment("BGM") {
851 None => ConditionResult::False, // segment absent → condition not applicable
852 Some(seg) => {
853 let val = seg
854 .elements
855 .get(4)
856 .and_then(|e| e.first())
857 .map(|s| s.as_str())
858 .unwrap_or("");
859 ConditionResult::from(val != "11")
860 }
861 }
862 }
863
864 /// [12] je UNB ist nur eine Nachricht mit BGM+Z04 in der Übertragungsdatei erlaubt (nur eine Nachricht je Übertragungsdatei)
865 // 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)
866 fn evaluate_12(&self, ctx: &EvaluationContext) -> ConditionResult {
867 ctx.has_qualifier("BGM", 0, "Z04")
868 }
869
870 /// [14] je UNB ist maximal je Code aus DE1001 eine Nachricht in der Übertragungsdatei erlaubt
871 /// EXTERNAL: Requires context from outside the message.
872 // 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)
873 fn evaluate_14(&self, ctx: &EvaluationContext) -> ConditionResult {
874 ctx.external.evaluate("max_one_message_per_type_in_unb")
875 }
876
877 /// [19] Nur MP-ID aus Sparte Strom
878 /// EXTERNAL: Requires context from outside the message.
879 // 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)
880 fn evaluate_19(&self, ctx: &EvaluationContext) -> ConditionResult {
881 ctx.external.evaluate("mp_id_is_strom_sector")
882 }
883
884 /// [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
885 /// EXTERNAL: Requires context from outside the message.
886 // 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)
887 fn evaluate_22(&self, ctx: &EvaluationContext) -> ConditionResult {
888 ctx.external.evaluate("article_id_has_pricat_price_flag")
889 }
890
891 /// [24] Wenn in dieser SG36 Wert von LIN DE7140 im Format n1-n2-n1-n8-n2-n1
892 fn evaluate_24(&self, ctx: &EvaluationContext) -> ConditionResult {
893 let values = ctx.collect_group_values("LIN", 2, 0, &["SG36"]);
894 ConditionResult::from(values.iter().any(|(_, val)| {
895 let parts: Vec<&str> = val.split('-').collect();
896 if parts.len() != 6 {
897 return false;
898 }
899 let expected_lens = [1usize, 2, 1, 8, 2, 1];
900 parts
901 .iter()
902 .zip(expected_lens.iter())
903 .all(|(p, &len)| p.len() == len && p.chars().all(|ch| ch.is_ascii_digit()))
904 }))
905 }
906
907 /// [26] Wenn BGM DE1001 = Z70 vorhanden
908 fn evaluate_26(&self, ctx: &EvaluationContext) -> ConditionResult {
909 ctx.has_qualifier("BGM", 0, "Z70")
910 }
911
912 /// [27] Wenn BGM DE1001 = Z70 nicht vorhanden
913 fn evaluate_27(&self, ctx: &EvaluationContext) -> ConditionResult {
914 ctx.lacks_qualifier("BGM", 0, "Z70")
915 }
916
917 /// [28] Wenn die zugehörige Artikel-ID in der letzten Stelle eine 1 ist
918 // 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)
919 fn evaluate_28(&self, ctx: &EvaluationContext) -> ConditionResult {
920 // Wenn die zugehörige Artikel-ID in der letzten Stelle eine 1 ist
921 // Artikel-ID is in PIA segment, elements[1][0]
922 let segs = ctx.find_segments("PIA");
923 match segs
924 .first()
925 .and_then(|s| s.elements.get(1))
926 .and_then(|e| e.first())
927 {
928 Some(val) => match val.chars().last() {
929 Some('1') => ConditionResult::True,
930 Some(c) if c.is_ascii_digit() => ConditionResult::False,
931 Some(_) => ConditionResult::False,
932 None => ConditionResult::False, // segment absent → condition not applicable
933 },
934 None => ConditionResult::False, // segment absent → condition not applicable
935 }
936 }
937
938 /// [29] Wenn die zugehörige Artikel-ID in der letzten Stelle > 1 ist
939 // 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)
940 fn evaluate_29(&self, ctx: &EvaluationContext) -> ConditionResult {
941 // Wenn die zugehörige Artikel-ID in der letzten Stelle > 1 ist
942 // Artikel-ID is in PIA segment, elements[1][0]
943 let segs = ctx.find_segments("PIA");
944 match segs
945 .first()
946 .and_then(|s| s.elements.get(1))
947 .and_then(|e| e.first())
948 {
949 Some(val) => match val.chars().last() {
950 Some(c) if c.is_ascii_digit() && c > '1' => ConditionResult::True,
951 Some(c) if c.is_ascii_digit() => ConditionResult::False,
952 Some(_) => ConditionResult::False,
953 None => ConditionResult::False, // segment absent → condition not applicable
954 },
955 None => ConditionResult::False, // segment absent → condition not applicable
956 }
957 }
958
959 /// [30] wenn MP-ID in SG2 NAD+MR in der Rolle LF
960 /// EXTERNAL: Requires context from outside the message.
961 fn evaluate_30(&self, ctx: &EvaluationContext) -> ConditionResult {
962 ctx.external.evaluate("recipient_is_lf")
963 }
964
965 /// [32] wenn der Zeitpunkt im DTM+157 DE2380 < 01.01.2024 00:00 Uhr gesetzlicher deutscher Zeit
966 // 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)
967 fn evaluate_32(&self, ctx: &EvaluationContext) -> ConditionResult {
968 {
969 let dtms = ctx.find_segments_with_qualifier("DTM", 0, "157");
970 match dtms.first() {
971 Some(dtm) => {
972 match dtm
973 .elements
974 .first()
975 .and_then(|e| e.get(1))
976 .map(|s| s.as_str())
977 {
978 Some(value) if !value.is_empty() => {
979 // Format 303: YYYYMMDDHHMM — string comparison valid for numeric date strings
980 // 01.01.2024 00:00 German legal time → "202401010000"
981 ConditionResult::from(value < "202401010000")
982 }
983 _ => ConditionResult::Unknown,
984 }
985 }
986 None => ConditionResult::False, // segment absent → condition not applicable
987 }
988 }
989 }
990
991 /// [33] wenn der Zeitpunkt im DTM+157 DE2380 ≥ 01.01.2024 00:00 Uhr gesetzlicher deutscher Zeit
992 // REVIEW: Mirror of condition 32 with >= comparison. DTM+157 DE2380 at elements[0][1], format 303. Returns Unknown if segment absent. (medium confidence)
993 fn evaluate_33(&self, ctx: &EvaluationContext) -> ConditionResult {
994 {
995 let dtms = ctx.find_segments_with_qualifier("DTM", 0, "157");
996 match dtms.first() {
997 Some(dtm) => {
998 match dtm
999 .elements
1000 .first()
1001 .and_then(|e| e.get(1))
1002 .map(|s| s.as_str())
1003 {
1004 Some(value) if !value.is_empty() => {
1005 // Format 303: YYYYMMDDHHMM — string comparison valid for numeric date strings
1006 // 01.01.2024 00:00 German legal time → "202401010000"
1007 ConditionResult::from(value >= "202401010000")
1008 }
1009 _ => ConditionResult::Unknown,
1010 }
1011 }
1012 None => ConditionResult::False, // segment absent → condition not applicable
1013 }
1014 }
1015 }
1016
1017 /// [36] Wenn MP-ID in SG2 NAD+MR in der Rolle NB
1018 /// EXTERNAL: Requires context from outside the message.
1019 fn evaluate_36(&self, ctx: &EvaluationContext) -> ConditionResult {
1020 ctx.external.evaluate("recipient_is_nb")
1021 }
1022
1023 /// [37] Wenn im DE3155 in demselben COM der Code EM vorhanden ist
1024 // 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)
1025 fn evaluate_37(&self, ctx: &EvaluationContext) -> ConditionResult {
1026 {
1027 let coms = ctx.find_segments("COM");
1028 ConditionResult::from(coms.iter().any(|s| {
1029 s.elements
1030 .first()
1031 .and_then(|e| e.get(1))
1032 .is_some_and(|v| v == "EM")
1033 }))
1034 }
1035 }
1036
1037 /// [38] Wenn im DE3155 in demselben COM der Code TE / FX / AJ / AL vorhanden ist
1038 // REVIEW: Same COM segment structure as condition 37. Checks DE3155 for any of TE (telephone), FX (fax), AJ, AL channel codes. (medium confidence)
1039 fn evaluate_38(&self, ctx: &EvaluationContext) -> ConditionResult {
1040 {
1041 let coms = ctx.find_segments("COM");
1042 ConditionResult::from(coms.iter().any(|s| {
1043 s.elements
1044 .first()
1045 .and_then(|e| e.get(1))
1046 .is_some_and(|v| matches!(v.as_str(), "TE" | "FX" | "AJ" | "AL"))
1047 }))
1048 }
1049 }
1050
1051 /// [39] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in der Spalte MaBiS ein X haben
1052 /// EXTERNAL: Requires context from outside the message.
1053 fn evaluate_39(&self, ctx: &EvaluationContext) -> ConditionResult {
1054 ctx.external.evaluate("article_id_in_mabis_codelist")
1055 }
1056
1057 /// [40] Es sind nur Werte aus der EDI@Energy Codeliste der Artikelnummern und Artikel-ID erlaubt, die in der Spalte H ein X haben
1058 /// EXTERNAL: Requires context from outside the message.
1059 fn evaluate_40(&self, ctx: &EvaluationContext) -> ConditionResult {
1060 ctx.external.evaluate("article_id_in_h_codelist")
1061 }
1062
1063 /// [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
1064 /// EXTERNAL: Requires context from outside the message.
1065 fn evaluate_41(&self, ctx: &EvaluationContext) -> ConditionResult {
1066 ctx.external.evaluate("article_id_in_pricat_codelist")
1067 }
1068
1069 /// [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
1070 /// EXTERNAL: Requires context from outside the message.
1071 fn evaluate_42(&self, ctx: &EvaluationContext) -> ConditionResult {
1072 ctx.external
1073 .evaluate("article_id_valid_pricat_formation_rule")
1074 }
1075
1076 /// [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
1077 // 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)
1078 fn evaluate_43(&self, ctx: &EvaluationContext) -> ConditionResult {
1079 let bgm = match ctx.find_segment("BGM") {
1080 Some(s) => s,
1081 None => return ConditionResult::Unknown,
1082 };
1083 if bgm
1084 .elements
1085 .first()
1086 .and_then(|e| e.first())
1087 .map(|s| s.as_str())
1088 != Some("Z32")
1089 {
1090 return ConditionResult::False;
1091 }
1092 let lin_segments = ctx.find_segments("LIN");
1093 let has_hyphen_format = lin_segments.iter().any(|s| {
1094 s.elements
1095 .get(2)
1096 .and_then(|e| e.first())
1097 .map_or(false, |v| v.contains('-'))
1098 });
1099 if !has_hyphen_format {
1100 return ConditionResult::False;
1101 }
1102 let dtm_segs = ctx.find_segments_with_qualifier("DTM", 0, "157");
1103 match dtm_segs.first() {
1104 Some(dtm) => {
1105 let value = dtm
1106 .elements
1107 .first()
1108 .and_then(|e| e.get(1))
1109 .map(|s| s.as_str())
1110 .unwrap_or("");
1111 if value.len() >= 8 {
1112 ConditionResult::from(&value[..8] >= "20240101")
1113 } else {
1114 ConditionResult::Unknown
1115 }
1116 }
1117 None => ConditionResult::False, // segment absent → condition not applicable
1118 }
1119 }
1120
1121 /// [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
1122 // 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)
1123 fn evaluate_47(&self, ctx: &EvaluationContext) -> ConditionResult {
1124 let bgm = match ctx.find_segment("BGM") {
1125 Some(s) => s,
1126 None => return ConditionResult::Unknown,
1127 };
1128 if bgm
1129 .elements
1130 .first()
1131 .and_then(|e| e.first())
1132 .map(|s| s.as_str())
1133 != Some("Z32")
1134 {
1135 return ConditionResult::False;
1136 }
1137 let lin_segments = ctx.find_segments("LIN");
1138 let has_n13_format = lin_segments.iter().any(|s| {
1139 s.elements
1140 .get(2)
1141 .and_then(|e| e.first())
1142 .map_or(false, |v| {
1143 !v.contains('-') && v.len() == 13 && v.chars().all(|c| c.is_ascii_digit())
1144 })
1145 });
1146 if !has_n13_format {
1147 return ConditionResult::False;
1148 }
1149 let dtm_segs = ctx.find_segments_with_qualifier("DTM", 0, "157");
1150 match dtm_segs.first() {
1151 Some(dtm) => {
1152 let value = dtm
1153 .elements
1154 .first()
1155 .and_then(|e| e.get(1))
1156 .map(|s| s.as_str())
1157 .unwrap_or("");
1158 if value.len() >= 8 {
1159 ConditionResult::from(&value[..8] < "20240101")
1160 } else {
1161 ConditionResult::Unknown
1162 }
1163 }
1164 None => ConditionResult::False, // segment absent → condition not applicable
1165 }
1166 }
1167
1168 /// [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...
1169 fn evaluate_48(&self, ctx: &EvaluationContext) -> ConditionResult {
1170 const CODES: &[&str] = &[
1171 "1-01-6-005",
1172 "1-01-9-001",
1173 "1-01-9-002",
1174 "1-02-0-015",
1175 "1-03-8-001",
1176 "1-03-8-002",
1177 "1-03-8-003",
1178 "1-03-8-004",
1179 "1-03-9-001",
1180 "1-03-9-002",
1181 "1-03-9-003",
1182 "1-03-9-004",
1183 "1-07-4-001",
1184 ];
1185 let lin_segments = ctx.find_segments("LIN");
1186 ConditionResult::from(lin_segments.iter().any(|s| {
1187 s.elements
1188 .get(2)
1189 .and_then(|e| e.first())
1190 .map_or(false, |v| CODES.contains(&v.as_str()))
1191 }))
1192 }
1193
1194 /// [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...
1195 fn evaluate_49(&self, ctx: &EvaluationContext) -> ConditionResult {
1196 const CODES: &[&str] = &[
1197 "1-01-6-005",
1198 "1-01-9-001",
1199 "1-01-9-002",
1200 "1-02-0-015",
1201 "1-03-8-001",
1202 "1-03-8-002",
1203 "1-03-8-003",
1204 "1-03-8-004",
1205 "1-03-9-001",
1206 "1-03-9-002",
1207 "1-03-9-003",
1208 "1-03-9-004",
1209 "1-07-4-001",
1210 ];
1211 let lin_segments = ctx.find_segments("LIN");
1212 ConditionResult::from(!lin_segments.iter().any(|s| {
1213 s.elements
1214 .get(2)
1215 .and_then(|e| e.first())
1216 .map_or(false, |v| CODES.contains(&v.as_str()))
1217 }))
1218 }
1219
1220 /// [50] Wenn MP-ID aus RFF+Z56 mit MP-ID aus NAD+MS identisch ist
1221 fn evaluate_50(&self, ctx: &EvaluationContext) -> ConditionResult {
1222 let rff_segs = ctx.find_segments_with_qualifier("RFF", 0, "Z56");
1223 let nad_segs = ctx.find_segments_with_qualifier("NAD", 0, "MS");
1224 let rff_mp_id = rff_segs
1225 .first()
1226 .and_then(|s| s.elements.first())
1227 .and_then(|e| e.get(1))
1228 .map(|s| s.as_str());
1229 let nad_mp_id = nad_segs
1230 .first()
1231 .and_then(|s| s.elements.get(1))
1232 .and_then(|e| e.first())
1233 .map(|s| s.as_str());
1234 match (rff_mp_id, nad_mp_id) {
1235 (Some(rff), Some(nad)) if !rff.is_empty() && !nad.is_empty() => {
1236 ConditionResult::from(rff == nad)
1237 }
1238 _ => ConditionResult::Unknown,
1239 }
1240 }
1241
1242 /// [51] Wenn BGM+Z54 vorhanden
1243 fn evaluate_51(&self, ctx: &EvaluationContext) -> ConditionResult {
1244 ctx.has_qualifier("BGM", 0, "Z54")
1245 }
1246
1247 /// [52] Wenn BGM+Z54 nicht vorhanden
1248 fn evaluate_52(&self, ctx: &EvaluationContext) -> ConditionResult {
1249 ctx.lacks_qualifier("BGM", 0, "Z54")
1250 }
1251
1252 /// [53] Diese SG40 darf genau einmal in der SG36 angegeben werden
1253 // 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)
1254 fn evaluate_53(&self, ctx: &EvaluationContext) -> ConditionResult {
1255 // Diese SG40 darf genau einmal in der SG36 angegeben werden
1256 // For each SG36 instance, verify SG40 appears exactly once as a child group
1257 let nav = match ctx.navigator() {
1258 Some(n) => n,
1259 None => return ConditionResult::Unknown,
1260 };
1261 let sg36_count = nav.group_instance_count(&["SG17", "SG36"]);
1262 if sg36_count == 0 {
1263 return ConditionResult::Unknown;
1264 }
1265 for i in 0..sg36_count {
1266 let sg40_count = nav.child_group_instance_count(&["SG17", "SG36"], i, "SG40");
1267 if sg40_count != 1 {
1268 return ConditionResult::False;
1269 }
1270 }
1271 ConditionResult::True
1272 }
1273
1274 /// [54] Falls der Preis des Artikels gezont ist
1275 /// EXTERNAL: Requires context from outside the message.
1276 // 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)
1277 fn evaluate_54(&self, ctx: &EvaluationContext) -> ConditionResult {
1278 ctx.external.evaluate("article_price_is_zoned")
1279 }
1280
1281 /// [64] Wenn der Zeitpunkt im DTM+157 DE2380 ≥ 01.01.2026, 00:00 Uhr gesetzlicher deutscher Zeit
1282 fn evaluate_64(&self, ctx: &EvaluationContext) -> ConditionResult {
1283 let dtm_segs = ctx.find_segments_with_qualifier("DTM", 0, "157");
1284 match dtm_segs.first() {
1285 Some(dtm) => {
1286 let value = dtm
1287 .elements
1288 .first()
1289 .and_then(|e| e.get(1))
1290 .map(|s| s.as_str())
1291 .unwrap_or("");
1292 if value.len() >= 8 {
1293 ConditionResult::from(&value[..8] >= "20260101")
1294 } else {
1295 ConditionResult::Unknown
1296 }
1297 }
1298 None => ConditionResult::False, // segment absent → condition not applicable
1299 }
1300 }
1301
1302 /// [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
1303 fn evaluate_490(&self, ctx: &EvaluationContext) -> ConditionResult {
1304 match ctx.resolved_value {
1305 Some(val) => is_mesz_utc(val),
1306 None => ConditionResult::False,
1307 }
1308 }
1309
1310 /// [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
1311 fn evaluate_491(&self, ctx: &EvaluationContext) -> ConditionResult {
1312 match ctx.resolved_value {
1313 Some(val) => is_mez_utc(val),
1314 None => ConditionResult::False,
1315 }
1316 }
1317
1318 /// [492] wenn MP-ID in NAD+MR aus Sparte Strom
1319 /// EXTERNAL: Requires context from outside the message.
1320 // 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)
1321 fn evaluate_492(&self, ctx: &EvaluationContext) -> ConditionResult {
1322 ctx.external.evaluate("recipient_is_strom")
1323 }
1324
1325 /// [494] Das hier genannte Datum muss der Zeitpunkt sein, zu dem das Dokument erstellt wurde, oder ein Zeitpunkt, der davor liegt
1326 fn evaluate_494(&self, _ctx: &EvaluationContext) -> ConditionResult {
1327 // Hinweis: Das hier genannte Datum muss der Zeitpunkt sein, zu dem das Dokument
1328 // erstellt wurde, oder ein Zeitpunkt, der davor liegt. Informational annotation
1329 // about the semantic meaning of the date field — always applies unconditionally.
1330 ConditionResult::True
1331 }
1332
1333 /// [495] Der Zeitpunkt muss ≤ dem Wert im DE2380 des DTM+137 sein
1334 // 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)
1335 fn evaluate_495(&self, ctx: &EvaluationContext) -> ConditionResult {
1336 // Der Zeitpunkt (DTM+492 Betrachtungszeitintervall) muss <= DTM+137 (Nachrichtendatum) sein
1337 let dtm_137_segs = ctx.find_segments_with_qualifier("DTM", 0, "137");
1338 let dtm_137 = match dtm_137_segs.first() {
1339 Some(s) => s,
1340 None => return ConditionResult::Unknown,
1341 };
1342 let threshold = match dtm_137.elements.first().and_then(|e| e.get(1)) {
1343 Some(v) => v.clone(),
1344 None => return ConditionResult::Unknown,
1345 };
1346 ctx.dtm_le("492", &threshold)
1347 }
1348
1349 /// [502] Hinweis: Preis in Euro je MWh
1350 fn evaluate_502(&self, _ctx: &EvaluationContext) -> ConditionResult {
1351 ConditionResult::True
1352 }
1353
1354 /// [503] Hinweis: Hier ist immer der Wert 1000 einzutragen, da in DE5118 der Preis in €/MWh angegeben wird.
1355 fn evaluate_503(&self, _ctx: &EvaluationContext) -> ConditionResult {
1356 ConditionResult::True
1357 }
1358
1359 /// [504] Hinweis: Dokumentennummer der PRICAT
1360 fn evaluate_504(&self, _ctx: &EvaluationContext) -> ConditionResult {
1361 ConditionResult::True
1362 }
1363
1364 /// [512] Hinweis: Der genannte Wert gehört zum Intervall
1365 fn evaluate_512(&self, _ctx: &EvaluationContext) -> ConditionResult {
1366 ConditionResult::True
1367 }
1368
1369 /// [513] Hinweis: Die zum Preis gehörende Einheit ist in der Codeliste definiert
1370 fn evaluate_513(&self, _ctx: &EvaluationContext) -> ConditionResult {
1371 ConditionResult::True
1372 }
1373
1374 /// [519] Hinweis: Es darf nur eine Information im DE3148 übermittelt werden
1375 fn evaluate_519(&self, _ctx: &EvaluationContext) -> ConditionResult {
1376 ConditionResult::True
1377 }
1378
1379 /// [520] Hinweis: Falls der Preis des Artikels gezont ist, ist diese SG40 so oft zu wiederholen, bis alle Preise zu diesem Artikel genannt sind
1380 fn evaluate_520(&self, _ctx: &EvaluationContext) -> ConditionResult {
1381 ConditionResult::True
1382 }
1383
1384 /// [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...
1385 fn evaluate_521(&self, _ctx: &EvaluationContext) -> ConditionResult {
1386 // Hinweis: informational annotation about RNG DE value relationships — one RNG must have value 0,
1387 // all others must equal DE6152 of another RNG for the same Artikel-ID
1388 ConditionResult::True
1389 }
1390
1391 /// [902] Format: Möglicher Wert: ≥ 0
1392 fn evaluate_902(&self, _ctx: &EvaluationContext) -> ConditionResult {
1393 ConditionResult::True
1394 }
1395
1396 /// [908] Format: Mögliche Werte: 1 bis n
1397 fn evaluate_908(&self, _ctx: &EvaluationContext) -> ConditionResult {
1398 ConditionResult::True
1399 }
1400
1401 /// [909] Format: Mögliche Werte: 0 bis n
1402 // 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)
1403 fn evaluate_909(&self, ctx: &EvaluationContext) -> ConditionResult {
1404 // Format: Mögliche Werte 0 bis n — numeric value must be >= 0
1405 // Applied to LIN DE1082 (Positionsnummer) which can start from 0
1406 let lin_segs = ctx.find_segments("LIN");
1407 if lin_segs.is_empty() {
1408 return ConditionResult::Unknown;
1409 }
1410 for seg in &lin_segs {
1411 let val = match seg.elements.first().and_then(|e| e.first()) {
1412 Some(v) => v,
1413 None => return ConditionResult::Unknown,
1414 };
1415 match validate_numeric(val, ">=", 0.0) {
1416 ConditionResult::False => return ConditionResult::False,
1417 ConditionResult::Unknown => return ConditionResult::Unknown,
1418 ConditionResult::True => {}
1419 }
1420 }
1421 ConditionResult::True
1422 }
1423
1424 /// [911] Format: Mögliche Werte: 1 bis n, je Nachricht oder Segmentgruppe bei 1 beginnend und fortlaufend aufsteigend
1425 // 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)
1426 fn evaluate_911(&self, ctx: &EvaluationContext) -> ConditionResult {
1427 // Format: Mögliche Werte 1 bis n, sequential per message/segment group starting at 1
1428 // Validates LIN DE1082 (Positionsnummer) is sequential starting from 1
1429 let lin_segs = ctx.find_segments("LIN");
1430 if lin_segs.is_empty() {
1431 return ConditionResult::Unknown;
1432 }
1433 let mut expected: u64 = 1;
1434 for seg in &lin_segs {
1435 let pos_str = match seg.elements.first().and_then(|e| e.first()) {
1436 Some(v) => v,
1437 None => return ConditionResult::Unknown,
1438 };
1439 let pos: u64 = match pos_str.parse() {
1440 Ok(n) => n,
1441 Err(_) => return ConditionResult::False,
1442 };
1443 if pos != expected {
1444 return ConditionResult::False;
1445 }
1446 expected += 1;
1447 }
1448 ConditionResult::True
1449 }
1450
1451 /// [912] Format: max. 6 Nachkommastellen
1452 // 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)
1453 fn evaluate_912(&self, ctx: &EvaluationContext) -> ConditionResult {
1454 ctx.format_check("PRI", 0, 1, |val| validate_max_decimal_places(val, 6))
1455 }
1456
1457 /// [926] Format: Möglicher Wert: 0
1458 // 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)
1459 fn evaluate_926(&self, ctx: &EvaluationContext) -> ConditionResult {
1460 ctx.format_check("QTY", 0, 1, |val| validate_numeric(val, "==", 0.0))
1461 }
1462
1463 /// [929] Format: Möglicher Wert: 1000
1464 // 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)
1465 fn evaluate_929(&self, ctx: &EvaluationContext) -> ConditionResult {
1466 ctx.format_check("QTY", 0, 1, |val| validate_numeric(val, "==", 1000.0))
1467 }
1468
1469 /// [931] Format: ZZZ = +00
1470 // 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)
1471 fn evaluate_931(&self, ctx: &EvaluationContext) -> ConditionResult {
1472 // ZZZ = +00: timezone offset in DTM value must be +00
1473 // DTM format 303: YYYYMMDDHHMMzzz, timezone encoded as last part of elements[0][1]
1474 let dtm_segments = ctx.find_segments("DTM");
1475 for seg in &dtm_segments {
1476 if let Some(value) = seg.elements.first().and_then(|e| e.get(1)) {
1477 if !value.is_empty() {
1478 // Timezone +00 appears at end of value string
1479 if value.ends_with("+00") {
1480 return ConditionResult::True;
1481 } else {
1482 return ConditionResult::False;
1483 }
1484 }
1485 }
1486 }
1487 ConditionResult::Unknown
1488 }
1489
1490 /// [932] Format: HHMM = 2200
1491 // 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)
1492 fn evaluate_932(&self, ctx: &EvaluationContext) -> ConditionResult {
1493 // HHMM = 2200: time value in DTM must be 2200
1494 // In DTM format 203 (YYYYMMDDHHMM) or 401 (HHMM), the time portion is HHMM
1495 let dtm_segments = ctx.find_segments("DTM");
1496 for seg in &dtm_segments {
1497 if let Some(value) = seg.elements.first().and_then(|e| e.get(1)) {
1498 let format_code = seg
1499 .elements
1500 .first()
1501 .and_then(|e| e.get(2))
1502 .map(|s| s.as_str())
1503 .unwrap_or("");
1504 let time_part = match format_code {
1505 "203" if value.len() >= 12 => &value[8..12],
1506 "401" if value.len() >= 4 => &value[0..4],
1507 _ if value.len() >= 12 => &value[8..12],
1508 _ => continue,
1509 };
1510 if time_part == "2200" {
1511 return ConditionResult::True;
1512 } else {
1513 return ConditionResult::False;
1514 }
1515 }
1516 }
1517 ConditionResult::Unknown
1518 }
1519
1520 /// [933] Format: HHMM = 2300
1521 // 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)
1522 fn evaluate_933(&self, ctx: &EvaluationContext) -> ConditionResult {
1523 // HHMM = 2300: time value in DTM must be 2300
1524 let dtm_segments = ctx.find_segments("DTM");
1525 for seg in &dtm_segments {
1526 if let Some(value) = seg.elements.first().and_then(|e| e.get(1)) {
1527 let format_code = seg
1528 .elements
1529 .first()
1530 .and_then(|e| e.get(2))
1531 .map(|s| s.as_str())
1532 .unwrap_or("");
1533 let time_part = match format_code {
1534 "203" if value.len() >= 12 => &value[8..12],
1535 "401" if value.len() >= 4 => &value[0..4],
1536 _ if value.len() >= 12 => &value[8..12],
1537 _ => continue,
1538 };
1539 if time_part == "2300" {
1540 return ConditionResult::True;
1541 } else {
1542 return ConditionResult::False;
1543 }
1544 }
1545 }
1546 ConditionResult::Unknown
1547 }
1548
1549 /// [937] Format: keine Nachkommastelle
1550 // 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)
1551 fn evaluate_937(&self, ctx: &EvaluationContext) -> ConditionResult {
1552 ctx.format_check("QTY", 0, 1, |val| validate_max_decimal_places(val, 0))
1553 }
1554
1555 /// [939] Format: Die Zeichenkette muss die Zeichen @ und . enthalten
1556 // 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)
1557 fn evaluate_939(&self, ctx: &EvaluationContext) -> ConditionResult {
1558 // Email format: string must contain both '@' and '.'
1559 // Typically applies to COM segment (communication channel EM = email)
1560 let com_segments = ctx.find_segments("COM");
1561 for seg in &com_segments {
1562 // COM: elements[0][0] = communication address, elements[0][1] = channel code
1563 let channel = seg
1564 .elements
1565 .first()
1566 .and_then(|e| e.get(1))
1567 .map(|s| s.as_str())
1568 .unwrap_or("");
1569 if channel == "EM" {
1570 if let Some(address) = seg.elements.first().and_then(|e| e.first()) {
1571 let contains_at = address.contains('@');
1572 let contains_dot = address.contains('.');
1573 return ConditionResult::from(contains_at && contains_dot);
1574 }
1575 }
1576 }
1577 // Fallback: check any COM value for @ and .
1578 for seg in &com_segments {
1579 if let Some(address) = seg.elements.first().and_then(|e| e.first()) {
1580 if !address.is_empty() {
1581 return ConditionResult::from(address.contains('@') && address.contains('.'));
1582 }
1583 }
1584 }
1585 ConditionResult::Unknown
1586 }
1587
1588 /// [940] Format: Die Zeichenkette muss mit dem Zeichen + beginnen und danach dürfen nur noch Ziffern folgen
1589 // 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)
1590 fn evaluate_940(&self, ctx: &EvaluationContext) -> ConditionResult {
1591 // Phone number format: must start with '+' followed only by digits
1592 // Typically applies to COM segment (TEL/FAX channel)
1593 let com_segments = ctx.find_segments("COM");
1594 for seg in &com_segments {
1595 let channel = seg
1596 .elements
1597 .first()
1598 .and_then(|e| e.get(1))
1599 .map(|s| s.as_str())
1600 .unwrap_or("");
1601 if matches!(channel, "TE" | "FX" | "AJ") {
1602 if let Some(number) = seg.elements.first().and_then(|e| e.first()) {
1603 if !number.is_empty() {
1604 let valid = number.starts_with('+')
1605 && number.len() > 1
1606 && number[1..].chars().all(|c| c.is_ascii_digit());
1607 return ConditionResult::from(valid);
1608 }
1609 }
1610 }
1611 }
1612 // Fallback: check any COM value for +digit format
1613 for seg in &com_segments {
1614 if let Some(number) = seg.elements.first().and_then(|e| e.first()) {
1615 if !number.is_empty() {
1616 let valid = number.starts_with('+')
1617 && number.len() > 1
1618 && number[1..].chars().all(|c| c.is_ascii_digit());
1619 return ConditionResult::from(valid);
1620 }
1621 }
1622 }
1623 ConditionResult::Unknown
1624 }
1625
1626 /// [941] Format: Artikelnummer
1627 // 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)
1628 fn evaluate_941(&self, ctx: &EvaluationContext) -> ConditionResult {
1629 ctx.format_check("PIA", 1, 0, |val| {
1630 validate_artikel_pattern(val, &[1, 2, 1, 3])
1631 })
1632 }
1633
1634 /// [942] Format: n1-n2-n1-n3
1635 fn evaluate_942(&self, ctx: &EvaluationContext) -> ConditionResult {
1636 ctx.format_check("PIA", 1, 0, |val| {
1637 validate_artikel_pattern(val, &[1, 2, 1, 3])
1638 })
1639 }
1640
1641 /// [946] Format: max. 11 Nachkommastellen
1642 // 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)
1643 fn evaluate_946(&self, ctx: &EvaluationContext) -> ConditionResult {
1644 ctx.format_check("PRI", 0, 1, |val| validate_max_decimal_places(val, 11))
1645 }
1646
1647 /// [948] Format: n1-n2-n1-n8-n2
1648 fn evaluate_948(&self, ctx: &EvaluationContext) -> ConditionResult {
1649 ctx.format_check("PIA", 1, 0, |val| {
1650 validate_artikel_pattern(val, &[1, 2, 1, 8, 2])
1651 })
1652 }
1653
1654 /// [949] Format: n1-n2-n1-n8-n2-n1
1655 fn evaluate_949(&self, ctx: &EvaluationContext) -> ConditionResult {
1656 ctx.format_check("PIA", 1, 0, |val| {
1657 validate_artikel_pattern(val, &[1, 2, 1, 8, 2, 1])
1658 })
1659 }
1660
1661 /// [957] Format: n1-n2-n1-n8
1662 fn evaluate_957(&self, ctx: &EvaluationContext) -> ConditionResult {
1663 ctx.format_check("PIA", 1, 0, |val| {
1664 validate_artikel_pattern(val, &[1, 2, 1, 8])
1665 })
1666 }
1667
1668 /// [959] Format: n13-n2
1669 // 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)
1670 fn evaluate_959(&self, ctx: &EvaluationContext) -> ConditionResult {
1671 ctx.format_check("PIA", 1, 0, |val| validate_artikel_pattern(val, &[13, 2]))
1672 }
1673
1674 /// [968] Format: Möglicher Wert: ≤ 0
1675 // 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)
1676 fn evaluate_968(&self, ctx: &EvaluationContext) -> ConditionResult {
1677 ctx.format_check("PRI", 0, 1, |val| validate_numeric(val, "<=", 0.0))
1678 }
1679}