{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-country-apis-catalog/product-catalog/se/dateCheck/sidebars.yaml","current-catalog-info":"current-catalog-info-/country-apis-catalog/product-catalog/se/datecheck/openapi"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Step-by-Step Integration Guide","llmstxt":{"hide":true}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"step-by-step-integration-guide","__idx":0},"children":["Step-by-Step Integration Guide"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The logic for how you consume the DateCheck service is ultimately determined by you, as you have the best understanding of your specific needs. However, to help you get started, here is a suggested step-by-step guide on how to use the service in conjunction with the separate GetData REST API."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"new-customer-workflow","__idx":1},"children":["New Customer Workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When dealing with a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["new customer"]}," who has no previous credit history in your system:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"step-1-verify-active-status","__idx":2},"children":["Step 1: Verify Active Status"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Make an API call to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GetData"]}," to retrieve basic information, such as status, name, and address."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Purpose:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Confirm you have the correct consumer or company"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Verify they are active for trade"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Decision Point:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["✅ If the information confirms their active status → Proceed to Step 2"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["❌ If not active → No further requests necessary, no credit report generated"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /getdata?searchnumber=5565144408&block=basic\nHeaders: Authorization: Bearer {token}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"No Disclosure at This Stage"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Basic block requests do not trigger letters of disclosure, making this a safe first step."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"step-2-obtain-credit-information","__idx":3},"children":["Step 2: Obtain Credit Information"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Make another API call to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GetData"]}," to obtain credit information including:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Income"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Payment remarks"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Debt details"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Score/Rating"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Purpose:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Gather necessary data for making a credit decision"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Establish baseline for future DateCheck comparisons"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /getdata?searchnumber=5565144408&block=credit\nHeaders: Authorization: Bearer {token}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Letter of Disclosure"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["At this stage, a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["letter of disclosure should be sent"]}," if the request pertains to:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Consumers"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Sole traders (enskilda firmor)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Trading companies (handelsbolag)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Partnerships (kommanditbolag)"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["No letter is sent for limited companies (aktiebolag)."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Store for Future Reference:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Date of this credit decision"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Outcome of the credit decision"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["All relevant data points used in your decision"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"returning-customer-workflow","__idx":4},"children":["Returning Customer Workflow"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When dealing with a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["returning customer"]}," who already has credit history in your system:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"step-3-check-for-changes","__idx":5},"children":["Step 3: Check for Changes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Make an API call to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["DateCheck"]},", using the reference date from the previous GetData request(s)."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Purpose:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Identify if any relevant data has changed since your last credit check"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Avoid unnecessary credit checks and disclosure letters"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /datecheck/company?searchnumber=5565144408&referencedate=2024-01-01\nHeaders: Authorization: Bearer {token}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response Analysis:"]}," ","The response will contain ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["zero, one, or more change codes"]}," along with the dates they occurred."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"step-4-no-changes-detected","__idx":6},"children":["Step 4: No Changes Detected"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["no change code is returned"]},", you can confidently:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ Provide the same credit decision as outlined in Step 2",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"✅ Avoid additional calls to GetData",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"✅ Avoid triggering letters of disclosure",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"✅ Save time and costs"]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"Optimal Scenario"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is the ideal outcome – you've verified nothing has changed without incurring any additional costs or sending disclosure letters."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"step-5-changes-detected---analysis-required","__idx":7},"children":["Step 5: Changes Detected - Analysis Required"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["one or more change codes are returned"]},", analyze the types of changes:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"option-a-only-basic-type-changes","__idx":8},"children":["Option A: Only Basic Type Changes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If the changes are ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["only of basic type"]}," (marked with * in ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/country-apis-catalog/product-catalog/se/datecheck/documentation/change-categories"},"children":["Change Categories"]},"):"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"report\": [\n    {\n      \"code\": \"CON\",\n      \"description\": \"Kontakt information\",\n      \"changeDate\": \"2024-06-15T00:00:00\"\n    },\n    {\n      \"code\": \"BOA\",\n      \"description\": \"Styrelse\",\n      \"changeDate\": \"2024-06-15T00:00:00\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Action:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["✅ Retrieve updated information using GetData ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["basic block"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["✅ No letters of disclosure will be sent"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["✅ Update your internal records"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["✅ Re-evaluate credit decision if needed (usually not required for basic changes)"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /getdata?searchnumber=5565144408&block=basic\nHeaders: Authorization: Bearer {token}\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"option-b-credit-type-changes-detected","__idx":9},"children":["Option B: Credit Type Changes Detected"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If the changes include ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["credit type"]}," categories:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"report\": [\n    {\n      \"code\": \"RAT\",\n      \"description\": \"Rating\",\n      \"changeDate\": \"2024-06-15T00:00:00\"\n    },\n    {\n      \"code\": \"DEP\",\n      \"description\": \"Betalningsanmärkning E-Mål/Tredskodom\",\n      \"changeDate\": \"2024-06-13T00:00:00\"\n    },\n    {\n      \"code\": \"CON\",\n      \"description\": \"Kontakt information\",\n      \"changeDate\": \"2024-06-10T00:00:00\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Action:"]}]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Evaluate Relevance:"]}," Determine which changes impact your credit decision"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Is \"Rating\" (RAT) critical to your decision? → Yes, fetch it"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Is \"Taxation\" (ASS) used in your logic? → If no, skip it"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Selective Updates:"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Only call GetData with credit block for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["relevant"]}," change types"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["This minimizes disclosure letters"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Implement Smart Logic:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"If (RAT or DEP or DAP or SCO changed) AND (used in our credit logic):\n    Call GetData with credit block\n    Update internal records\n    Re-evaluate credit decision\n    Send disclosure letter (if applicable)\nElse:\n    Use existing credit decision\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Minimize Disclosure Letters"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To prevent sending unnecessary letters of disclosure, implement logic that only updates changes relevant to your credit decision criteria."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}," If taxation data (ASS) is not used in your credit decision, you may choose ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," to update it even if it appears in the DateCheck response."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"advanced-avoiding-recurring-change-codes","__idx":10},"children":["Advanced: Avoiding Recurring Change Codes"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your logic manages data updates correctly, you can optimize by setting the reference date to the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["previous DateCheck request"]}," instead of the latest credit decision."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"traditional-approach-using-credit-decision-date","__idx":11},"children":["Traditional Approach (Using Credit Decision Date)"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"Initial Credit Decision: 2024-01-01\nDateCheck Call 1: referencedate=2024-01-01 → Returns changes since Jan 1\nDateCheck Call 2: referencedate=2024-01-01 → Returns same changes again\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Problem:"]}," You'll keep seeing the same changes even though you've already processed them."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"optimized-approach-using-last-datecheck-date","__idx":12},"children":["Optimized Approach (Using Last DateCheck Date)"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"Initial Credit Decision: 2024-01-01\nDateCheck Call 1: referencedate=2024-01-01 → Returns changes since Jan 1\n                  Store: last_datecheck = 2024-03-15\n\nDateCheck Call 2: referencedate=2024-03-15 → Returns only NEW changes since Mar 15\n                  Store: last_datecheck = 2024-06-20\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Benefit:"]}," You only see ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["new"]}," changes since your last check, avoiding duplicate processing."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"Efficient Change Tracking"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This approach ensures you maintain an up-to-date credit profile without repeatedly processing the same changes or sending unnecessary disclosure letters."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"complete-workflow-diagram","__idx":13},"children":["Complete Workflow Diagram"]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"flowchart TD\n    A[New Customer Request] --> B{Existing Customer?}\n    B -->|No| C[GetData: Basic Block]\n    B -->|Yes| D[DateCheck with Reference Date]\n    \n    C --> E{Active Status?}\n    E -->|No| F[Reject - No Further Action]\n    E -->|Yes| G[GetData: Credit Block]\n    G --> H[Make Credit Decision]\n    H --> I[Store Decision Date]\n    \n    D --> J{Changes Detected?}\n    J -->|No Changes| K[Use Previous Decision]\n    J -->|Yes| L{Change Type?}\n    \n    L -->|Basic Only| M[GetData: Basic Block]\n    M --> N[Update Records]\n    N --> O{Decision Impact?}\n    O -->|No| K\n    O -->|Yes| P[Re-evaluate Decision]\n    \n    L -->|Credit Changes| Q{Relevant to Decision Logic?}\n    Q -->|No| K\n    Q -->|Yes| R[GetData: Credit Block]\n    R --> S[Update Records]\n    S --> P    \n    K --> T[Complete]\n    P --> T\n","diagramHtml":"<svg id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1160.70703125px;\" viewBox=\"0 0 1160.70703125 1879.015625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .error-icon{fill:#552222;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .error-text{fill:#552222;stroke:#552222;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-thickness-normal{stroke-width:1px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-thickness-thick{stroke-width:3.5px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-pattern-solid{stroke-dasharray:0;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .marker{fill:#333333;stroke:#333333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .marker.cross{stroke:#333333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 p{margin:0;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .cluster-label text{fill:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .cluster-label span{color:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .cluster-label span p{background-color:transparent;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .label text,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 span{fill:#333;color:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node rect,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node circle,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node ellipse,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node polygon,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .rough-node .label text,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node .label text,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .image-shape .label,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .icon-shape .label{text-anchor:middle;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .rough-node .label,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node .label,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .image-shape .label,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .icon-shape .label{text-align:center;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node.clickable{cursor:pointer;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .arrowheadPath{fill:#333333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edgePath .path{stroke:#333333;stroke-width:1px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .flowchart-link{stroke:#333333;fill:none;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .cluster text{fill:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .cluster span{color:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 rect.text{fill:none;stroke-width:0;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .icon-shape,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .icon-shape p,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .icon-shape .label rect,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .image-shape .label rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 .node .neo-node{stroke:#9370DB;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node rect,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].cluster rect,#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M552.098,62L552.098,66.167C552.098,70.333,552.098,78.667,552.098,86.333C552.098,94,552.098,101,552.098,104.5L552.098,108\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6NTUyLjA5NzY1NjI1LCJ5Ijo2Mn0seyJ4Ijo1NTIuMDk3NjU2MjUsInkiOjg3fSx7IngiOjU1Mi4wOTc2NTYyNSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M483.093,235.714L438.525,253.381C393.956,271.049,304.82,306.384,260.252,331.551C215.684,356.719,215.684,371.719,215.684,379.219L215.684,386.719\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6NDgzLjA5Mjc5OTQwNjE5MjM0LCJ5IjoyMzUuNzEzODkzMTU2MTkyM30seyJ4IjoyMTUuNjgzNTkzNzUsInkiOjM0MS43MTg3NX0seyJ4IjoyMTUuNjgzNTkzNzUsInkiOjM5MC43MTg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M611.128,245.689L636.437,261.694C661.747,277.699,712.366,309.709,737.675,331.214C762.984,352.719,762.984,363.719,762.984,369.219L762.984,374.719\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_B_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_D_0\" data-points=\"W3sieCI6NjExLjEyNzg0NjUyMjI3NzUsInkiOjI0NS42ODg1NTk3Mjc3MjI1fSx7IngiOjc2Mi45ODQzNzUsInkiOjM0MS43MTg3NX0seyJ4Ijo3NjIuOTg0Mzc1LCJ5IjozNzguNzE4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M215.684,444.719L215.684,450.885C215.684,457.052,215.684,469.385,215.684,482.315C215.684,495.245,215.684,508.771,215.684,515.534L215.684,522.297\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6MjE1LjY4MzU5Mzc1LCJ5Ijo0NDQuNzE4NzV9LHsieCI6MjE1LjY4MzU5Mzc1LCJ5Ijo0ODEuNzE4NzV9LHsieCI6MjE1LjY4MzU5Mzc1LCJ5Ijo1MjYuMjk2ODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M185.314,652.209L176.102,666.7C166.889,681.191,148.464,710.174,139.252,738.815C130.039,767.456,130.039,795.755,130.039,809.905L130.039,824.055\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTg1LjMxNDExODU3MzYyMjIsInkiOjY1Mi4yMDg2NDk4MjM2MjIyfSx7IngiOjEzMC4wMzkwNjI1LCJ5Ijo3MzkuMTU2MjV9LHsieCI6MTMwLjAzOTA2MjUsInkiOjgyOC4wNTQ2ODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M261.777,636.485L286.388,653.597C311,670.709,360.222,704.933,384.834,736.194C409.445,767.456,409.445,795.755,409.445,809.905L409.445,824.055\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_E_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_G_0\" data-points=\"W3sieCI6MjYxLjc3NjYyODkzNjU4MzU2LCJ5Ijo2MzYuNDg1MDg5ODEzNDE2NH0seyJ4Ijo0MDkuNDQ1MzEyNSwieSI6NzM5LjE1NjI1fSx7IngiOjQwOS40NDUzMTI1LCJ5Ijo4MjguMDU0Njg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M409.445,882.055L409.445,896.871C409.445,911.688,409.445,941.32,409.445,978.165C409.445,1015.01,409.445,1059.068,409.445,1081.096L409.445,1103.125\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6NDA5LjQ0NTMxMjUsInkiOjg4Mi4wNTQ2ODc1fSx7IngiOjQwOS40NDUzMTI1LCJ5Ijo5NzAuOTUzMTI1fSx7IngiOjQwOS40NDUzMTI1LCJ5IjoxMTA3LjEyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M409.445,1161.125L409.445,1183.82C409.445,1206.516,409.445,1251.906,409.445,1280.102C409.445,1308.297,409.445,1319.297,409.445,1324.797L409.445,1330.297\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_H_I_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_H_I_0\" data-points=\"W3sieCI6NDA5LjQ0NTMxMjUsInkiOjExNjEuMTI1fSx7IngiOjQwOS40NDUzMTI1LCJ5IjoxMjk3LjI5Njg3NX0seyJ4Ijo0MDkuNDQ1MzEyNSwieSI6MTMzNC4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M762.984,456.719L762.984,460.885C762.984,465.052,762.984,473.385,762.984,481.052C762.984,488.719,762.984,495.719,762.984,499.219L762.984,502.719\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_D_J_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_J_0\" data-points=\"W3sieCI6NzYyLjk4NDM3NSwieSI6NDU2LjcxODc1fSx7IngiOjc2Mi45ODQzNzUsInkiOjQ4MS43MTg3NX0seyJ4Ijo3NjIuOTg0Mzc1LCJ5Ijo1MDYuNzE4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M703.325,642.497L678.073,658.607C652.821,674.717,602.317,706.937,577.065,742.363C551.813,777.789,551.813,816.422,551.813,855.055C551.813,893.688,551.813,932.32,551.813,978.832C551.813,1025.344,551.813,1079.734,551.813,1134.125C551.813,1188.516,551.813,1242.906,551.813,1280.768C551.813,1318.63,551.813,1339.964,551.813,1361.297C551.813,1382.63,551.813,1403.964,551.813,1435.523C551.813,1467.083,551.813,1508.87,551.813,1550.656C551.813,1592.443,551.813,1634.229,564.752,1661.013C577.691,1687.797,603.57,1699.577,616.509,1705.468L629.448,1711.358\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_J_K_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_J_K_0\" data-points=\"W3sieCI6NzAzLjMyNTQ4MjM2NTQ5NjcsInkiOjY0Mi40OTczNTczNjU0OTY3fSx7IngiOjU1MS44MTI1LCJ5Ijo3MzkuMTU2MjV9LHsieCI6NTUxLjgxMjUsInkiOjg1NS4wNTQ2ODc1fSx7IngiOjU1MS44MTI1LCJ5Ijo5NzAuOTUzMTI1fSx7IngiOjU1MS44MTI1LCJ5IjoxMTM0LjEyNX0seyJ4Ijo1NTEuODEyNSwieSI6MTI5Ny4yOTY4NzV9LHsieCI6NTUxLjgxMjUsInkiOjEzNjEuMjk2ODc1fSx7IngiOjU1MS44MTI1LCJ5IjoxNDI1LjI5Njg3NX0seyJ4Ijo1NTEuODEyNSwieSI6MTU1MC42NTYyNX0seyJ4Ijo1NTEuODEyNSwieSI6MTY3Ni4wMTU2MjV9LHsieCI6NjMzLjA4ODc0NTExNzE4NzUsInkiOjE3MTMuMDE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M796.489,668.651L802.621,680.402C808.752,692.153,821.015,715.655,827.146,732.905C833.277,750.156,833.277,761.156,833.277,766.656L833.277,772.156\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_J_L_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_J_L_0\" data-points=\"W3sieCI6Nzk2LjQ4OTQ4OTE1NjAxMjQsInkiOjY2OC42NTExMzU4NDM5ODc2fSx7IngiOjgzMy4yNzczNDM3NSwieSI6NzM5LjE1NjI1fSx7IngiOjgzMy4yNzczNDM3NSwieSI6Nzc2LjE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M789.99,890.666L773.725,904.047C757.46,917.428,724.929,944.191,708.664,979.601C692.398,1015.01,692.398,1059.068,692.398,1081.096L692.398,1103.125\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_L_M_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_L_M_0\" data-points=\"W3sieCI6Nzg5Ljk5MDMyNTQ0MjU5MTUsInkiOjg5MC42NjYxMDY2OTI1OTE1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5Ijo5NzAuOTUzMTI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxMTA3LjEyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1161.125L692.398,1183.82C692.398,1206.516,692.398,1251.906,692.398,1280.102C692.398,1308.297,692.398,1319.297,692.398,1324.797L692.398,1330.297\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_M_N_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_M_N_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjExNjEuMTI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxMjk3LjI5Njg3NX0seyJ4Ijo2OTIuMzk4NDM3NSwieSI6MTMzNC4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1388.297L692.398,1394.464C692.398,1400.63,692.398,1412.964,692.398,1424.63C692.398,1436.297,692.398,1447.297,692.398,1452.797L692.398,1458.297\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_N_O_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_N_O_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjEzODguMjk2ODc1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxNDI1LjI5Njg3NX0seyJ4Ijo2OTIuMzk4NDM3NSwieSI6MTQ2Mi4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1639.016L692.398,1645.182C692.398,1651.349,692.398,1663.682,692.398,1675.349C692.398,1687.016,692.398,1698.016,692.398,1703.516L692.398,1709.016\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_O_K_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_O_K_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjE2MzkuMDE1NjI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxNjc2LjAxNTYyNX0seyJ4Ijo2OTIuMzk4NDM3NSwieSI6MTcxMy4wMTU2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M753.004,1578.41L788.527,1594.678C824.049,1610.945,895.095,1643.481,936.19,1665.438C977.285,1687.396,988.43,1698.777,994.002,1704.467L999.574,1710.158\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_O_P_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_O_P_0\" data-points=\"W3sieCI6NzUzLjAwMzc4NDI4NzIxNzQsInkiOjE1NzguNDEwMjc4MjEyNzgyN30seyJ4Ijo5NjYuMTQwNjI1LCJ5IjoxNjc2LjAxNTYyNX0seyJ4IjoxMDAyLjM3MjgwMjczNDM3NSwieSI6MTcxMy4wMTU2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M876.564,890.666L892.83,904.047C909.095,917.428,941.626,944.191,957.891,963.072C974.156,981.953,974.156,992.953,974.156,998.453L974.156,1003.953\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_L_Q_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_L_Q_0\" data-points=\"W3sieCI6ODc2LjU2NDM2MjA1NzQwODUsInkiOjg5MC42NjYxMDY2OTI1OTE1fSx7IngiOjk3NC4xNTYyNSwieSI6OTcwLjk1MzEyNX0seyJ4Ijo5NzQuMTU2MjUsInkiOjEwMDcuOTUzMTI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M932.927,1219.068L926.599,1232.106C920.271,1245.144,907.614,1271.221,901.285,1294.925C894.957,1318.63,894.957,1339.964,894.957,1361.297C894.957,1382.63,894.957,1403.964,894.957,1435.523C894.957,1467.083,894.957,1508.87,894.957,1550.656C894.957,1592.443,894.957,1634.229,876.075,1661.088C857.194,1687.947,819.43,1699.879,800.549,1705.845L781.667,1711.811\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_Q_K_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Q_K_0\" data-points=\"W3sieCI6OTMyLjkyNzI2NjA3NDUwOCwieSI6MTIxOS4wNjc4OTEwNzQ1MDh9LHsieCI6ODk0Ljk1NzAzMTI1LCJ5IjoxMjk3LjI5Njg3NX0seyJ4Ijo4OTQuOTU3MDMxMjUsInkiOjEzNjEuMjk2ODc1fSx7IngiOjg5NC45NTcwMzEyNSwieSI6MTQyNS4yOTY4NzV9LHsieCI6ODk0Ljk1NzAzMTI1LCJ5IjoxNTUwLjY1NjI1fSx7IngiOjg5NC45NTcwMzEyNSwieSI6MTY3Ni4wMTU2MjV9LHsieCI6Nzc3Ljg1Mjg0NDIzODI4MTIsInkiOjE3MTMuMDE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M1012.48,1221.973L1017.957,1234.527C1023.433,1247.081,1034.387,1272.189,1039.863,1290.243C1045.34,1308.297,1045.34,1319.297,1045.34,1324.797L1045.34,1330.297\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_Q_R_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Q_R_0\" data-points=\"W3sieCI6MTAxMi40Nzk5NDQ5NDMzMjg2LCJ5IjoxMjIxLjk3MzE4MDA1NjY3MTV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTI5Ny4yOTY4NzV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTMzNC4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M1045.34,1388.297L1045.34,1394.464C1045.34,1400.63,1045.34,1412.964,1045.34,1434.857C1045.34,1456.75,1045.34,1488.203,1045.34,1503.93L1045.34,1519.656\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_R_S_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_R_S_0\" data-points=\"W3sieCI6MTA0NS4zMzk4NDM3NSwieSI6MTM4OC4yOTY4NzV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTQyNS4yOTY4NzV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTUyMy42NTYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M1045.34,1577.656L1045.34,1594.049C1045.34,1610.443,1045.34,1643.229,1043.914,1665.144C1042.488,1687.058,1039.637,1698.1,1038.211,1703.622L1036.785,1709.143\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_S_P_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_S_P_0\" data-points=\"W3sieCI6MTA0NS4zMzk4NDM3NSwieSI6MTU3Ny42NTYyNX0seyJ4IjoxMDQ1LjMzOTg0Mzc1LCJ5IjoxNjc2LjAxNTYyNX0seyJ4IjoxMDM1Ljc4NDk3MzE0NDUzMTIsInkiOjE3MTMuMDE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1767.016L692.398,1771.182C692.398,1775.349,692.398,1783.682,704.546,1792.333C716.693,1800.983,740.988,1809.951,753.135,1814.434L765.283,1818.918\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_K_T_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_K_T_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjE3NjcuMDE1NjI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxNzkyLjAxNTYyNX0seyJ4Ijo3NjkuMDM1MTU2MjUsInkiOjE4MjAuMzAzMTA1OTM3MTk2N31d\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path><path d=\"M1028.813,1767.016L1028.813,1771.182C1028.813,1775.349,1028.813,1783.682,1007.575,1793.497C986.337,1803.311,943.861,1814.607,922.623,1820.255L901.385,1825.903\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-L_P_T_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_P_T_0\" data-points=\"W3sieCI6MTAyOC44MTI1LCJ5IjoxNzY3LjAxNTYyNX0seyJ4IjoxMDI4LjgxMjUsInkiOjE3OTIuMDE1NjI1fSx7IngiOjg5Ny41MTk1MzEyNSwieSI6MTgyNi45MzEyNjExNzQ3NjA3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(215.68359375, 341.71875)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(762.984375, 341.71875)\"><g class=\"label\" data-id=\"L_B_D_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(130.0390625, 739.15625)\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(409.4453125, 739.15625)\"><g class=\"label\" data-id=\"L_E_G_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_H_I_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_J_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(551.8125, 1297.296875)\"><g class=\"label\" data-id=\"L_J_K_0\" transform=\"translate(-44.4765625, -12)\"><foreignObject width=\"88.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No Changes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(833.27734375, 739.15625)\"><g class=\"label\" data-id=\"L_J_L_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(692.3984375, 970.953125)\"><g class=\"label\" data-id=\"L_L_M_0\" transform=\"translate(-38.234375, -12)\"><foreignObject width=\"76.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Basic Only</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_M_N_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_N_O_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(692.3984375, 1676.015625)\"><g class=\"label\" data-id=\"L_O_K_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(883.11398, 1637.99383)\"><g class=\"label\" data-id=\"L_O_P_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(974.15625, 970.953125)\"><g class=\"label\" data-id=\"L_L_Q_0\" transform=\"translate(-55.5859375, -12)\"><foreignObject width=\"111.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Credit Changes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(894.95703125, 1425.296875)\"><g class=\"label\" data-id=\"L_Q_K_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1045.33984375, 1297.296875)\"><g class=\"label\" data-id=\"L_Q_R_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_R_S_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_S_P_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_K_T_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_P_T_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-A-0\" data-look=\"classic\" transform=\"translate(552.09765625, 35)\"><rect class=\"basic label-container\" style=\"\" x=\"-114.921875\" y=\"-27\" width=\"229.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-84.921875, -12)\"><rect></rect><foreignObject width=\"169.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>New Customer Request</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-B-1\" data-look=\"classic\" transform=\"translate(552.09765625, 208.359375)\"><polygon points=\"96.359375,0 192.71875,-96.359375 96.359375,-192.71875 0,-96.359375\" class=\"label-container\" transform=\"translate(-95.859375, 96.359375)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-69.359375, -12)\"><rect></rect><foreignObject width=\"138.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Existing Customer?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-C-3\" data-look=\"classic\" transform=\"translate(215.68359375, 417.71875)\"><rect class=\"basic label-container\" style=\"\" x=\"-105.5859375\" y=\"-27\" width=\"211.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.5859375, -12)\"><rect></rect><foreignObject width=\"151.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Basic Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-D-5\" data-look=\"classic\" transform=\"translate(762.984375, 417.71875)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>DateCheck with Reference Date</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-E-7\" data-look=\"classic\" transform=\"translate(215.68359375, 604.4375)\"><polygon points=\"78.140625,0 156.28125,-78.140625 78.140625,-156.28125 0,-78.140625\" class=\"label-container\" transform=\"translate(-77.640625, 78.140625)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-51.140625, -12)\"><rect></rect><foreignObject width=\"102.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Active Status?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-F-9\" data-look=\"classic\" transform=\"translate(130.0390625, 855.0546875)\"><rect class=\"basic label-container\" style=\"\" x=\"-122.0390625\" y=\"-27\" width=\"244.078125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-92.0390625, -12)\"><rect></rect><foreignObject width=\"184.078125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Reject - No Further Action</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-G-11\" data-look=\"classic\" transform=\"translate(409.4453125, 855.0546875)\"><rect class=\"basic label-container\" style=\"\" x=\"-107.3671875\" y=\"-27\" width=\"214.734375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-77.3671875, -12)\"><rect></rect><foreignObject width=\"154.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Credit Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-H-13\" data-look=\"classic\" transform=\"translate(409.4453125, 1134.125)\"><rect class=\"basic label-container\" style=\"\" x=\"-106.03125\" y=\"-27\" width=\"212.0625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-76.03125, -12)\"><rect></rect><foreignObject width=\"152.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Make Credit Decision</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-I-15\" data-look=\"classic\" transform=\"translate(409.4453125, 1361.296875)\"><rect class=\"basic label-container\" style=\"\" x=\"-101.1484375\" y=\"-27\" width=\"202.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-71.1484375, -12)\"><rect></rect><foreignObject width=\"142.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Store Decision Date</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-J-17\" data-look=\"classic\" transform=\"translate(762.984375, 604.4375)\"><polygon points=\"97.71875,0 195.4375,-97.71875 97.71875,-195.4375 0,-97.71875\" class=\"label-container\" transform=\"translate(-97.21875, 97.71875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-70.71875, -12)\"><rect></rect><foreignObject width=\"141.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Changes Detected?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-K-19\" data-look=\"classic\" transform=\"translate(692.3984375, 1740.015625)\"><rect class=\"basic label-container\" style=\"\" x=\"-110.4765625\" y=\"-27\" width=\"220.953125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-80.4765625, -12)\"><rect></rect><foreignObject width=\"160.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Use Previous Decision</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-L-21\" data-look=\"classic\" transform=\"translate(833.27734375, 855.0546875)\"><polygon points=\"78.8984375,0 157.796875,-78.8984375 78.8984375,-157.796875 0,-78.8984375\" class=\"label-container\" transform=\"translate(-78.3984375, 78.8984375)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-51.8984375, -12)\"><rect></rect><foreignObject width=\"103.796875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Change Type?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-M-23\" data-look=\"classic\" transform=\"translate(692.3984375, 1134.125)\"><rect class=\"basic label-container\" style=\"\" x=\"-105.5859375\" y=\"-27\" width=\"211.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.5859375, -12)\"><rect></rect><foreignObject width=\"151.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Basic Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-N-25\" data-look=\"classic\" transform=\"translate(692.3984375, 1361.296875)\"><rect class=\"basic label-container\" style=\"\" x=\"-87.8125\" y=\"-27\" width=\"175.625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.8125, -12)\"><rect></rect><foreignObject width=\"115.625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Update Records</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-O-27\" data-look=\"classic\" transform=\"translate(692.3984375, 1550.65625)\"><polygon points=\"88.359375,0 176.71875,-88.359375 88.359375,-176.71875 0,-88.359375\" class=\"label-container\" transform=\"translate(-87.859375, 88.359375)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-61.359375, -12)\"><rect></rect><foreignObject width=\"122.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Decision Impact?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-P-31\" data-look=\"classic\" transform=\"translate(1028.8125, 1740.015625)\"><rect class=\"basic label-container\" style=\"\" x=\"-106.0390625\" y=\"-27\" width=\"212.078125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-76.0390625, -12)\"><rect></rect><foreignObject width=\"152.078125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Re-evaluate Decision</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-Q-33\" data-look=\"classic\" transform=\"translate(974.15625, 1134.125)\"><polygon points=\"126.171875,0 252.34375,-126.171875 126.171875,-252.34375 0,-126.171875\" class=\"label-container\" transform=\"translate(-125.671875, 126.171875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-99.171875, -12)\"><rect></rect><foreignObject width=\"198.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Relevant to Decision Logic?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-R-37\" data-look=\"classic\" transform=\"translate(1045.33984375, 1361.296875)\"><rect class=\"basic label-container\" style=\"\" x=\"-107.3671875\" y=\"-27\" width=\"214.734375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-77.3671875, -12)\"><rect></rect><foreignObject width=\"154.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Credit Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-S-39\" data-look=\"classic\" transform=\"translate(1045.33984375, 1550.65625)\"><rect class=\"basic label-container\" style=\"\" x=\"-87.8125\" y=\"-27\" width=\"175.625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.8125, -12)\"><rect></rect><foreignObject width=\"115.625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Update Records</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-flowchart-T-43\" data-look=\"classic\" transform=\"translate(833.27734375, 1844.015625)\"><rect class=\"basic label-container\" style=\"\" x=\"-64.2421875\" y=\"-27\" width=\"128.484375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-34.2421875, -12)\"><rect></rect><foreignObject width=\"68.484375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Complete</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-700cd4c425c17fc73afe09b6b9ea9d7bd0ed4af0bf90e24ae134ba3ed71fc072-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"flowchart\" style=\"max-width: 1160.70703125px;\" viewBox=\"0 0 1160.70703125 1879.015625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>\n    #diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 foreignObject {\n      overflow: visible;\n    }\n  </style><style>#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .error-icon{fill:#a44141;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .error-text{fill:#ddd;stroke:#ddd;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-thickness-normal{stroke-width:1px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-thickness-thick{stroke-width:3.5px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-pattern-solid{stroke-dasharray:0;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .marker.cross{stroke:lightgrey;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 svg{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:16px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 p{margin:0;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .label{font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;color:#ccc;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .cluster-label text{fill:#F9FFFE;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .cluster-label span{color:#F9FFFE;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .cluster-label span p{background-color:transparent;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .label text,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 span{fill:#ccc;color:#ccc;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node rect,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node circle,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node ellipse,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node polygon,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .rough-node .label text,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node .label text,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .image-shape .label,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .icon-shape .label{text-anchor:middle;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .rough-node .label,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node .label,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .image-shape .label,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .icon-shape .label{text-align:center;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node.clickable{cursor:pointer;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .arrowheadPath{fill:lightgrey;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edgePath .path{stroke:lightgrey;stroke-width:1px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .flowchart-link{stroke:lightgrey;fill:none;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .cluster text{fill:#F9FFFE;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .cluster span{color:#F9FFFE;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 rect.text{fill:none;stroke-width:0;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .icon-shape,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .icon-shape p,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .icon-shape .label rect,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 .node .neo-node{stroke:#ccc;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node rect,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].cluster rect,#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node polygon{stroke:url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].swimlane.cluster rect{filter:none;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node path{stroke:url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-gradient);stroke-width:1px;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node circle{stroke:url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",Arial,\"Liberation Sans\",Arimo,Helvetica,\"Redocly Mermaid CJK\",sans-serif;}</style><g><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"11.5\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"10.5\" markerHeight=\"14\" orient=\"auto\"><path d=\"M 0 0 L 11.5 7 L 0 14 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 11.5 14\" refX=\"1\" refY=\"7\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11.5\" markerHeight=\"14\" orient=\"auto\"><polygon points=\"0,7 11.5,14 11.5,0\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></polygon></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-circleEnd-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refY=\"5\" refX=\"12.25\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-circleStart-margin\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-2\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"14\" markerHeight=\"14\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 0; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-crossEnd-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"17.7\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5;\"></path></marker><marker id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-crossStart-margin\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 15 15\" refX=\"-3.5\" refY=\"7.5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"12\" markerHeight=\"12\" orient=\"auto\"><path d=\"M 1,1 L 14,14 M 1,14 L 14,1\" class=\"arrowMarkerPath\" style=\"stroke-width: 2.5; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M552.098,62L552.098,66.167C552.098,70.333,552.098,78.667,552.098,86.333C552.098,94,552.098,101,552.098,104.5L552.098,108\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6NTUyLjA5NzY1NjI1LCJ5Ijo2Mn0seyJ4Ijo1NTIuMDk3NjU2MjUsInkiOjg3fSx7IngiOjU1Mi4wOTc2NTYyNSwieSI6MTEyfV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M483.093,235.714L438.525,253.381C393.956,271.049,304.82,306.384,260.252,331.551C215.684,356.719,215.684,371.719,215.684,379.219L215.684,386.719\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6NDgzLjA5Mjc5OTQwNjE5MjM0LCJ5IjoyMzUuNzEzODkzMTU2MTkyM30seyJ4IjoyMTUuNjgzNTkzNzUsInkiOjM0MS43MTg3NX0seyJ4IjoyMTUuNjgzNTkzNzUsInkiOjM5MC43MTg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M611.128,245.689L636.437,261.694C661.747,277.699,712.366,309.709,737.675,331.214C762.984,352.719,762.984,363.719,762.984,369.219L762.984,374.719\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_B_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_D_0\" data-points=\"W3sieCI6NjExLjEyNzg0NjUyMjI3NzUsInkiOjI0NS42ODg1NTk3Mjc3MjI1fSx7IngiOjc2Mi45ODQzNzUsInkiOjM0MS43MTg3NX0seyJ4Ijo3NjIuOTg0Mzc1LCJ5IjozNzguNzE4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M215.684,444.719L215.684,450.885C215.684,457.052,215.684,469.385,215.684,482.315C215.684,495.245,215.684,508.771,215.684,515.534L215.684,522.297\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_C_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_E_0\" data-points=\"W3sieCI6MjE1LjY4MzU5Mzc1LCJ5Ijo0NDQuNzE4NzV9LHsieCI6MjE1LjY4MzU5Mzc1LCJ5Ijo0ODEuNzE4NzV9LHsieCI6MjE1LjY4MzU5Mzc1LCJ5Ijo1MjYuMjk2ODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M185.314,652.209L176.102,666.7C166.889,681.191,148.464,710.174,139.252,738.815C130.039,767.456,130.039,795.755,130.039,809.905L130.039,824.055\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTg1LjMxNDExODU3MzYyMjIsInkiOjY1Mi4yMDg2NDk4MjM2MjIyfSx7IngiOjEzMC4wMzkwNjI1LCJ5Ijo3MzkuMTU2MjV9LHsieCI6MTMwLjAzOTA2MjUsInkiOjgyOC4wNTQ2ODc1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M261.777,636.485L286.388,653.597C311,670.709,360.222,704.933,384.834,736.194C409.445,767.456,409.445,795.755,409.445,809.905L409.445,824.055\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_E_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_G_0\" data-points=\"W3sieCI6MjYxLjc3NjYyODkzNjU4MzU2LCJ5Ijo2MzYuNDg1MDg5ODEzNDE2NH0seyJ4Ijo0MDkuNDQ1MzEyNSwieSI6NzM5LjE1NjI1fSx7IngiOjQwOS40NDUzMTI1LCJ5Ijo4MjguMDU0Njg3NX1d\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M409.445,882.055L409.445,896.871C409.445,911.688,409.445,941.32,409.445,978.165C409.445,1015.01,409.445,1059.068,409.445,1081.096L409.445,1103.125\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_G_H_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_G_H_0\" data-points=\"W3sieCI6NDA5LjQ0NTMxMjUsInkiOjg4Mi4wNTQ2ODc1fSx7IngiOjQwOS40NDUzMTI1LCJ5Ijo5NzAuOTUzMTI1fSx7IngiOjQwOS40NDUzMTI1LCJ5IjoxMTA3LjEyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M409.445,1161.125L409.445,1183.82C409.445,1206.516,409.445,1251.906,409.445,1280.102C409.445,1308.297,409.445,1319.297,409.445,1324.797L409.445,1330.297\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_H_I_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_H_I_0\" data-points=\"W3sieCI6NDA5LjQ0NTMxMjUsInkiOjExNjEuMTI1fSx7IngiOjQwOS40NDUzMTI1LCJ5IjoxMjk3LjI5Njg3NX0seyJ4Ijo0MDkuNDQ1MzEyNSwieSI6MTMzNC4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M762.984,456.719L762.984,460.885C762.984,465.052,762.984,473.385,762.984,481.052C762.984,488.719,762.984,495.719,762.984,499.219L762.984,502.719\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_D_J_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_J_0\" data-points=\"W3sieCI6NzYyLjk4NDM3NSwieSI6NDU2LjcxODc1fSx7IngiOjc2Mi45ODQzNzUsInkiOjQ4MS43MTg3NX0seyJ4Ijo3NjIuOTg0Mzc1LCJ5Ijo1MDYuNzE4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M703.325,642.497L678.073,658.607C652.821,674.717,602.317,706.937,577.065,742.363C551.813,777.789,551.813,816.422,551.813,855.055C551.813,893.688,551.813,932.32,551.813,978.832C551.813,1025.344,551.813,1079.734,551.813,1134.125C551.813,1188.516,551.813,1242.906,551.813,1280.768C551.813,1318.63,551.813,1339.964,551.813,1361.297C551.813,1382.63,551.813,1403.964,551.813,1435.523C551.813,1467.083,551.813,1508.87,551.813,1550.656C551.813,1592.443,551.813,1634.229,564.752,1661.013C577.691,1687.797,603.57,1699.577,616.509,1705.468L629.448,1711.358\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_J_K_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_J_K_0\" data-points=\"W3sieCI6NzAzLjMyNTQ4MjM2NTQ5NjcsInkiOjY0Mi40OTczNTczNjU0OTY3fSx7IngiOjU1MS44MTI1LCJ5Ijo3MzkuMTU2MjV9LHsieCI6NTUxLjgxMjUsInkiOjg1NS4wNTQ2ODc1fSx7IngiOjU1MS44MTI1LCJ5Ijo5NzAuOTUzMTI1fSx7IngiOjU1MS44MTI1LCJ5IjoxMTM0LjEyNX0seyJ4Ijo1NTEuODEyNSwieSI6MTI5Ny4yOTY4NzV9LHsieCI6NTUxLjgxMjUsInkiOjEzNjEuMjk2ODc1fSx7IngiOjU1MS44MTI1LCJ5IjoxNDI1LjI5Njg3NX0seyJ4Ijo1NTEuODEyNSwieSI6MTU1MC42NTYyNX0seyJ4Ijo1NTEuODEyNSwieSI6MTY3Ni4wMTU2MjV9LHsieCI6NjMzLjA4ODc0NTExNzE4NzUsInkiOjE3MTMuMDE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M796.489,668.651L802.621,680.402C808.752,692.153,821.015,715.655,827.146,732.905C833.277,750.156,833.277,761.156,833.277,766.656L833.277,772.156\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_J_L_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_J_L_0\" data-points=\"W3sieCI6Nzk2LjQ4OTQ4OTE1NjAxMjQsInkiOjY2OC42NTExMzU4NDM5ODc2fSx7IngiOjgzMy4yNzczNDM3NSwieSI6NzM5LjE1NjI1fSx7IngiOjgzMy4yNzczNDM3NSwieSI6Nzc2LjE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M789.99,890.666L773.725,904.047C757.46,917.428,724.929,944.191,708.664,979.601C692.398,1015.01,692.398,1059.068,692.398,1081.096L692.398,1103.125\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_L_M_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_L_M_0\" data-points=\"W3sieCI6Nzg5Ljk5MDMyNTQ0MjU5MTUsInkiOjg5MC42NjYxMDY2OTI1OTE1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5Ijo5NzAuOTUzMTI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxMTA3LjEyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1161.125L692.398,1183.82C692.398,1206.516,692.398,1251.906,692.398,1280.102C692.398,1308.297,692.398,1319.297,692.398,1324.797L692.398,1330.297\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_M_N_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_M_N_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjExNjEuMTI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxMjk3LjI5Njg3NX0seyJ4Ijo2OTIuMzk4NDM3NSwieSI6MTMzNC4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1388.297L692.398,1394.464C692.398,1400.63,692.398,1412.964,692.398,1424.63C692.398,1436.297,692.398,1447.297,692.398,1452.797L692.398,1458.297\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_N_O_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_N_O_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjEzODguMjk2ODc1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxNDI1LjI5Njg3NX0seyJ4Ijo2OTIuMzk4NDM3NSwieSI6MTQ2Mi4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1639.016L692.398,1645.182C692.398,1651.349,692.398,1663.682,692.398,1675.349C692.398,1687.016,692.398,1698.016,692.398,1703.516L692.398,1709.016\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_O_K_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_O_K_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjE2MzkuMDE1NjI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxNjc2LjAxNTYyNX0seyJ4Ijo2OTIuMzk4NDM3NSwieSI6MTcxMy4wMTU2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M753.004,1578.41L788.527,1594.678C824.049,1610.945,895.095,1643.481,936.19,1665.438C977.285,1687.396,988.43,1698.777,994.002,1704.467L999.574,1710.158\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_O_P_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_O_P_0\" data-points=\"W3sieCI6NzUzLjAwMzc4NDI4NzIxNzQsInkiOjE1NzguNDEwMjc4MjEyNzgyN30seyJ4Ijo5NjYuMTQwNjI1LCJ5IjoxNjc2LjAxNTYyNX0seyJ4IjoxMDAyLjM3MjgwMjczNDM3NSwieSI6MTcxMy4wMTU2MjV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M876.564,890.666L892.83,904.047C909.095,917.428,941.626,944.191,957.891,963.072C974.156,981.953,974.156,992.953,974.156,998.453L974.156,1003.953\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_L_Q_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_L_Q_0\" data-points=\"W3sieCI6ODc2LjU2NDM2MjA1NzQwODUsInkiOjg5MC42NjYxMDY2OTI1OTE1fSx7IngiOjk3NC4xNTYyNSwieSI6OTcwLjk1MzEyNX0seyJ4Ijo5NzQuMTU2MjUsInkiOjEwMDcuOTUzMTI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M932.927,1219.068L926.599,1232.106C920.271,1245.144,907.614,1271.221,901.285,1294.925C894.957,1318.63,894.957,1339.964,894.957,1361.297C894.957,1382.63,894.957,1403.964,894.957,1435.523C894.957,1467.083,894.957,1508.87,894.957,1550.656C894.957,1592.443,894.957,1634.229,876.075,1661.088C857.194,1687.947,819.43,1699.879,800.549,1705.845L781.667,1711.811\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_Q_K_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Q_K_0\" data-points=\"W3sieCI6OTMyLjkyNzI2NjA3NDUwOCwieSI6MTIxOS4wNjc4OTEwNzQ1MDh9LHsieCI6ODk0Ljk1NzAzMTI1LCJ5IjoxMjk3LjI5Njg3NX0seyJ4Ijo4OTQuOTU3MDMxMjUsInkiOjEzNjEuMjk2ODc1fSx7IngiOjg5NC45NTcwMzEyNSwieSI6MTQyNS4yOTY4NzV9LHsieCI6ODk0Ljk1NzAzMTI1LCJ5IjoxNTUwLjY1NjI1fSx7IngiOjg5NC45NTcwMzEyNSwieSI6MTY3Ni4wMTU2MjV9LHsieCI6Nzc3Ljg1Mjg0NDIzODI4MTIsInkiOjE3MTMuMDE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M1012.48,1221.973L1017.957,1234.527C1023.433,1247.081,1034.387,1272.189,1039.863,1290.243C1045.34,1308.297,1045.34,1319.297,1045.34,1324.797L1045.34,1330.297\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_Q_R_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_Q_R_0\" data-points=\"W3sieCI6MTAxMi40Nzk5NDQ5NDMzMjg2LCJ5IjoxMjIxLjk3MzE4MDA1NjY3MTV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTI5Ny4yOTY4NzV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTMzNC4yOTY4NzV9XQ==\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M1045.34,1388.297L1045.34,1394.464C1045.34,1400.63,1045.34,1412.964,1045.34,1434.857C1045.34,1456.75,1045.34,1488.203,1045.34,1503.93L1045.34,1519.656\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_R_S_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_R_S_0\" data-points=\"W3sieCI6MTA0NS4zMzk4NDM3NSwieSI6MTM4OC4yOTY4NzV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTQyNS4yOTY4NzV9LHsieCI6MTA0NS4zMzk4NDM3NSwieSI6MTUyMy42NTYyNX1d\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M1045.34,1577.656L1045.34,1594.049C1045.34,1610.443,1045.34,1643.229,1043.914,1665.144C1042.488,1687.058,1039.637,1698.1,1038.211,1703.622L1036.785,1709.143\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_S_P_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_S_P_0\" data-points=\"W3sieCI6MTA0NS4zMzk4NDM3NSwieSI6MTU3Ny42NTYyNX0seyJ4IjoxMDQ1LjMzOTg0Mzc1LCJ5IjoxNjc2LjAxNTYyNX0seyJ4IjoxMDM1Ljc4NDk3MzE0NDUzMTIsInkiOjE3MTMuMDE1NjI1fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M692.398,1767.016L692.398,1771.182C692.398,1775.349,692.398,1783.682,704.546,1792.333C716.693,1800.983,740.988,1809.951,753.135,1814.434L765.283,1818.918\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_K_T_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_K_T_0\" data-points=\"W3sieCI6NjkyLjM5ODQzNzUsInkiOjE3NjcuMDE1NjI1fSx7IngiOjY5Mi4zOTg0Mzc1LCJ5IjoxNzkyLjAxNTYyNX0seyJ4Ijo3NjkuMDM1MTU2MjUsInkiOjE4MjAuMzAzMTA1OTM3MTk2N31d\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path><path d=\"M1028.813,1767.016L1028.813,1771.182C1028.813,1775.349,1028.813,1783.682,1007.575,1793.497C986.337,1803.311,943.861,1814.607,922.623,1820.255L901.385,1825.903\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-L_P_T_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_P_T_0\" data-points=\"W3sieCI6MTAyOC44MTI1LCJ5IjoxNzY3LjAxNTYyNX0seyJ4IjoxMDI4LjgxMjUsInkiOjE3OTIuMDE1NjI1fSx7IngiOjg5Ny41MTk1MzEyNSwieSI6MTgyNi45MzEyNjExNzQ3NjA3fV0=\" data-look=\"classic\" marker-end=\"url(#diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(215.68359375, 341.71875)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(762.984375, 341.71875)\"><g class=\"label\" data-id=\"L_B_D_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(130.0390625, 739.15625)\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(409.4453125, 739.15625)\"><g class=\"label\" data-id=\"L_E_G_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_G_H_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_H_I_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_J_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(551.8125, 1297.296875)\"><g class=\"label\" data-id=\"L_J_K_0\" transform=\"translate(-44.4765625, -12)\"><foreignObject width=\"88.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No Changes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(833.27734375, 739.15625)\"><g class=\"label\" data-id=\"L_J_L_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(692.3984375, 970.953125)\"><g class=\"label\" data-id=\"L_L_M_0\" transform=\"translate(-38.234375, -12)\"><foreignObject width=\"76.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Basic Only</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_M_N_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_N_O_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(692.3984375, 1676.015625)\"><g class=\"label\" data-id=\"L_O_K_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(883.11398, 1637.99383)\"><g class=\"label\" data-id=\"L_O_P_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(974.15625, 970.953125)\"><g class=\"label\" data-id=\"L_L_Q_0\" transform=\"translate(-55.5859375, -12)\"><foreignObject width=\"111.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Credit Changes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(894.95703125, 1425.296875)\"><g class=\"label\" data-id=\"L_Q_K_0\" transform=\"translate(-10.2265625, -12)\"><foreignObject width=\"20.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>No</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(1045.33984375, 1297.296875)\"><g class=\"label\" data-id=\"L_Q_R_0\" transform=\"translate(-13.0546875, -12)\"><foreignObject width=\"26.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Yes</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_R_S_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_S_P_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_K_T_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_P_T_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-A-0\" data-look=\"classic\" transform=\"translate(552.09765625, 35)\"><rect class=\"basic label-container\" style=\"\" x=\"-114.921875\" y=\"-27\" width=\"229.84375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-84.921875, -12)\"><rect></rect><foreignObject width=\"169.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>New Customer Request</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-B-1\" data-look=\"classic\" transform=\"translate(552.09765625, 208.359375)\"><polygon points=\"96.359375,0 192.71875,-96.359375 96.359375,-192.71875 0,-96.359375\" class=\"label-container\" transform=\"translate(-95.859375, 96.359375)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-69.359375, -12)\"><rect></rect><foreignObject width=\"138.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Existing Customer?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-C-3\" data-look=\"classic\" transform=\"translate(215.68359375, 417.71875)\"><rect class=\"basic label-container\" style=\"\" x=\"-105.5859375\" y=\"-27\" width=\"211.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.5859375, -12)\"><rect></rect><foreignObject width=\"151.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Basic Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-D-5\" data-look=\"classic\" transform=\"translate(762.984375, 417.71875)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-39\" width=\"260\" height=\"78\"></rect><g class=\"label\" style=\"\" transform=\"translate(-100, -24)\"><rect></rect><foreignObject width=\"200\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>DateCheck with Reference Date</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-E-7\" data-look=\"classic\" transform=\"translate(215.68359375, 604.4375)\"><polygon points=\"78.140625,0 156.28125,-78.140625 78.140625,-156.28125 0,-78.140625\" class=\"label-container\" transform=\"translate(-77.640625, 78.140625)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-51.140625, -12)\"><rect></rect><foreignObject width=\"102.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Active Status?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-F-9\" data-look=\"classic\" transform=\"translate(130.0390625, 855.0546875)\"><rect class=\"basic label-container\" style=\"\" x=\"-122.0390625\" y=\"-27\" width=\"244.078125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-92.0390625, -12)\"><rect></rect><foreignObject width=\"184.078125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Reject - No Further Action</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-G-11\" data-look=\"classic\" transform=\"translate(409.4453125, 855.0546875)\"><rect class=\"basic label-container\" style=\"\" x=\"-107.3671875\" y=\"-27\" width=\"214.734375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-77.3671875, -12)\"><rect></rect><foreignObject width=\"154.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Credit Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-H-13\" data-look=\"classic\" transform=\"translate(409.4453125, 1134.125)\"><rect class=\"basic label-container\" style=\"\" x=\"-106.03125\" y=\"-27\" width=\"212.0625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-76.03125, -12)\"><rect></rect><foreignObject width=\"152.0625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Make Credit Decision</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-I-15\" data-look=\"classic\" transform=\"translate(409.4453125, 1361.296875)\"><rect class=\"basic label-container\" style=\"\" x=\"-101.1484375\" y=\"-27\" width=\"202.296875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-71.1484375, -12)\"><rect></rect><foreignObject width=\"142.296875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Store Decision Date</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-J-17\" data-look=\"classic\" transform=\"translate(762.984375, 604.4375)\"><polygon points=\"97.71875,0 195.4375,-97.71875 97.71875,-195.4375 0,-97.71875\" class=\"label-container\" transform=\"translate(-97.21875, 97.71875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-70.71875, -12)\"><rect></rect><foreignObject width=\"141.4375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Changes Detected?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-K-19\" data-look=\"classic\" transform=\"translate(692.3984375, 1740.015625)\"><rect class=\"basic label-container\" style=\"\" x=\"-110.4765625\" y=\"-27\" width=\"220.953125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-80.4765625, -12)\"><rect></rect><foreignObject width=\"160.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Use Previous Decision</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-L-21\" data-look=\"classic\" transform=\"translate(833.27734375, 855.0546875)\"><polygon points=\"78.8984375,0 157.796875,-78.8984375 78.8984375,-157.796875 0,-78.8984375\" class=\"label-container\" transform=\"translate(-78.3984375, 78.8984375)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-51.8984375, -12)\"><rect></rect><foreignObject width=\"103.796875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Change Type?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-M-23\" data-look=\"classic\" transform=\"translate(692.3984375, 1134.125)\"><rect class=\"basic label-container\" style=\"\" x=\"-105.5859375\" y=\"-27\" width=\"211.171875\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-75.5859375, -12)\"><rect></rect><foreignObject width=\"151.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Basic Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-N-25\" data-look=\"classic\" transform=\"translate(692.3984375, 1361.296875)\"><rect class=\"basic label-container\" style=\"\" x=\"-87.8125\" y=\"-27\" width=\"175.625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.8125, -12)\"><rect></rect><foreignObject width=\"115.625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Update Records</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-O-27\" data-look=\"classic\" transform=\"translate(692.3984375, 1550.65625)\"><polygon points=\"88.359375,0 176.71875,-88.359375 88.359375,-176.71875 0,-88.359375\" class=\"label-container\" transform=\"translate(-87.859375, 88.359375)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-61.359375, -12)\"><rect></rect><foreignObject width=\"122.71875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Decision Impact?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-P-31\" data-look=\"classic\" transform=\"translate(1028.8125, 1740.015625)\"><rect class=\"basic label-container\" style=\"\" x=\"-106.0390625\" y=\"-27\" width=\"212.078125\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-76.0390625, -12)\"><rect></rect><foreignObject width=\"152.078125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Re-evaluate Decision</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-Q-33\" data-look=\"classic\" transform=\"translate(974.15625, 1134.125)\"><polygon points=\"126.171875,0 252.34375,-126.171875 126.171875,-252.34375 0,-126.171875\" class=\"label-container\" transform=\"translate(-125.671875, 126.171875)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-99.171875, -12)\"><rect></rect><foreignObject width=\"198.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Relevant to Decision Logic?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-R-37\" data-look=\"classic\" transform=\"translate(1045.33984375, 1361.296875)\"><rect class=\"basic label-container\" style=\"\" x=\"-107.3671875\" y=\"-27\" width=\"214.734375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-77.3671875, -12)\"><rect></rect><foreignObject width=\"154.734375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>GetData: Credit Block</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-S-39\" data-look=\"classic\" transform=\"translate(1045.33984375, 1550.65625)\"><rect class=\"basic label-container\" style=\"\" x=\"-87.8125\" y=\"-27\" width=\"175.625\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-57.8125, -12)\"><rect></rect><foreignObject width=\"115.625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Update Records</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-flowchart-T-43\" data-look=\"classic\" transform=\"translate(833.27734375, 1844.015625)\"><rect class=\"basic label-container\" style=\"\" x=\"-64.2421875\" y=\"-27\" width=\"128.484375\" height=\"54\"></rect><g class=\"label\" style=\"\" transform=\"translate(-34.2421875, -12)\"><rect></rect><foreignObject width=\"68.484375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Complete</p></span></div></foreignObject></g></g></g></g></g><defs><filter id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-1347dc634d3ee4968912dd23df96812e18e0602f3494460e8f2430187d1e3bd1-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["flowchart TD\n    A[New Customer Request] --> B{Existing Customer?}\n    B -->|No| C[GetData: Basic Block]\n    B -->|Yes| D[DateCheck with Reference Date]\n    \n    C --> E{Active Status?}\n    E -->|No| F[Reject - No Further Action]\n    E -->|Yes| G[GetData: Credit Block]\n    G --> H[Make Credit Decision]\n    H --> I[Store Decision Date]\n    \n    D --> J{Changes Detected?}\n    J -->|No Changes| K[Use Previous Decision]\n    J -->|Yes| L{Change Type?}\n    \n    L -->|Basic Only| M[GetData: Basic Block]\n    M --> N[Update Records]\n    N --> O{Decision Impact?}\n    O -->|No| K\n    O -->|Yes| P[Re-evaluate Decision]\n    \n    L -->|Credit Changes| Q{Relevant to Decision Logic?}\n    Q -->|No| K\n    Q -->|Yes| R[GetData: Credit Block]\n    R --> S[Update Records]\n    S --> P    \n    K --> T[Complete]\n    P --> T\n"]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Diagram summary (accessibility): For a new customer, call GetData basic block and check status; if inactive, reject without further action. If active, call GetData credit block, make a credit decision, and store the decision date. For a returning customer, call DateCheck with the stored reference date. If no changes are detected, reuse the previous decision. If changes are detected, evaluate whether they are basic or credit type: basic-only changes trigger a GetData basic block call and a records update with optional re-evaluation; credit changes are assessed for relevance to decision logic, and if relevant trigger a GetData credit block call, records update, and re-evaluation."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"best-practices-summary","__idx":14},"children":["Best Practices Summary"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Always start with basic block"]}," for new customers to verify active status"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Store decision dates"]}," and outcomes for future reference"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use DateCheck"]}," before fetching credit data for returning customers"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Analyze change types"]}," before deciding on GetData call type"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Implement selective updates"]}," to minimize disclosure letters"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Track DateCheck calls"]}," to avoid recurring change codes"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Document your logic"]}," for which changes trigger credit checks"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Test thoroughly"]}," in sandbox environment before production"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"need-help","__idx":15},"children":["Need Help?"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Creditsafe Integration team is available to assist with implementation questions:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Email:"]}," ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"mailto:integration@creditsafe.se"},"children":["integration@creditsafe.se"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For sales-related questions or service agreements, contact your Creditsafe account manager."]}]},"headings":[{"value":"Step-by-Step Integration Guide","id":"step-by-step-integration-guide","depth":1},{"value":"New Customer Workflow","id":"new-customer-workflow","depth":2},{"value":"Step 1: Verify Active Status","id":"step-1-verify-active-status","depth":3},{"value":"Step 2: Obtain Credit Information","id":"step-2-obtain-credit-information","depth":3},{"value":"Returning Customer Workflow","id":"returning-customer-workflow","depth":2},{"value":"Step 3: Check for Changes","id":"step-3-check-for-changes","depth":3},{"value":"Step 4: No Changes Detected","id":"step-4-no-changes-detected","depth":3},{"value":"Step 5: Changes Detected - Analysis Required","id":"step-5-changes-detected---analysis-required","depth":3},{"value":"Option A: Only Basic Type Changes","id":"option-a-only-basic-type-changes","depth":4},{"value":"Option B: Credit Type Changes Detected","id":"option-b-credit-type-changes-detected","depth":4},{"value":"Advanced: Avoiding Recurring Change Codes","id":"advanced-avoiding-recurring-change-codes","depth":2},{"value":"Traditional Approach (Using Credit Decision Date)","id":"traditional-approach-using-credit-decision-date","depth":3},{"value":"Optimized Approach (Using Last DateCheck Date)","id":"optimized-approach-using-last-datecheck-date","depth":3},{"value":"Complete Workflow Diagram","id":"complete-workflow-diagram","depth":2},{"value":"Best Practices Summary","id":"best-practices-summary","depth":2},{"value":"Need Help?","id":"need-help","depth":2}],"frontmatter":{"seo":{"title":"Step-by-Step Integration Guide"}},"lastModified":"2026-04-28T11:14:53.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/country-apis-catalog/product-catalog/se/datecheck/documentation/step-by-step-guide","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}