| digraph { |
| rankdir=LR |
| N0 [label="Environmental Compliance" color="#4DD0E1" fillcolor="#C9F0F0" shape=hexagon style=filled] |
| N1 [label="Financial Regulations Compliance" color="#4DD0E1" fillcolor="#C9F0F0" shape=inputoutput style=filled] |
| N2 [label="Legal Advisory" color="#F44336" fillcolor="#FFCDD2" shape=preparation style=filled] |
| N3 [label="Stakeholder Engagement on Ethics" color="#4DD0E1" fillcolor="#C9F0F0" shape=preparation style=filled] |
| N4 [label="Conflict of Interest Management" color="#4DD0E1" fillcolor="#C9F0F0" shape=rect style=filled] |
| N5 [label="Labor Law Compliance" color="#4DD0E1" fillcolor="#C9F0F0" shape=rectangle style=filled] |
| N6 [label="Third_Party Due Diligence" color="#4DD0E1" fillcolor="#C9F0F0" shape=predefinedprocess style=filled] |
| N7 [label="Anti_Bribery and Corruption Compliance" color="#4FC3F7" fillcolor="#E1F5FE" shape=vnode_shape style=filled] |
| N8 [label="Compliance Hotlines" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] |
| N9 [label="Data Ethics" color="#F44336" fillcolor="#FFCDD2" shape=predefinedprocess style=filled] |
| N10 [label="Incident Response Planning" color="#4DD0E1" fillcolor="#C9F0F0" shape=preparation style=filled] |
| N0 -> N1 [color="#000000" penwidth=1.5 style=solid dir=forward] |
| N1 -> N2 [color="#4FC3F7" penwidth=1.5 style=dashed dir=forward] |
| N2 -> N3 [color="#4DD0E1" penwidth=1.5 style=solid label="mitigates" dir=forward] |
| N3 -> N4 [color="#4FC3F7" penwidth=1.5 style=solid dir=forward] |
| N4 -> N5 [color="#000000" penwidth=1.5 style=solid dir=forward] |
| N5 -> N6 [color="#F44336" penwidth=1.5 style=dashed dir=forward] |
| N6 -> N7 [color="#F44336" penwidth=1.5 style=dashed label="reviews" dir=forward] |
| N7 -> N8 [color="#000000" penwidth=1.5 style=dashed label="monitors" dir=forward] |
| N8 -> N9 [color="#000000" penwidth=1.5 style=solid label="standards" dir=forward] |
| N9 -> N10 [color="#4DD0E1" penwidth=1.5 style=solid dir=forward] |
| N1 -> N4 [color="#000000" penwidth=1.5 style=dashed label="protects" dir=forward] |
| N10 -> N0 [color="#000000" penwidth=1.5 style=solid dir=forward] |
| } |