Family Size Field (ANA_SFAM_CT)

If you want to query patents by the size of the patent family, use the ANA_SFAM_CT field code.

Family size is an important value indicator in patent data.  Large families represent a large financial investment in patenting.  We use the DOCDB "simple family" definition when we develop patent families.  This means that all members share the same priority date.  The simple family contains foreign counterparts, continuations, and divisionals.  The simple family will contain CIP's only if they have the same priority date as the rest of the family.

The ANA_SFAM_CT field holds integer numbers.  It is often useful to query the field using range queries.

Examples

  • ANA_SFAM_CT:10 --> Finds patents with exactly 10 documents in the patent family.
  • ANA_SFAM_CT:[10 to *] --> Finds patents with family sizes larger than 10 documents.

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.