Anonymous112233's picture
Add files using upload-large-folder tool
7385007 verified
digraph {
rankdir=TD
N0 [label="Collateral Evaluation" color="#FFE470" fillcolor="#FFFAE0" shape=ellipse style=filled]
N1 [label="Debt Collection" color="#FFE470" fillcolor="#FFFAE0" shape=box style=filled]
N2 [label="Blockchain Verification" color="#BA68C8" fillcolor="#F3E5F5" shape=folder style=filled]
N3 [label="Fund Disbursement" color="#03A9F4" fillcolor="#B3E5FC" shape=parallelogram style=filled]
N4 [label="Customer Onboarding" color="#BA68C8" fillcolor="#F3E5F5" shape=diamond style=filled]
N5 [label="Forex Trading" color="#BA68C8" fillcolor="#F3E5F5" shape=folder style=filled]
N6 [label="IPO Launch" color="#BA68C8" fillcolor="#F3E5F5" shape=oval style=filled]
N7 [label="Tax Preparation" color="#03A9F4" fillcolor="#B3E5FC" shape=box style=filled]
N8 [label="KYC Validation" color="#FFE470" fillcolor="#FFFAE0" shape=hexagon style=filled]
N9 [label="Securities Trading" color="#03A9F4" fillcolor="#B3E5FC" shape=ellipse style=filled]
N10 [label="AML Screening" color="#BA68C8" fillcolor="#F3E5F5" shape=hexagon style=filled]
N11 [label="Financial Advisory" color="#FFE470" fillcolor="#FFFAE0" shape=ellipse style=filled]
N0 -> N1 [label=mitigates color="#000000" dir=forward penwidth=1.5 style=dashed]
N1 -> N2 [label=rejects color="#000000" dir=forward penwidth=1.5 style=dashed]
N2 -> N3 [color="#000000" dir=forward penwidth=1.5 style=solid]
N3 -> N4 [label=scores color="#000000" dir=forward penwidth=1.5 style=solid]
N4 -> N5 [label=assesses color="#03A9F4" dir=forward penwidth=1.5 style=solid]
N5 -> N6 [label=manages color="#000000" dir=forward penwidth=1.5 style=dashed]
N6 -> N7 [label=screens color="#03A9F4" dir=forward penwidth=1.5 style=solid]
N7 -> N8 [color="#03A9F4" dir=forward penwidth=1.5 style=dashed]
N8 -> N9 [color="#FFE470" dir=forward penwidth=1.5 style=solid]
N9 -> N10 [color="#000000" dir=forward penwidth=1.5 style=solid]
N10 -> N11 [color="#FFE470" dir=forward penwidth=1.5 style=solid]
N3 -> N1 [label=forecasts color="#FFE470" dir=forward penwidth=1.5 style=solid]
N1 -> N0 [color="#000000" dir=forward penwidth=1.5 style=dashed]
}