DataResearchLabs
DataResearchLabs
  • 96
  • 160 225
Why You Need a Free Loan Tracking Spreadsheet in Your Life Tool Kit
Why You Need a Free Loan Tracking Spreadsheet in Your Life Tool Kit
Did you know that approximately 80% of Americans are in debt with a home mortgage, home equity loan, car loan, student loan, personal loan, or some other type of loan?
Yet many do not know really understand the nuances of principal and interest, what is pre-payment to principal, how to make extra payments, and why it can be good to make pre-payments.
As borrowers, we need to understand and forecast costs over time to make better decisions such as:
• “Can I afford the monthly payment?”
• “How many years earlier can I pay off the loan by making extra pre-payments?”
• “How much money do I save by making extra pre-payments?”
• “I just received a $5,000 bonus at work / or I just inherited $15,000. Should I use it to pay down my home loan?”
• “Should I choose 15-year mortgage or 30-year mortgage with pre-payments?”
• “What will my monthly payments need to be to pay off the loan 5 years early? 10 years early? 15 years early?”
• “Did my bank accidentally give themselves extra interest rather than putting all the pre-payment toward principal?”
This video tutorial will help answer these questions with six examples using a free loan amortization Excel spreadsheet. You can enter your future, present, and/or past loan terms and model different payment scenarios. You can analyze the various costs and benefits to arrive at the best decision for your unique circumstances.
Enjoy. :)
------- Chapter Timestamps (click to jump forward): -----------------------------
0:00 - Intro
0:13 - Most people have loans, so why track them?
0:43 - Example #1: A simple loan amortization calculator
2:19 - Example #2: Extra Payments Reduce Cost & Duration
4:59 - Example #3: Should I use an unexpected windfall to pre-pay my loan
6:46 - Example #4: 15-year vs. various 30-year payment schemes
14:00 - Example #5: Manually tracking payments
15:31 - Example #6: But wait, there's more -- the STANDARD Edition
21:40 - The End
------------------------------------------
- Download FREE Edition: github.com/DataResearchLabs/my_loan_tracker/tree/main/download
- Purchase STANDARD Edition: www.etsy.com/shop/DataResearchLabs/
- Help: github.com/DataResearchLabs/my_loan_tracker
- Read this on Medium: mpierce710006.medium.com/a07925ee4e4e
Connect with me on social media:
- LinkedIn: www.linkedin.com/in/mpiercead576/
- TH-cam: th-cam.com/channels/QciXv3xaBykeUFc04GxSXA.html
- GitHub: github.com/DataResearchLabs
Subscribe to my TH-cam Channel:
- th-cam.com/channels/QciXv3xaBykeUFc04GxSXA.html?sub_confirmation=1
#mortgate #prepayment #amortization #loan
มุมมอง: 117

วีดีโอ

MSSQL Data Dictionary Generator - How to Download & Deploy
มุมมอง 5682 ปีที่แล้ว
This brief tutorial walks you through downloading and deploying (configuring) the MSSQL Data Dictionary Generator. Chapter Timestamps (click to jump forward): 0:00 - Intro 0:12 - How do I download the tool? 1:50 - How do I deploy and configuer the tool? 3:35 - How do I access the source code? 5:00 - TechNote: If there are any issues with references... 5:54 - The End - Download Application: gith...
MSSQL Data Dictionary Generator - Output Screens, Exports, Reports, and Scripts
มุมมอง 6512 ปีที่แล้ว
This Data Dictionary Generator tool is easier and faster to use than scripts to easily document an existing database schema. You can dump the tables, views, colun descriptions, data types/lengths/sizes/precision, key constraints, and othr information. Results can be instantly exported to CSV, Excel, or even PDF. You can generate just the comments script for tables and columns for you to edit an...
MSSQL Data Dictionary Generator - Overview
มุมมอง 2.8K2 ปีที่แล้ว
This Data Dictionary Generator tool is easier and faster to use than scripts to easily document an existing database schema. You can dump the tables, views, column descriptions, data types/lengths/sizes/precision, key constraints, and other information. Results can be instantly exported to CSV, Excel, or even PDF. You can generate just the comments script for tables and columns for you to edit ...
How to use Notepad++ to Find and Fix Bad Characters in a String or Text File
มุมมอง 17K3 ปีที่แล้ว
As a data analyst, sometimes you’ll encounter situations where a text file, or a web API response string, or a database field value is crashing your software application, and it is up to you to figure out why. Common problem characters include non-breaking-spaces (CHAR-160) which looks exactly like a space (CHAR-32) but behaves differently. Or maybe it is an EmDash (CHAR-151) from a user copy-p...
Text File End of Line Editor - How to Download & Deploy
มุมมอง 1143 ปีที่แล้ว
Text File End of Line Editor - How to Download & Deploy This brief tutorial walks you through downloading and deploying (configuring) the Text File End-of-Line Editor. Chapter Timestamps (click to jump forward): 0:00 - Intro 0:08 - How do I download the tool? 2:00 - How do I deploy and configure the tool? 3:49 - How do I access the source code? 4:20 - How do I use this tool to FIX the issue? 5:...
Text File End of Line Editor - Overview
มุมมอง 3793 ปีที่แล้ว
As a data analyst, sometimes you’ll be called in to help figure out why a text file written on one platform (say Linux web server) won’t read into an application on another platform (say Windows PC app). Often, the root cause is different character codes used to terminate lines in the text file. Some applications have the extra functionality to handle multiple codes, others do not. In those cas...
How to Use an Advanced Data Validation Script in SQL Server
มุมมอง 1.7K3 ปีที่แล้ว
This video walks you through how to use the advanced data validation script in SQL Server. It includes 66 sample test cases demonstrating one of each type of data validation check, from table level row counts, key checks, data mismatches, and heuristics to field level numeric-, date-, and text-specific checks. All the SQL validation test cases run sequentially in Oracle SQL Developer, returning...
How to Use a Basic Data Validation Script in SQL Server
มุมมอง 2.7K3 ปีที่แล้ว
This video walks you through how to use the basic data validation script in SQL Server. It includes 66 sample test cases demonstrating one of each type of data validation check, from table level row counts, key checks, data mismatches, and heuristics to field level numeric-, date-, and text-specific checks. All the SQL validation test cases run sequentially in Oracle SQL Developer, returning th...
SQL Server Data Validation Best Practices
มุมมอง 7K3 ปีที่แล้ว
This video walks you through 6 data validation best practices with examples. One example shows you how to go beyond the default status values of "Pass" and "Fail" to implement "Skip" and "Warn". The second example shows how and why to validation tests to just the recent data, not all data (no point in re-testing unchanged data over and over). The third example shows howto ignore known bad data ...
MSSQL Data Validation Examples: Regular Expressions with LIKE Operator
มุมมอง 5803 ปีที่แล้ว
This video walks you through 14 regular expression data validation test case examples. There are validation tests for phone numbers, social security numers, zip5 and/or zip9, text only, numeric only, no leading or trailing whitespace, only lowercase, only uppercase, titlecase, email addresses, and urls. Included also are two tips on web searches to support use of regular expressions: (1) search...
MSSQL Data Validation Examples: Text Fields
มุมมอง 1523 ปีที่แล้ว
This video walks you through 24 text field data validation test case examples. There are validation tests for nulls and nullstrings, no leading or trailing spaces, in or not in a value ilst, and text field length. There are upper case, lower case, alpha, and numeric characters checks. There are bad characters tests for single quotes, quotes, carriage returns, line feeds, tabs, non-breaking-spac...
SQL Server Data Validation Examples: Numeric and Date Fields
มุมมอง 2.3K3 ปีที่แล้ว
This video walks you through 11 standard data validation test case examples. The numeric validation tests check for nulls, negative numbers, inside a specific range, in a list, not in a list, and comparing multiple numeric fields or doing calculations. The date validation tests check for nulls, dates inside a range, make sure there is or is not a time part, and comparing multipe date fields. Th...
SQL Server Data Validation Examples: Null Rates, Value Thresholds, and Table Schema or Data Diffs
มุมมอง 1.2K3 ปีที่แล้ว
This video walks you through 5 powerful advanced data validation test case examples. These table-level tests cover thresholds for column null rates and value frequencies observed. These tests also covering monitoring table structure and table data changes. You can refactor and re-use the samples in your projects. The scripts in the demo are all out on Github along with 66 total sample validatio...
SQL Server Data Validation Examples: Row Counts, Duplicates, and Foreign Key Orphans
มุมมอง 4.9K3 ปีที่แล้ว
This video walks you through 7 sample data validation test cases. These table-level tests cover four flavors of row count, and three different unique and foreign key checks. You can refactor and use in your projects. The scripts in the demo are all out on Github along with 66 total sample validation tests along with a basic and an advanced script for automating the tests. Chapter Timestamps (cl...
How to Use an Advanced Data Validation Script in Oracle
มุมมอง 2363 ปีที่แล้ว
How to Use an Advanced Data Validation Script in Oracle
How to Use a Basic Data Validation Script in Oracle
มุมมอง 1.1K3 ปีที่แล้ว
How to Use a Basic Data Validation Script in Oracle
Oracle Data Validation Best Practices
มุมมอง 8783 ปีที่แล้ว
Oracle Data Validation Best Practices
Oracle Data Validation Examples: Regular Expressions
มุมมอง 2733 ปีที่แล้ว
Oracle Data Validation Examples: Regular Expressions
Oracle Data Validation Examples: Text Fields
มุมมอง 4213 ปีที่แล้ว
Oracle Data Validation Examples: Text Fields
Oracle Data Validation Examples: Numeric and Date Fields
มุมมอง 2083 ปีที่แล้ว
Oracle Data Validation Examples: Numeric and Date Fields
Oracle Data Validation Examples: Null Rates, Value Thresholds, and Table Schema or Data Diffs
มุมมอง 2443 ปีที่แล้ว
Oracle Data Validation Examples: Null Rates, Value Thresholds, and Table Schema or Data Diffs
Oracle Data Validation Examples: Row Counts, Duplicates, and Foreign Key Orphans
มุมมอง 6163 ปีที่แล้ว
Oracle Data Validation Examples: Row Counts, Duplicates, and Foreign Key Orphans
Snapshot in Time: YouTube Log, Day #197
มุมมอง 73 ปีที่แล้ว
Snapshot in Time: TH-cam Log, Day #197
Toad Data Point Tips and Tricks for Data Analysts
มุมมอง 7K3 ปีที่แล้ว
Toad Data Point Tips and Tricks for Data Analysts
How to generate Greenplum data dictionary from SQL script
มุมมอง 883 ปีที่แล้ว
How to generate Greenplum data dictionary from SQL script
How to generate PostgreSQL data dictionary from SQL script
มุมมอง 8K3 ปีที่แล้ว
How to generate PostgreSQL data dictionary from SQL script
How to generate MySQL data dictionary from SQL script
มุมมอง 8K3 ปีที่แล้ว
How to generate MySQL data dictionary from SQL script
How to generate SQL Server data dictionary from SQL script
มุมมอง 14K3 ปีที่แล้ว
How to generate SQL Server data dictionary from SQL script
How to generate Oracle data dictionary from SQL script
มุมมอง 2.1K3 ปีที่แล้ว
How to generate Oracle data dictionary from SQL script