This document defines function point analysis and provides an example calculation. Function point analysis is a method to estimate the size and scope of a software project by defining its required functions and complexity. The example calculates the function points for a project with 32 external inputs, 60 external outputs, 24 external inquiries, 8 internal logical files, and 2 external interface files, using the standard function point calculation formula and average complexity adjustment values. The total function points calculated for this example project is 661.26.