-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlink-map.json
More file actions
51 lines (51 loc) · 1.86 KB
/
Copy pathlink-map.json
File metadata and controls
51 lines (51 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"schemaVersion": "1.0",
"siteOrigin": "https://www.creditplainly.com",
"creditPlainlyLinks": [
{
"path": "/tools/credit-utilization-calculator",
"title": "Credit utilization calculator",
"usedIn": ["README.md", "docs/what-credit-utilization-means.md", "examples/utilization-examples.md"]
},
{
"path": "/credit-scores/what-affects-credit-score",
"title": "What affects your credit score",
"usedIn": ["README.md", "docs/utilization-and-score-models.md"]
},
{
"path": "/credit-scores/how-to-improve-your-credit-score",
"title": "How to improve your credit score",
"usedIn": ["README.md", "checklists/utilization-review-checklist.md"]
},
{
"path": "/credit-scores/how-to-build-credit",
"title": "How to build credit",
"usedIn": ["README.md", "docs/statement-balance-vs-current-balance.md"]
},
{
"path": "/resources/credit-score-terms-glossary",
"title": "Credit score terms glossary",
"usedIn": ["README.md", "docs/what-credit-utilization-means.md"]
}
],
"officialSources": [
{
"id": "cfpb-improve-credit",
"title": "How do I get and keep a good credit score?",
"publisher": "Consumer Financial Protection Bureau",
"url": "https://www.consumerfinance.gov/ask-cfpb/how-do-i-get-and-keep-a-good-credit-score-en-318/"
},
{
"id": "cfpb-credit-scoring-models",
"title": "Credit reports and scores key terms",
"publisher": "Consumer Financial Protection Bureau",
"url": "https://www.consumerfinance.gov/consumer-tools/credit-reports-and-scores/answers/key-terms/"
},
{
"id": "fico-whats-in-your-credit-score",
"title": "What's in your FICO Score",
"publisher": "Fair Isaac Corporation (myFICO)",
"url": "https://www.myfico.com/credit-education/whats-in-your-credit-score"
}
]
}