commit b45e0704f50da7c0e0db4ad5aff4b9b6aca897a9
parent 7f0507faf20904521ab0f727b69a189dcce5abdd
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 16 Dec 2025 22:42:17 +0100
fix minor PDF rendering logic issues
Diffstat:
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/contrib/typst/vqf_902_14.typ b/contrib/typst/vqf_902_14.typ
@@ -103,7 +103,7 @@
stroke: 0.5pt + black,
inset: 5pt,
align: (left, left),
- [Full name], [#get("FILED_BY_NAME")],
+ [Full name], [#get("AML_STAFF_NAME")],
[Date], [#get("FILING_DATE")],
)
diff --git a/contrib/typst/vqf_902_4.typ b/contrib/typst/vqf_902_4.typ
@@ -104,7 +104,7 @@
stroke: 0.5pt + black,
inset: 5pt,
align: (left, left),
- [Full name], [#get("FILED_BY_NAME")],
+ [Full name], [#get("AML_STAFF_NAME")],
[Date], [#get("FILING_DATE")],
)
@@ -365,7 +365,7 @@
// Country Risk (Payments)
let pay_types = get("COUNTRY_RISK_PAYMENT_TYPE", default: ())
- let pay_level = get("COUNTRY_RISK_PAYMENT_LEVEL")
+ let pay_level = get("COUNTRY_RISK_PAYMENTS_LEVEL")
block(breakable: false)[
#text(size: 10pt, weight: "bold")[c) Country risk (payments)]
@@ -504,7 +504,7 @@
v(2em)
// Product Risk
- let prod_level = get("PRODUCT_RISK_LEVEL")
+ let prod_level = get("PRODUCT_RISK_LEVEL", default: ())
block(breakable: false)[
#text(size: 10pt, weight: "bold")[f) Product risk]
@@ -522,29 +522,29 @@
[#grid(
columns: (auto, 1fr),
inset: 0.2em,
- [#checkbox(prod_level == "EASY")],
+ [#checkbox(prod_level.contains("EASY"))],
[Easy to understand, transparent services and products whose financial background is easy to comprehend and verify.],
)],
[1],
[#grid(
columns: (auto, 1fr),
inset: 0.2em,
- [#checkbox(prod_level == "SOPHISTICATED")],
+ [#checkbox(prod_level.contains("SOPHISTICATED"))],
[More sophisticated services/products whose financial background is not readily easy to comprehend and verify.],
)],
[2],
[#grid(
columns: (auto, 1fr),
inset: 0.2em,
- [#checkbox(prod_level == "HIGH")],
+ [#checkbox(prod_level.contains("HIGH_OFFSHORE"))],
[Main focus on offshore business (especially: relationships with domiciliary companies or other such offshore organisations) #v(0.5em)],
- [#checkbox(prod_level == "HIGH")],
+ [#checkbox(prod_level.contains("HIGH_COMPLEX"))],
[Complex structures in particular by using a domiciliary company with fiduciary shareholders in a non-transparent jurisdiction, without comprehensible reason or for the purpose of short-term asset placement #v(0.5em)],
- [#checkbox(prod_level == "HIGH")],
+ [#checkbox(prod_level.contains("HIGH_PASSTHROUGH"))],
[The customer or beneficial owner of the assets has a large number of accounts with pass-through transactions (pass-through accounts) #v(0.5em)],
- [#checkbox(prod_level == "HIGH")],
+ [#checkbox(prod_level.contains("HIGH_BACKGROUND"))],
[Complex services/products whose financial background can’t be understood or verified with considerable effort. #v(0.5em)],
- [#checkbox(prod_level == "HIGH")],
+ [#checkbox(prod_level.contains("HIGH_FREQUENT_TMER"))],
[Frequent transactions with increased risks #v(0.5em)],
)]
)]
diff --git a/contrib/typst/vqf_902_5.typ b/contrib/typst/vqf_902_5.typ
@@ -106,7 +106,7 @@
stroke: 0.5pt + black,
inset: 5pt,
align: (left, left),
- [Full name], [#get("FILED_BY_NAME")],
+ [Full name], [#get("AML_STAFF_NAME")],
[Date], [#get("FILING_DATE")],
)