Movatterモバイル変換


[0]ホーム

URL:


US20190205993A1 - Transaction data categorizer system and method - Google Patents

Transaction data categorizer system and method
Download PDF

Info

Publication number
US20190205993A1
US20190205993A1US16/035,217US201816035217AUS2019205993A1US 20190205993 A1US20190205993 A1US 20190205993A1US 201816035217 AUS201816035217 AUS 201816035217AUS 2019205993 A1US2019205993 A1US 2019205993A1
Authority
US
United States
Prior art keywords
transaction
vendor
data
database
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US16/035,217
Inventor
Danton Rodriguez
Melissa Pancoast
Matthieu Tourne
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IndividualfiledCriticalIndividual
Priority to US16/035,217priorityCriticalpatent/US20190205993A1/en
Assigned to The BeansreassignmentThe BeansASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: PANCOAST, MELISSA, RODRIGUEZ, DANTON, TOURNE, MATTHIEU
Publication of US20190205993A1publicationCriticalpatent/US20190205993A1/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Various embodiments are directed to the centralization processing of transaction and payment data to categorize transaction data across different accounts and systems. Embodiments disclose a transaction categorizer to tag an incoming transaction with metadata, perform a user rule match, perform a vendor match, and/or an estimated (probabilistic) score match on the incoming transaction. By applying these various matching processes to the incoming transaction, the transaction categorizer can determine which metadata tags to remove, apply, and/or modify to accurately categorize the transaction. Accurate categorization of transactions can result to valuable data for users in personal resource management, as well as for vendors and service providers.

Description

Claims (20)

What is claimed is:
1. A computer-implemented method comprising:
receiving, by a transaction processing system comprising a processor and a non-transitory computer-readable medium, a transaction data instance associated with a transaction;
processing the transaction data instance to retrieve data contained in one or more fields of the transaction data instance;
validating one or more tags stored in a tag array contained in a tag field of the one or more fields;
determining a match to the data in the one or more fields;
generating one or more new tags to be added to the tag array based at least in part on the match;
modifying the transaction data instance to include the tag array contained in the tag field; and
preparing the modified transaction data instance for transmission via a digital communication channel.
2. The computer-implemented method ofclaim 1, further comprising:
transmitting the modified transaction data instance to a user associated with the transaction, wherein the modified transaction data instance is displayed on a computing device associated with the user.
3. The computer-implemented method ofclaim 2, wherein determining the match to the data in the one or more fields further comprises:
accessing a user rule database;
determining whether data in the one or more fields matches a user rule in the user rule database; and
updating the tag array of the transaction data instance with the user entry in the user rule database when the data matches the user entry.
4. The computer-implemented method ofclaim 3, wherein the user rule is a collection of data that is common to the members of a series of transactions, each transaction in the series of transactions represented as a transaction data instance having one or more fields.
5. The computer-implemented method ofclaim 4, wherein determining the match to the data in the one or more fields further comprises:
when the data does not match a user rule in the user rule database, identifying a vendor contained in a vendor field of the one or more fields of the transaction data instance;
accessing a vendor database;
determining whether the vendor matches a vendor entry in the vendor database; and
updating the tag array with the vendor entry in the vendor database when the vendor matches the vendor entry.
6. The computer-implemented method ofclaim 5, wherein determining the match to the data in the one or more fields further comprises:
when the vendor does not match a vendor entry in the vendor database, generating an array with the one or more fields of the transaction data instance;
processing the array with a classifier;
generating a report of the array, including one or more categorizations;
modifying the report, including one or more modified categorizations; and
retraining the classifier based at least in part on the modified report.
7. The computer-implemented method ofclaim 1, wherein validating the one or more tags stored in the tag array contained in the tag field of the one or more fields further comprises:
identifying erroneous tags based at least in part on historical tags;
removing erroneous tags;
determining whether the transaction instance is a recurring transaction, including a recurring amount or a recurring period; and
adding a recurring tag to the tag array based at least in part on the recurring amount or the recurring period.
8. The computer-implemented method ofclaim 1, wherein validating the one or more tags stored in the tag array contained in the tag field of the one or more fields further comprises:
determining whether data in the one or more fields matches a keyword in a keyword database, each keyword associated with one or more keyword tags; and
updating the tag array of the transaction data instance with the one or more keyword tags in the keyword database when the data matches the keyword.
9. The computer-implemented method ofclaim 1, wherein validating the one or more tags stored in the tag array contained in the tag field of the one or more fields further comprises:
determining whether data in the one or more fields matches a keyword associated with an account in an account database; and
updating the tag array of the transaction data instance with the account in the account database when the data matches the keyword.
10. The computer-implemented method ofclaim 1, further comprising:
storing the tag array in keyword database.
11. A computing system comprising:
a processor; and
a non-transitory computer-readable medium having code executable by the processor to:
receive, by the computing system, a transaction data instance associated with a transaction;
process the transaction data instance to retrieve data contained in one or more fields of the transaction data instance;
validate one or more tags stored in a tag array contained in a tag field of the one or more fields;
determine a match to the data in the one or more fields;
generate one or more new tags to be added to the tag array based at least in part on the match;
modify the transaction data instance to include the tag array contained in the tag field; and
prepare the modified transaction data instance for transmission via a digital communication channel.
12. The computing system ofclaim 11, the non-transitory computer-readable medium further having code executable by the processor to further:
transmit the modified transaction data instance to a user associated with the transaction, wherein the modified transaction data instance is displayed on a computing device associated with the user.
13. The computing system ofclaim 11, the non-transitory computer-readable medium further having code executable by the processor to further:
access a user rule database;
determine whether data in the one or more fields matches a user rule in the user rule database; and
update the tag array of the transaction data instance with the user entry in the user rule database when the data matches the user entry.
14. The computing system ofclaim 13, wherein the user rule is a series of transactions, each transaction in the series of transactions represented as a transaction data instance having one or more fields.
15. The computing system ofclaim 14, the non-transitory computer-readable medium further having code executable by the processor to further:
when the data does not match a user rule in the user rule database, identify a vendor contained in a vendor field of the one or more fields of the transaction data instance;
access a vendor database;
determine whether the vendor matches a vendor entry in the vendor database; and
update the tag array with the vendor entry in the vendor database when the vendor matches the vendor entry.
16. The computing system ofclaim 15, the non-transitory computer-readable medium further having code executable by the processor to further:
when the vendor does not match a vendor entry in the vendor database, generate an array with the one or more fields of the transaction data instance;
process the array with a classifier;
generate a report of the array, including one or more categorizations;
modify the report, including one or more modified categorizations; and
retrain the classifier based at least in part on the modified report.
17. The computing system ofclaim 11, the non-transitory computer-readable medium further having code executable by the processor to further:
Identify erroneous tags based at least in part on historical tags;
remove erroneous tags;
determine whether the transaction instance is a recurring transaction, including a recurring_amount or a recurring period; and
append a recurring tag to the tag array based at least in part on the recurring amount or the recurring period.
18. The computing system ofclaim 11, the non-transitory computer-readable medium further having code executable by the processor to further:
determine whether data in the one or more fields matches a keyword in a keyword database, each keyword associated with one or more keyword tags; and
update the tag array of the transaction data instance with the one or more keyword tags in the keyword database when the data matches the keyword.
19. The computing system ofclaim 11, the non-transitory computer-readable medium further having code executable by the processor to further:
determine whether data in the one or more fields matches a keyword associated with an account in an account database; and
update the tag array of the transaction data instance with the account in the account database when the data matches the keyword.
20. The computing system ofclaim 11, the non-transitory computer-readable medium further having code executable by the processor to further:
store the tag array in keyword database.
US16/035,2172017-12-292018-07-13Transaction data categorizer system and methodPendingUS20190205993A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US16/035,217US20190205993A1 (en)2017-12-292018-07-13Transaction data categorizer system and method

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US201762612202P2017-12-292017-12-29
US16/035,217US20190205993A1 (en)2017-12-292018-07-13Transaction data categorizer system and method

Publications (1)

Publication NumberPublication Date
US20190205993A1true US20190205993A1 (en)2019-07-04

Family

ID=67059774

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US16/035,217PendingUS20190205993A1 (en)2017-12-292018-07-13Transaction data categorizer system and method
US16/054,562Active2039-08-29US11443305B2 (en)2017-12-292018-08-03Context augmentation for processing data from multiple sources

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US16/054,562Active2039-08-29US11443305B2 (en)2017-12-292018-08-03Context augmentation for processing data from multiple sources

Country Status (1)

CountryLink
US (2)US20190205993A1 (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN110597816A (en)*2019-09-172019-12-20深圳追一科技有限公司Data processing method, data processing device, computer equipment and computer readable storage medium
CN111080409A (en)*2019-12-092020-04-28政采云有限公司Computer device, method, equipment and medium for pushing information
US10754562B2 (en)2017-07-072020-08-25Sap SeKey value based block device
US20210026829A1 (en)*2019-07-242021-01-28International Business Machines CorporationSelf-healing accounting system
US20210248325A1 (en)*2018-08-312021-08-12Mindridge Analytics Inc.Method and apparatus for shaping data in a general ledger
US20210326894A1 (en)*2020-04-212021-10-21Mastercard International IncorporatedComputer-implemented system and method for isolating payment messages having deficient standard data elements
US20210406896A1 (en)*2020-06-292021-12-30Paypal, Inc.Transaction periodicity forecast using machine learning-trained classifier
WO2021262381A1 (en)*2020-06-262021-12-30Intuit Inc.Minimizing regret through active learning for transaction categorization
US20220012707A1 (en)*2020-07-102022-01-13Paypal, Inc.Transaction type categorization for enhanced servicing of peer-to-peer transactions
US11308562B1 (en)*2018-08-072022-04-19Intuit Inc.System and method for dimensionality reduction of vendor co-occurrence observations for improved transaction categorization
US11409811B2 (en)2019-12-172022-08-09The Toronto-Dominion BankSystem and method for tagging data
US11443305B2 (en)*2017-12-292022-09-13The BeansContext augmentation for processing data from multiple sources
US20220391874A1 (en)*2021-06-072022-12-08Fidelity Information Services, LlcSystems and methods for executing electronic transactions and filtering with categorization engine
US11790372B2 (en)*2019-07-262023-10-17Stripe, Inc.Architectures, systems, and methods for card based transactions
US11907208B1 (en)*2023-01-312024-02-20Intuit, Inc.Detecting and correcting outliers in categories of transactions
US20240265032A1 (en)*2020-11-132024-08-08Capital One Services, LlcMethods and systems for synchronizing communication records in computer networks based on detecting patterns in categories of metadata
US20250005036A1 (en)*2023-06-272025-01-02Oracle Financial Services Software LimitedSystem and method for automatic reconciliation of data
US12216689B2 (en)*2019-09-202025-02-04Jpmorgan Chase Bank, N.A.System and method for generating and implementing context weighted words
US20250245663A1 (en)*2024-01-312025-07-31Digital First Holdings LlcHierarchical and multi-label transaction cleansing and categorization

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11011158B2 (en)*2019-01-082021-05-18International Business Machines CorporationAnalyzing data to provide alerts to conversation participants
US10978066B2 (en)2019-01-082021-04-13International Business Machines CorporationAnalyzing information to provide topic avoidance alerts
US11341581B2 (en)*2019-07-092022-05-24Digits Financial, Inc.System and method for regular expression generation for improved data transfer
US11467749B2 (en)2020-02-042022-10-11The Toronto-Dominion BankSystem and method for conditional data transfers
US11875320B1 (en)2020-02-282024-01-16The Pnc Financial Services Group, Inc.Systems and methods for managing a financial account in a low-cash mode
US11520932B2 (en)*2020-06-252022-12-06Paypal, Inc.Dynamic trigger of web beacons
US12190054B2 (en)*2020-09-162025-01-07International Business Machines CorporationAsset management reporting system
EP4184408A1 (en)*2021-11-172023-05-24Mastercard International IncorporatedAccount linking index structure in a network
EP4184407A1 (en)*2021-11-172023-05-24Mastercard International IncorporatedAccount linking index structure in a network
US20230368288A1 (en)*2022-05-162023-11-16Wells Fargo Bank, N.A.Individualized contextual experiences

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20090222364A1 (en)*2008-02-292009-09-03Ourcashflow.Com, LlcSystem and method for attribute-based transaction categorization
US20160125524A1 (en)*2013-11-042016-05-05Powell LoskampSystems and methods for personal finance management
US20180300608A1 (en)*2017-04-122018-10-18Yodlee, Inc.Neural Networks for Information Extraction From Transaction Data
US10832248B1 (en)*2016-03-252020-11-10State Farm Mutual Automobile Insurance CompanyReducing false positives using customer data and machine learning
US20210090084A1 (en)*2015-12-282021-03-25Wells Fargo Bank, N.A.Systems and methods for tracking and locating transaction cards

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7370014B1 (en)*2001-11-012008-05-06Metavante CorporationElectronic bill presentment and payment system that obtains user bill information from biller web sites
US20030204460A1 (en)*2002-04-302003-10-30Rodney RobinsonData collection and transaction initiation using a financial messaging protocol
US7734606B2 (en)*2004-09-152010-06-08Graematter, Inc.System and method for regulatory intelligence
US10007895B2 (en)*2007-01-302018-06-26Jonathan Brian VanascoSystem and method for indexing, correlating, managing, referencing and syndicating identities and relationships across systems
US20100042470A1 (en)*2008-08-182010-02-18Microsoft CorporationContext based advertisement filtration
US20100050101A1 (en)*2008-08-212010-02-25Palm, Inc.Converting Information Objects
US20100131498A1 (en)*2008-11-262010-05-27General Electric CompanyAutomated healthcare information composition and query enhancement
US20110054981A1 (en)*2009-08-272011-03-03Faith Patrick LAnalyzing Local Non-Transactional Data with Transactional Data in Predictive Models
US20120078727A1 (en)*2009-12-302012-03-29Wei-Yeh LeeFacilitation of user management of unsolicited server operations via modification thereof
US8296206B1 (en)*2010-04-302012-10-23Intuit Inc.Method and system for providing intelligent targeted budgeting using financial transaction data from similarly situated individuals
US8639719B2 (en)*2011-02-022014-01-28Paul Tepper FisherSystem and method for metadata capture, extraction and analysis
US20140032370A1 (en)*2012-07-302014-01-30Bank Of America CorporationAutomatically Linking Product Serial Numbers
US9529917B2 (en)*2013-05-212016-12-27Saleforce.com, inc.System and method for generating information feed based on contextual data
US10374996B2 (en)*2016-07-272019-08-06Microsoft Technology Licensing, LlcIntelligent processing and contextual retrieval of short message data
US10013654B1 (en)*2017-11-292018-07-03OJO Labs, Inc.Cooperatively operating a network of supervised learning processors to concurrently distribute supervised learning processor training and provide predictive responses to input data
US20190205993A1 (en)*2017-12-292019-07-04The BeansTransaction data categorizer system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20090222364A1 (en)*2008-02-292009-09-03Ourcashflow.Com, LlcSystem and method for attribute-based transaction categorization
US20160125524A1 (en)*2013-11-042016-05-05Powell LoskampSystems and methods for personal finance management
US20210090084A1 (en)*2015-12-282021-03-25Wells Fargo Bank, N.A.Systems and methods for tracking and locating transaction cards
US10832248B1 (en)*2016-03-252020-11-10State Farm Mutual Automobile Insurance CompanyReducing false positives using customer data and machine learning
US20180300608A1 (en)*2017-04-122018-10-18Yodlee, Inc.Neural Networks for Information Extraction From Transaction Data

Cited By (30)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US11079942B2 (en)2017-07-072021-08-03Sap SeShared filesystem for distributed data storage system
US10754562B2 (en)2017-07-072020-08-25Sap SeKey value based block device
US10768836B2 (en)2017-07-072020-09-08Sap SePage based data persistency
US10788998B2 (en)2017-07-072020-09-29Sap SeLogging changes to data stored in distributed data storage system
US10817196B2 (en)2017-07-072020-10-27Sap SePage list based crash recovery
US10817195B2 (en)*2017-07-072020-10-27Sap SeKey-value based message oriented middleware
US11188241B2 (en)2017-07-072021-11-30Sap SeHybrid key-value store
US11443305B2 (en)*2017-12-292022-09-13The BeansContext augmentation for processing data from multiple sources
US11308562B1 (en)*2018-08-072022-04-19Intuit Inc.System and method for dimensionality reduction of vendor co-occurrence observations for improved transaction categorization
US12118622B2 (en)2018-08-072024-10-15Intuit Inc.System and method for dimensionality reduction of vendor co-occurrence observations for improved transaction categorization
US20210248325A1 (en)*2018-08-312021-08-12Mindridge Analytics Inc.Method and apparatus for shaping data in a general ledger
US11663190B2 (en)*2019-07-242023-05-30International Business Machines CorporationSelf-healing accounting system
US20210026829A1 (en)*2019-07-242021-01-28International Business Machines CorporationSelf-healing accounting system
US11790372B2 (en)*2019-07-262023-10-17Stripe, Inc.Architectures, systems, and methods for card based transactions
CN110597816A (en)*2019-09-172019-12-20深圳追一科技有限公司Data processing method, data processing device, computer equipment and computer readable storage medium
US12216689B2 (en)*2019-09-202025-02-04Jpmorgan Chase Bank, N.A.System and method for generating and implementing context weighted words
CN111080409A (en)*2019-12-092020-04-28政采云有限公司Computer device, method, equipment and medium for pushing information
US11790012B2 (en)2019-12-172023-10-17The Toronto-Dominion BankSystem and method for tagging data
US11409811B2 (en)2019-12-172022-08-09The Toronto-Dominion BankSystem and method for tagging data
US12067576B2 (en)*2020-04-212024-08-20Mastercard International IncorporatedComputer-implemented system and method for isolating payment messages having deficient standard data elements
US20210326894A1 (en)*2020-04-212021-10-21Mastercard International IncorporatedComputer-implemented system and method for isolating payment messages having deficient standard data elements
US20210407017A1 (en)*2020-06-262021-12-30Intuit Inc.Minimizing regret through active learning for transaction categorization
WO2021262381A1 (en)*2020-06-262021-12-30Intuit Inc.Minimizing regret through active learning for transaction categorization
US20210406896A1 (en)*2020-06-292021-12-30Paypal, Inc.Transaction periodicity forecast using machine learning-trained classifier
US20220012707A1 (en)*2020-07-102022-01-13Paypal, Inc.Transaction type categorization for enhanced servicing of peer-to-peer transactions
US20240265032A1 (en)*2020-11-132024-08-08Capital One Services, LlcMethods and systems for synchronizing communication records in computer networks based on detecting patterns in categories of metadata
US20220391874A1 (en)*2021-06-072022-12-08Fidelity Information Services, LlcSystems and methods for executing electronic transactions and filtering with categorization engine
US11907208B1 (en)*2023-01-312024-02-20Intuit, Inc.Detecting and correcting outliers in categories of transactions
US20250005036A1 (en)*2023-06-272025-01-02Oracle Financial Services Software LimitedSystem and method for automatic reconciliation of data
US20250245663A1 (en)*2024-01-312025-07-31Digital First Holdings LlcHierarchical and multi-label transaction cleansing and categorization

Also Published As

Publication numberPublication date
US20190205872A1 (en)2019-07-04
US11443305B2 (en)2022-09-13

Similar Documents

PublicationPublication DateTitle
US20190205993A1 (en)Transaction data categorizer system and method
US10733668B2 (en)Multi-layer machine learning classifier
US11823026B2 (en)Artificial intelligence system employing graph convolutional networks for analyzing multi-entity-type multi-relational data
EP3857494B1 (en)Method and system for user data driven financial transaction description dictionary construction
CN112837149B (en) A method and device for identifying enterprise credit risk
KR102672533B1 (en)system and method for automatic investment of financial assets based on quint investment
US11250433B2 (en)Using semi-supervised label procreation to train a risk determination model
US20210295436A1 (en)Method and platform for analyzing and processing investment data
US20230196453A1 (en)Deduplication of accounts using account data collision detected by machine learning models
US20210287303A9 (en)Scoring trustworthiness, competence, and/or compatibility of any entity for activities including recruiting or hiring decisions, composing a team, insurance underwriting, credit decisions, or shortening or improving sales cycles
US12063325B1 (en)Systems and methods for contextual communication between devices
US20230141471A1 (en)Organizing unstructured and structured data by node in a hierarchical database
US20230116362A1 (en)Scoring trustworthiness, competence, and/or compatibility of any entity for activities including recruiting or hiring decisions, composing a team, insurance underwriting, credit decisions, or shortening or improving sales cycles
US20220058658A1 (en)Method of scoring and valuing data for exchange
CN111027832A (en)Tax risk determination method, apparatus and storage medium
CN114830164A (en)Method and system for detecting reasons for additional deposit notification using machine learning
US11538116B2 (en)Life event bank ledger
US20220164374A1 (en)Method of scoring and valuing data for exchange
CN118886986A (en) Product recommendation method, device, equipment and storage medium
US11561963B1 (en)Method and system for using time-location transaction signatures to enrich user profiles
US20230195931A1 (en)Multi-Device, Multi-Model Categorization System
CN116701480B (en)Data mining method, system, equipment and storage medium based on privacy calculation
CN120088007B (en) Commodity market dynamic forecasting method, system, medium and equipment
US20250182121A1 (en)System and method for generating suspicious activity reports using models
US20250315595A1 (en)Systems and methods for contextualizing data

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:THE BEANS, CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RODRIGUEZ, DANTON;PANCOAST, MELISSA;TOURNE, MATTHIEU;REEL/FRAME:046347/0357

Effective date:20180713

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPPInformation on status: patent application and granting procedure in general

Free format text:FINAL REJECTION MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:DOCKETED NEW CASE - READY FOR EXAMINATION

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION COUNTED, NOT YET MAILED

STPPInformation on status: patent application and granting procedure in general

Free format text:NON FINAL ACTION MAILED


[8]ページ先頭

©2009-2025 Movatter.jp