User Tools

Site Tools


loans

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
loans [2024/11/01 15:54] – [Edit diagram] adminloans [2024/11/05 19:10] (current) – [Small Business Administration (SBA) Loans] admin
Line 1: Line 1:
-Links out to [[504 financing]]+===== Traditional Business Loans ===== 
 + 
 +==== Commercial Bank Loans ==== 
 +- Term Loans 
 +  - Fixed-rate structures 
 +  - Variable-rate structures 
 +  - Balloon payment options 
 +  - Process focus: Underwriting requirements, covenant monitoring 
 +- Commercial Lines of Credit 
 +  - Secured vs. unsecured 
 +  - Borrowing base calculations 
 +  - Process focus: Periodic review, collateral monitoring 
 +- Equipment Financing 
 +  - Direct purchase loans 
 +  - Sale-leaseback arrangements 
 +  - Process focus: Asset valuation, depreciation handling 
 + 
 +==== Small Business Administration (SBA) Loans ==== 
 +- SBA 7(a) Loans 
 +  - Standard 7(a) 
 +  - 7(a) Small Loan 
 +  - SBA Express 
 +  - Process focus: Application requirements, guarantee maintenance 
 +[[CDC/504 Loans]] 
 +  - Real estate acquisition 
 +  - Equipment financing 
 +  - Process focus: CDC coordination, project validation 
 +- Microloans 
 +  - Working capital 
 +  - Inventory purchase 
 +  - Process focus: Technical assistance requirements 
 + 
 +===== Alternative Lending Structures ===== 
 + 
 +==== Revenue-Based Financing ===== 
 +- Percentage of Revenue Models 
 +  - Fixed percentage arrangements 
 +  - Variable percentage structures 
 +  - Process focus: Revenue verification, payment automation 
 +- Merchant Cash Advances 
 +  - Credit card revenue based 
 +  - Platform revenue based 
 +  - Process focus: Payment integration, risk monitoring 
 + 
 +==== Asset-Based Lending ==== 
 +- Inventory Financing 
 +  - Warehouse lending 
 +  - Floor plan financing 
 +  - Process focus: Inventory monitoring, valuation updates 
 +- Accounts Receivable Financing 
 +  - Factoring arrangements 
 +  - Invoice financing 
 +  - Process focus: Debtor verification, collection procedures 
 +- Purchase Order Financing 
 +  - Pre-shipment financing 
 +  - Post-shipment financing 
 +  - Process focus: Supply chain verification, milestone tracking 
 + 
 +===== Emerging Financial Technologies ===== 
 + 
 +==== DeFi Lending ==== 
 +- Collateralized Debt Positions 
 +  - Cryptocurrency-backed loans 
 +  - Smart contract governance 
 +  - Process focus: Collateral ratio monitoring, liquidation procedures 
 +- Flash Loans 
 +  - Atomic transactions 
 +  - Arbitrage opportunities 
 +  - Process focus: Smart contract security, risk parameters 
 + 
 +==== Platform Lending ==== 
 +- P2P Business Loans 
 +  - Direct lending platforms 
 +  - Marketplace arrangements 
 +  - Process focus: Platform integration, investor matching 
 +- Embedded Finance Solutions 
 +  - E-commerce platform lending 
 +  - SaaS platform financing 
 +  - Process focus: API integration, automated underwriting 
 + 
 +===== Specialized Financing Structures ===== 
 + 
 +==== Project Finance ==== 
 +- Infrastructure Loans 
 +  - Construction financing 
 +  - Operation financing 
 +  - Process focus: Project milestone monitoring, disbursement controls 
 +- Energy Project Loans 
 +  - Renewable energy projects 
 +  - Traditional energy infrastructure 
 +  - Process focus: Performance metrics, regulatory compliance 
 + 
 +==== Real Estate Finance ==== 
 +- Commercial Mortgages 
 +  - Owner-occupied properties 
 +  - Investment properties 
 +  - Process focus: Property valuation, tenant analysis 
 +- Construction Loans 
 +  - Ground-up construction 
 +  - Renovation financing 
 +  - Process focus: Draw schedules, inspection requirements 
 + 
 +==== International Trade Finance ==== 
 +- Export Financing 
 +  - Pre-export financing 
 +  - Post-shipment financing 
 +  - Process focus: Documentation requirements, currency handling 
 +- Import Financing 
 +  - Letter of credit financing 
 +  - Documentary collections 
 +  - Process focus: Trade document verification, compliance checks
  
-<bpmnio type="bpmn"> 
-<?xml version="1.0" encoding="UTF-8"?> 
-<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1"> 
-  <bpmn:process id="SBA_Loan_Process" name="SBA Loan Application Process" isExecutable="true"> 
-    <bpmn:startEvent id="StartEvent_1" name="Start Application"> 
-      <bpmn:outgoing>Flow_1</bpmn:outgoing> 
-    </bpmn:startEvent> 
-    <bpmn:task id="Task_Research" name="Research SBA Loan Types"> 
-      <bpmn:incoming>Flow_1</bpmn:incoming> 
-      <bpmn:outgoing>Flow_2</bpmn:outgoing> 
-    </bpmn:task> 
-    <bpmn:exclusiveGateway id="Gateway_LoanType" name="Choose Loan Type"> 
-      <bpmn:incoming>Flow_2</bpmn:incoming> 
-      <bpmn:outgoing>Flow_3a</bpmn:outgoing> 
-      <bpmn:outgoing>Flow_3b</bpmn:outgoing> 
-      <bpmn:outgoing>Flow_3c</bpmn:outgoing> 
-    </bpmn:exclusiveGateway> 
-    <bpmn:task id="Task_7a" name="Prepare 7(a) Requirements"> 
-      <bpmn:incoming>Flow_3a</bpmn:incoming> 
-    </bpmn:task> 
-    <bpmn:task id="Task_Micro" name="Contact Microloan Intermediary"> 
-      <bpmn:incoming>Flow_3c</bpmn:incoming> 
-    </bpmn:task> 
-    <bpmn:sequenceFlow id="Flow_1" sourceRef="StartEvent_1" targetRef="Task_Research" /> 
-    <bpmn:sequenceFlow id="Flow_2" sourceRef="Task_Research" targetRef="Gateway_LoanType" /> 
-    <bpmn:sequenceFlow id="Flow_3a" sourceRef="Gateway_LoanType" targetRef="Task_7a" /> 
-    <bpmn:sequenceFlow id="Flow_3b" sourceRef="Gateway_LoanType" targetRef="Task_504" /> 
-    <bpmn:sequenceFlow id="Flow_3c" sourceRef="Gateway_LoanType" targetRef="Task_Micro" /> 
-    <bpmn:callActivity id="Task_504" name="Prepare 504 Requirements"> 
-      <bpmn:incoming>Flow_3b</bpmn:incoming> 
-      <bpmn:standardLoopCharacteristics /> 
-    </bpmn:callActivity> 
-    <bpmn:textAnnotation id="TextAnnotation_1nvjgq7" /> 
-    <bpmn:association id="Association_1na86dy" sourceRef="Task_504" targetRef="TextAnnotation_1nvjgq7" /> 
-    <bpmn:textAnnotation id="TextAnnotation_02au3pv"> 
-      <bpmn:text>https://wiki.lexipedia.xyz/doku.php?id=504_financing</bpmn:text> 
-    </bpmn:textAnnotation> 
-    <bpmn:association id="Association_02bdod7" sourceRef="Task_Micro" targetRef="TextAnnotation_02au3pv" /> 
-  </bpmn:process> 
-  <bpmndi:BPMNDiagram id="BPMNDiagram_1"> 
-    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SBA_Loan_Process"> 
-      <bpmndi:BPMNShape id="TextAnnotation_02au3pv_di" bpmnElement="TextAnnotation_02au3pv"> 
-        <dc:Bounds x="650" y="217" width="181" height="41" /> 
-        <bpmndi:BPMNLabel /> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_1" bpmnElement="StartEvent_1"> 
-        <dc:Bounds x="152" y="102" width="36" height="36" /> 
-        <bpmndi:BPMNLabel> 
-          <dc:Bounds x="134" y="145" width="73" height="14" /> 
-        </bpmndi:BPMNLabel> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="Task_Research_di" bpmnElement="Task_Research"> 
-        <dc:Bounds x="240" y="80" width="100" height="80" /> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="Gateway_LoanType_di" bpmnElement="Gateway_LoanType" isMarkerVisible="true"> 
-        <dc:Bounds x="395" y="95" width="50" height="50" /> 
-        <bpmndi:BPMNLabel> 
-          <dc:Bounds x="378" y="65" width="84" height="14" /> 
-        </bpmndi:BPMNLabel> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="Task_7a_di" bpmnElement="Task_7a"> 
-        <dc:Bounds x="500" y="-40" width="100" height="80" /> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="Task_Micro_di" bpmnElement="Task_Micro"> 
-        <dc:Bounds x="500" y="220" width="100" height="80" /> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="TextAnnotation_1nvjgq7_di" bpmnElement="TextAnnotation_1nvjgq7"> 
-        <dc:Bounds x="640" y="105" width="100" height="30" /> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="Activity_0663c5y_di" bpmnElement="Task_504"> 
-        <dc:Bounds x="500" y="80" width="100" height="80" /> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNEdge id="Association_02bdod7_di" bpmnElement="Association_02bdod7"> 
-        <di:waypoint x="600" y="251" /> 
-        <di:waypoint x="650" y="241" /> 
-      </bpmndi:BPMNEdge> 
-      <bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1"> 
-        <di:waypoint x="188" y="120" /> 
-        <di:waypoint x="240" y="120" /> 
-      </bpmndi:BPMNEdge> 
-      <bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2"> 
-        <di:waypoint x="340" y="120" /> 
-        <di:waypoint x="395" y="120" /> 
-      </bpmndi:BPMNEdge> 
-      <bpmndi:BPMNEdge id="Flow_3a_di" bpmnElement="Flow_3a"> 
-        <di:waypoint x="420" y="95" /> 
-        <di:waypoint x="420" y="0" /> 
-        <di:waypoint x="500" y="0" /> 
-      </bpmndi:BPMNEdge> 
-      <bpmndi:BPMNEdge id="Flow_3b_di" bpmnElement="Flow_3b"> 
-        <di:waypoint x="445" y="120" /> 
-        <di:waypoint x="500" y="120" /> 
-      </bpmndi:BPMNEdge> 
-      <bpmndi:BPMNEdge id="Flow_3c_di" bpmnElement="Flow_3c"> 
-        <di:waypoint x="420" y="145" /> 
-        <di:waypoint x="420" y="260" /> 
-        <di:waypoint x="500" y="260" /> 
-      </bpmndi:BPMNEdge> 
-      <bpmndi:BPMNEdge id="Association_1na86dy_di" bpmnElement="Association_1na86dy"> 
-        <di:waypoint x="600" y="120" /> 
-        <di:waypoint x="640" y="120" /> 
-      </bpmndi:BPMNEdge> 
-    </bpmndi:BPMNPlane> 
-  </bpmndi:BPMNDiagram> 
-</bpmn:definitions> 
-</bpmnio> 
  
loans.1730476469.txt.gz · Last modified: 2024/11/01 15:54 by admin