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. AC日记——最大子树和 洛谷 P1122

    题目描述 小明对数学饱有兴趣,并且是个勤奋好学的学生,总是在课后留在教室向老师请教一些问题.一天他早晨骑车去上课,路上见到一个老伯正在修剪花花草草,顿时想到了一个有关修剪花卉的问题.于是当日课后,小明 ...

  2. Integration testing

    Integration testing 集成测试用来确保app的不同模块之间可以正确的一起工作.ASP.NET Core提供单元测试框架和内建的测试网络服务来支持集成测试,并且测试网络服务不需要网络开 ...

  3. 常用工具篇(二)死链接扫描工具–Xenu

    一个网站上线一段时间之后,可能出现很多的死链接,死链接就是那些打不开的链接,或者是请求是404的,可能是因为有的文件位置移动了,或者有的功能不好使了,可能会影响我们网的功能,我们就要隔一阵扫描一下网站 ...

  4. 第4章 使用 Spring Boot

    使用 Spring Boot 本部分将详细介绍如何使用Spring Boot. 这部分涵盖诸如构建系统,自动配置以及如何运行应用程序等主题. 我们还介绍了一些Spring Boot的最佳实践(best ...

  5. html中的列表标签

    1.<dl>定义列表,<dt>定义列表中的项目,<dd>对项目的描述 例: 效果: 2.<ul>无序列表,<li>列表项 例: 效果: 3. ...

  6. 更新tensorflow支持GPU时出错

    sudo pip install --upgrade tensorflow-gpu Operation not permitted: '/tmp/pip-Sx_vMg-uninstall/System ...

  7. cocos2d-x 事件分发机制 ——触摸事件监听

    cocos2d-x 3.0 出来已经好久了,也已经用3.0写了几个小游戏,感觉3.0的事件触发机制太赞了,随这里总结一下.也算是对知识的一种回顾和加深理解. 3.0的事件分发机制中.须要也只须要通过创 ...

  8. thrift的使用及遇到的问题

    centos 系统安装官方文档:http://thrift.apache.org/docs/install/centos 一.按该文档安装出现了一系列的问题,记录如下: 1.安装thrift时./bo ...

  9. vs2012编译ffmpeg

    从官方网站down下来的ffmpeg没有pdb文件不方便调试,为此使用VS2012编译ffmpeg. 编译步骤: 一.安装MinGW,具体的安装方法上一篇文章已经有介绍这里不在赘述. 二.下载文件并放 ...

  10. EasyUI基础入门之Droppable(可投掷)

    怎么说呢Droppable这个单词究竟是什么意思,准确来说easyui作者究竟要表达什么意思,还是不大好拿捏的.只是没关系,没有必要纠结与这些细枝末节的东西,依据官网的demo效果,就简单的将之定义为 ...