http://www.bankrate.com/finance/credit/what-is-a-fico-score.aspx

Anyone who’s ever thought about looking for a loan has inevitably encountered four familiar (and yet simultaneously mysterious) letters: FICO. What is this term and why is it so important? Bankrate has put together a primer on the country’s most widely known credit-scoring model to clear up the confusion.

What are FICO scores?

Technically, it’s a predictive analytics company founded in 1956. But, generally, when people hear “FICO,” they’re thinking of the scores it gives — three-digit numbers introduced in 1989 that essentially determine “the likelihood that you will pay all of your (debt) obligations on time for the foreseeable future,” says Barry Paperno, former consumer affairs manager for FICO who now runs the blog SpeakingOfCredit.com.

FREE TOOL: Monitor your credit for free at myBankrate.

What is it used for?

Lenders will pull a version of your FICO score when you apply for a loan. They use it to decide whether you should be approved and, subsequently, what interest rate they should offer you. (The better your score, the lower the interest rate.) But a FICO score could pop up in other areas of your life, too. Insurance providers, cellphone companies and landlords, for instance, may also pull a version when deciding whether to do business with you.

What do you mean ‘a version’? There’s more than one?

Per FICO, there are 19 major versions of its score in use today. And FICO’s not the only name in the game. Other analytics companies — the other big name you may have heard is VantageScore — sell their own versions of credit scores to lenders and service providers.

But, “FICO is kind of like the Kleenex of credit scores,” says Kelley Long, a member of the National CPA Financial Literacy Commission under the American Institute of CPAs, or AICPA. “Even though there are a lot of brands of tissue out there, we all call it Kleenex.”

That’s confusing. If there are so many scores, how can I tell whether mine is good?

Well, most FICO scores — and many of its competing models — utilize a 300- to 850-point range to grade consumers. There’s no hard or fast rule on what score within that range will get you a loan or, subsequently, the very best interest rate on it. But, generally, “you can get the best rates on just about any type of loan with 760” or higher, Paperno says. “A low score would be below 650.”

FICO credit score的更多相关文章

  1. 信用评分卡Credit Scorecards (1-7)

      欢迎关注博主主页,学习python视频资源,还有大量免费python经典文章 python风控评分卡建模和风控常识 https://study.163.com/course/introductio ...

  2. 美国FICO评分系统简介

    美国的个人信用评分系统,主要是Fair IsaacCompany 推出的 FICO,评分系统也由此得名.一般来讲, 美国人经常谈到的你的得分 ,通常指的是你目前的FICO分数.而实际上, Fair I ...

  3. 风控模型-美国FICO标准

    python信用评分卡(附代码,博主录制) https://study.163.com/course/introduction.htm?courseId=1005214003&utm_camp ...

  4. (原创)北美信用卡(Credit Card)个人使用心得与总结(个人理财版) [精华]

    http://forum.chasedream.com/thread-766972-1-1.html 本人2010年 8月F1 二度来美,现在credit score 在724-728之间浮动,最高的 ...

  5. Scoring and Modeling—— Underwriting and Loan Approval Process

    https://www.fdic.gov/regulations/examinations/credit_card/ch8.html Types of Scoring FICO Scores    V ...

  6. canvas/CSS实现仪表盘效果

    手机上看比较虚 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <t ...

  7. 秀才提笔忘了字:javascript使用requestAnimationFrame实现动画

    requestAnimationFrame优于setTimeout/setInterval的地方在于它是由浏览器专门为动画提供的API,在运行时浏览器会自动优化方法的调用,并且如果页面不是激活状态下的 ...

  8. RESTful HTTP的实践

    REST是一种风格,而不是标准.因为既没有REST RFC,也没有REST协议规范或者类似的规定.REST架构是Roy Fielding(他也是HTTP和URI规范的主要作者之一)在一篇论文中描述的. ...

  9. Intuit Quicken Home & Business 2016(Manage your business and personal finances)

    Quicken Home & Business 2016 - Manage your business and personal finances all in one place. Cate ...

随机推荐

  1. 定位 UNIX 上常见问题的经验总结

    本文主要对 UNIX 平台常见的问题进行了分类,介绍一些常见问题分析时使用的方法和命令,对以下三种常见问题的分析方法做了简单介绍:UNIX 下 Crash 问题的分析方法.UNIX 下内存泄露问题的分 ...

  2. linux 时间模块 三

    LINUX的时钟中断中涉及至二个全局变量一个是xtime,另一个则是jiffies.有一个与时间有关的时钟:实时时钟(RTC),这是一个硬件时钟,用来持久存放系统时间,系统关闭后靠主板上的微型电池保持 ...

  3. Android4.2.2 动态显示隐藏屏幕底部的导航栏(对系统源码进行修改)

    需求如题. 在Android4.2.2中,导航栏(也就是屏幕底部的三个按钮,home,back,recentapp)是系统应用SystemUi.apk的一部分,简言之,我们的需求就是让我们的app来控 ...

  4. LeetCode OJ--Path Sum II **

    https://oj.leetcode.com/problems/path-sum-ii/ 树的深搜,从根到叶子,并记录符合条件的路径. 注意参数的传递,是否需要使用引用. #include < ...

  5. Codeforces 696E ...Wait for it...(树链剖分)

    题目链接  ...Wait for it... 考虑树链剖分. 对于树上的每个点开一个set,记录当前该节点上所有的girls. 每个节点初始的权值为set中的最小值. 询问的时候每次在路径上寻找最小 ...

  6. HTTP基础认证Basic Authentication

    HTTP基础认证Basic Authentication Basic Authentication是一种HTTP访问控制方式,用于限制对网站资源的访问.这种方式不需要Cookie和Session,只需 ...

  7. Uoj #350. 新年的XOR

    前缀异或和是可以讨论的,非常naive,然后这就是个水题了23333 #include<bits/stdc++.h> #define ll long long using namespac ...

  8. codeforces 997E(线段树)

    分析: 首先考虑如何计算整个数组有多少个good区间 容易发现一个区间是good区间当且仅当max-min-len=-1,且任意区间max-min-len>=-1 我们可以枚举右端点,然后维护前 ...

  9. Spring Boot中实现异步调用之@Async

    一.什么是异步调用 “异步调用”对应的是“同步调用”,同步调用指程序按照定义顺序依次执行,每一行程序都必须等待上一行程序执行完成之后才能执行:异步调用指程序在顺序执行时,不等待异步调用 的语句返回结果 ...

  10. CEF General Usage(CEF3预览)

    CEF General Usage(CEF3预览) 介绍 CEF全称Chromium Embedded Framework,是一个基于Google Chromium 的开源项目.Google Chro ...