WO2023027043A1 - Information processing device, information processing method, and program - Google Patents

Information processing device, information processing method, and program Download PDF

Info

Publication number
WO2023027043A1
WO2023027043A1 PCT/JP2022/031621 JP2022031621W WO2023027043A1 WO 2023027043 A1 WO2023027043 A1 WO 2023027043A1 JP 2022031621 W JP2022031621 W JP 2022031621W WO 2023027043 A1 WO2023027043 A1 WO 2023027043A1
Authority
WO
WIPO (PCT)
Prior art keywords
amount
information processing
service
measurement data
product
Prior art date
Application number
PCT/JP2022/031621
Other languages
French (fr)
Japanese (ja)
Inventor
謙司 田中
Original Assignee
国立大学法人 東京大学
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 国立大学法人 東京大学 filed Critical 国立大学法人 東京大学
Publication of WO2023027043A1 publication Critical patent/WO2023027043A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/06Energy or water supply

Definitions

  • the present invention relates to an information processing device, an information processing method, and a program.
  • Patent Literature 1 discloses a system for managing power sales transactions.
  • an information processing device has a control unit.
  • the control unit receives measurement data regarding product supply from a device regarding product supply, and there is a difference between the product supply amount obtained from the measurement data and the product supply amount indicated by pre-planned data regarding product supply. If so, the adjustment process is executed based on the difference. Execute payment processing related to product supply based on measurement data.
  • FIG. 1 is a diagram showing an example of the system configuration of an information processing system.
  • FIG. 2 is a diagram illustrating an example of a hardware configuration of a server device;
  • FIG. 3 is a sequence diagram illustrating an example of information processing of the information processing system.
  • FIG. 4 is a diagram showing an example of advance schedule data.
  • FIG. 5 is a diagram illustrating an example of a system configuration of an information processing system according to Modification 1.
  • FIG. 6 is a sequence diagram showing an example of information processing of the information processing system.
  • FIG. 7 is a diagram illustrating an example of prescheduled data according to Modification 1.
  • FIG. 8 is a diagram illustrating an example of a system configuration of an information processing system according to Modification 2.
  • FIG. FIG. 1 is a diagram showing an example of the system configuration of an information processing system.
  • FIG. 2 is a diagram illustrating an example of a hardware configuration of a server device
  • FIG. 3 is a sequence diagram illustrating an example of information processing of the information processing
  • FIG. 9 is a sequence diagram illustrating an example of information processing of the information processing system.
  • FIG. 10 is a diagram illustrating an example of a system configuration of an information processing system according to modification 3.
  • FIG. 11 is a diagram showing the flow of processing for recording the amount of accommodation results measured by the smart meter in the blockchain.
  • the term "unit” may include, for example, a combination of hardware resources implemented by circuits in a broad sense and software information processing that can be specifically realized by these hardware resources.
  • this information is represented by the level of the signal value as a binary bit aggregate composed of 0 or 1, and communication and calculation are performed on a circuit in a broad sense.
  • a circuit in a broad sense is a circuit realized by at least appropriately combining circuits, circuits, processors, memories, and the like.
  • Application Specific Integrated Circuit ASIC
  • Programmable Logic Device for example, Simple Programmable Logic Device (SPLD), Complex Programmable Logic Device (CPLD), and field It includes a programmable gate array (Field Programmable Gate Array: FPGA)).
  • FIG. 1 is a diagram showing an example of the system configuration of an information processing system 1000.
  • an information processing system 1000 includes a server device 100, a client device 110, a client device 120, and a smart meter 130 as a system configuration.
  • the server device 100 is communicably connected to the client device 110 , the client device 120 and the smart meter 130 via the network 150 .
  • the server device 100 is a server device that manages power transactions, and executes processing according to the present embodiment, which will be described later.
  • the client device 110 is a device operated by a user who purchases power.
  • the client device 120 is a device operated by a user who sells power generated by, for example, solar power generation.
  • the smart meter 130 is an electronic watt-hour meter that measures the amount of electricity sold and transmits the measurement result to the server device 100 together with identification information that identifies the smart meter 130 .
  • the processing of the information processing system 1000 and the like will be described using electric power as an example of a product.
  • the smart meter 130 is an example of a device that measures measurement data regarding power supply.
  • the smart meter 130 related to product supply is also an example of a device related to power supply.
  • the information processing system 1000 includes as many client devices 110 as there are users who purchase power.
  • the information processing system 1000 includes as many client devices 120 and smart meters 130 as the number of users who sell electricity.
  • An example of the client device 110 and the client device 120 is a PC (Personal Computer). However, this does not limit the present embodiment, and the client device 110 and the client device 120 may be smart phones, tablet computers, or the like.
  • Server device 100 is an example of an information processing device.
  • FIG. 2 is a diagram showing an example of the hardware configuration of the server device 100.
  • the server device 100 includes a control unit 201, a storage unit 202, and a communication unit 203 as a hardware configuration.
  • the control unit 201 is a CPU (Central Processing Unit) or the like, and controls the server device 100 as a whole.
  • the storage unit 202 is any one of HDD (Hard Disk Drive), ROM (Read Only Memory), RAM (Random Access Memory), SSD (Solid State Drive), or any combination thereof, and stores programs and control units.
  • 201 stores data and the like used when executing processing based on a program.
  • the control unit 201 executes processing based on the programs stored in the storage unit 202, thereby realizing the functions of the server device 100 and the processing of the server device 100 in sequence diagrams to be described later.
  • the communication unit 203 is a NIC (Network Interface Card) or the like, connects the server device 100 to the network 150, and controls communication with other devices (for example, the client device 110 or the like).
  • the hardware configuration of the client device 110 , the client device 120 , etc. is the same as the hardware configuration of the server device 100 . Functions and the like of the client device are realized by the control unit of the client device executing processing based on a program stored in the storage unit of the client device.
  • FIG. 3 is a sequence diagram illustrating an example of information processing in the information processing system 1000 .
  • the client device 110 transmits order information to the server device 100 .
  • the order information includes information for identifying the order information, the required amount of power, the date and time of receiving the power, desired conditions regarding the amount of power to be purchased, and the like.
  • the client device 120 transmits bid information to the server device 100 .
  • the bid information includes response information (for example, amount of money, etc.) to the desired conditions. More specifically, the client device 120 accesses the server device 100 and displays a list of order information. Then, the client device 120 transmits to the server device 100 the bid information for the order information selected from the list in accordance with the user's selection operation or the like.
  • the server device 100 executes matching processing for matching the orderer and the bidder based on the order information and one or more pieces of bid information for the order information. For example, the server device 100 determines a bidder who can provide the power required by the orderer at the lowest price at the date and time when the power is received, as a bidder matching the orderer. Note that the server device 100 scores the bidder based on the bidder's performance history, such as whether or not the bidder properly provides the specified amount of power at the specified date and time, and Bidders with points may be limited as bidders to be matched. The determined bidder is hereinafter referred to as the power supplier.
  • the server device 100 stores supplier information, identification information (smart meter ID) for identifying a smart meter registered in association with the supplier, orderer information, power amount, The amount of money related to electric power and the like are stored in the storage unit 202 as pre-scheduled data related to power supply.
  • FIG. 4 is a diagram showing an example of prescheduled data.
  • the prescheduled data includes supplier information, smart meter ID, orderer information, power amount, and price.
  • the supplier information is information related to the supplier and includes the supplier's name, contact information (telephone number and e-mail address), identification information for identifying the client device 120, and the like.
  • the smart meter ID includes identification information that identifies the smart meter 130 associated with the supplier information.
  • the orderer information includes the orderer's name, contact information (telephone number and e-mail address), identification information for identifying the client device 110, and the like.
  • the amount of electric power includes the amount of electric power scheduled to be supplied regarding the supply of electric power.
  • the amount includes the amount of electricity corresponding to the amount of electricity.
  • the server device 100 transmits information such as supplier information, electric power amount, and price included in the pre-scheduled data to the client device 110 as a matching result.
  • the server device 100 transmits the orderer information, the electric power amount, the amount of money information, etc. included in the pre-scheduled data to the client device 120 as a matching result.
  • a power supplier who is a user of the client device 120, generates power using, for example, a solar power generation facility, and supplies power to the client device 110 at a predetermined date and time.
  • the server device 100 receives metering data from the smart meter 130 associated with the user of the client device 120 to which power is supplied. For example, based on a request from the client device 120, the smart meter 130 transmits to the server device 100 a smart meter ID, which is identification information for identifying the smart meter 130, and the actual amount of power supplied to the client device 110. do.
  • the actual amount of power supplied to the client device 110 is hereinafter referred to as measurement data.
  • the server device 100 receives measurement data regarding power supply from the smart meter 130 .
  • the server device 100 identifies the prescheduled data based on the smart meter ID, and acquires the scheduled supply amount included in the identified prescheduled data. Then, the server device 100 determines whether or not there is a difference between the acquired planned supply amount and the measurement data. If there is a difference between the amount of power supply obtained from the measurement data and the amount of power supply indicated by the prescheduled data on power supply, the server apparatus 100 executes adjustment processing based on the difference. More specifically, the server apparatus 100 compares the amount of power supply indicated by the measurement data with the amount of power supply indicated by pre-scheduled data on power supply, and determines the amount of power calculated from the measurement data.
  • the amount of the first penalty is, for example, 20,000 yen for 1,000 kW less than the scheduled power supply amount indicated by the advance schedule data, and 30,000 yen for 2,000 kW less.
  • the server apparatus 100 performs adjustment processing to adjust the amount of power supply and the amount of power supplied.
  • the amount to be given to the power supplier may be determined based on the difference from the planned amount. In other words, the server apparatus 100 may decide to add the charge for the amount of power that exceeds the planned amount when more power than the planned amount is supplied.
  • the server apparatus 100 performs the adjustment process to adjust the power supply amount
  • the amount of the second penalty for the power supplier may be determined based on the difference from the planned power supply amount.
  • the amount of the second penalty is, for example, 20,000 yen for 1,000 kW more than the scheduled power supply amount indicated by the advance schedule data, and 30,000 yen for 2,000 kW more. This is because even if more electric power than the planned supply amount is sent, it may become a load on the equipment on the sent side.
  • the server device 100 may switch the processing to be performed when more power than planned is supplied, according to settings.
  • the server device 100 executes settlement processing for power supply based on the measurement data.
  • the server device 100 determines the amount of power supply on the basis of the measurement data. Execute payment processing.
  • the amount of power supply indicated by the measurement data is compared with the amount of power supply indicated by the pre-planned data on power supply, and the amount of power supply obtained from the measurement data is compared with the pre-planned amount on power supply.
  • the server apparatus 100 determines the amount of compensation for the supplier based on the amount of power supply determined from the measurement data, as settlement processing, and selects the first amount from the amount of compensation. The amount after subtracting the amount of the penalty is determined as the consideration for the supplier.
  • the server apparatus 100 performs the payment processing to supply the power determined from the measurement data.
  • the amount of consideration for the supplier may be determined based on the quantity, and the amount obtained by adding the amount to be given to the amount of consideration may be determined as the consideration for the supplier.
  • the server device 100 performs the payment process based on the amount of power determined from the measurement data.
  • the amount of consideration for the supplier may be determined based on the amount of power supply, and the amount obtained by subtracting the amount of the second penalty from the amount of consideration may be determined as the consideration for the supplier.
  • the server device 100 transmits the settlement processing result to the client device 110.
  • the server device 100 transmits the settlement processing result to the client device 120.
  • the server apparatus 100 receives measurement data regarding power supply from a device regarding power supply, and compares the amount of power supply indicated by the measurement data with the amount of power supply indicated by prescheduled data regarding power supply. If there is a difference, adjust processing is performed based on the difference. In addition, the server device 100 executes settlement processing regarding power supply based on the measurement data.
  • settlement processing can be performed according to the actual transaction volume.
  • electric power was described as an example of a product, it is not limited to this.
  • Modification 1 of Embodiment 1 will be described. Modification 1 will be described using a service as an example. In particular, in Modification 1, a garbage collection and disposal service will be described as an example of the service.
  • FIG. 5 is a diagram showing an example of the system configuration of the information processing system 1000 of Modification 1.
  • the information processing system 1000 includes a server device 100, a client device 110, a client device 120, a garbage truck 160, and an imaging device 170 as a system configuration.
  • the server device 100 is communicably connected to the client device 110 , the client device 120 and the garbage truck 160 via the network 150 .
  • the server device 100 of Modification 1 is a server device that supervises information processing related to the garbage collection and disposal service, and executes processing according to Modification 1.
  • the client device 110 is a device operated by a user who requests garbage collection and disposal.
  • the client device 120 is a device operated by a person in charge of a management company that manages the garbage truck 160 .
  • the garbage truck 160 is a vehicle that collects garbage to the home or the like of the client apparatus 110 based on a request from the client apparatus 110, transports the garbage to a set disposal site, and disposes of the collected garbage.
  • the imaging device 170 is a camera that is set in association with the garbage truck 160 and captures an image of a subject. Also, the imaging device 170 has a communication function.
  • the imaging device 170 may be associated with the garbage truck 160 and set in the server device 100 , and an example is a smart phone or the like that can be carried by the driver of the garbage truck 160 .
  • a captured image captured by the imaging device 170 is added with, as attribute information, date/time information indicating the date and time when the image was captured, and position information indicating the position at which the image was captured.
  • the imaging device 170 is an example of a device related to service provision.
  • the information processing system 1000 includes as many client devices 110 as there are users requesting garbage collection and disposal.
  • the information processing system 1000 includes as many client devices 120 as there are garbage disposal companies.
  • the information processing system 1000 includes as many sets of garbage trucks 160 and imaging devices 170 as the number of garbage trucks owned by each garbage disposal company.
  • a plurality of users request collection and disposal of garbage from each house, and the garbage truck 160 that receives the request collects the garbage from each house and disposes of the garbage at the set disposal site. good too.
  • An example of the client device 110 and the client device 120 is a PC (Personal Computer).
  • the client device 110 and the client device 120 may be smart phones, tablet computers, or the like.
  • FIG. 6 is a sequence diagram showing an example of information processing of the information processing system 1000.
  • the client device 110 transmits order information to the server device 100 .
  • the order information includes the amount of garbage, the type of garbage, the date of collection, the place of collection, desired conditions for using the garbage collection and disposal service, and the like.
  • the client device 120 transmits bid information to the server device 100 .
  • the bid information includes response information (for example, price) corresponding to desired conditions. More specifically, the client device 120 accesses the server device 100 and displays a list of order information. Then, the client device 120 transmits to the server device 100 the bid information for the order information selected from the list in accordance with the user's selection operation or the like.
  • the server device 100 executes matching processing for matching the orderer and the bidder based on the order information and one or more pieces of bid information for the order information. For example, the server device 100, as a bidder matching the orderer, selects among the bidders who can collect a specified amount of garbage of a specified type at a specified collection location at a date and time requested by the orderer. , to determine the cheapest bidder to provide the service. Note that the server device 100 scores the bidder based on the bidder's track record, such as whether or not the garbage specified on the specified day is cleanly collected and transported to an appropriate disposal site. Bidders with a score of may be limited as bidders to be matched.
  • the determined bidder is hereinafter referred to as the service provider.
  • the server device 100 receives provider information and identification information (imaging device ID) for identifying a camera registered in association with the garbage truck 160 corresponding to the service provider.
  • provider information and identification information imaging device ID
  • orderer information, scheduled service provision quality information, and the amount of money related to the garbage collection and disposal service are stored in the storage unit 202 as prescheduled data regarding the provision of the garbage collection and disposal service.
  • the quality information scheduled to be provided includes information such as whether designated garbage is being collected, whether garbage is being disposed of at a designated disposal site, and the like.
  • FIG. 7 is a diagram showing an example of pre-scheduled data of Modification 1.
  • the prescheduled data includes provider information, imaging device ID, orderer information, scheduled provision quality information, and amount.
  • the provider information is information related to the provider, and includes the provider's name, contact information (telephone number and e-mail address), identification information for identifying the client device 120, and the like.
  • the imaging device ID includes identification information for identifying the imaging device 170 set in association with the garbage truck 160 corresponding to the service provider.
  • the orderer information includes the orderer's name, contact information (telephone number and e-mail address), identification information for identifying the client device 110, and the like.
  • the quality information to be provided includes information such as whether the specified garbage is being collected, whether the garbage is being disposed of at the set disposal site, and the like. More specifically, the quality information to be provided indicates that the designated garbage is collected from the designated collection location, loaded on the garbage truck 160, and disposed of at the designated disposal site. information such as Further, the scheduled provision quality information may include date and time information for garbage collection and date and time information for garbage disposal. More specifically, in the quality information to be provided, garbage is collected at a designated place on what day, month, and year, and by what day and year is the garbage transported to the designated disposal site and disposed of. It may also include information such as The amount includes the amount of fees for garbage collection and disposal agreed between the user and the service provider.
  • the server device 100 transmits information such as the provider information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 110 as a matching result.
  • the server device 100 transmits information such as the orderer information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 120 as a matching result.
  • a driver instructed by a service provider who is a user of the client device 120 uses the garbage truck 160 to collect garbage at a specified date and time and at a specified location.
  • the driver uses the imaging device 170 to capture an image of the garbage placed at the designated place and an image of the garbage placed on the garbage truck 160.
  • the imaging device 170 transmits the captured image together with the imaging device ID to the server device 100 based on the operation of the service provider.
  • the server device 100 receives the captured image from the imaging device 170 .
  • a captured image is an example of measurement data related to service provision.
  • the server device 100 stores the captured image in the storage unit 202 in association with the imaging device ID.
  • the driver uses the garbage truck 160 to carry the garbage to a designated disposal site and dispose of the garbage. After disposing of the garbage at the designated disposal site, the driver captures an image of the garbage truck 160 after disposal of the garbage and an image of the designated disposal site.
  • the imaging device 170 transmits the captured image together with the imaging device ID to the server device 100 based on the operation of the service provider.
  • the imaging device 170 transmits the captured image together with the imaging device ID to the server device 100 based on the operation of the service provider.
  • the server device 100 receives the captured image from the imaging device 170 .
  • a captured image is an example of measurement data related to service provision.
  • the server device 100 stores the captured image in the storage unit 202 in association with the imaging device ID.
  • the server device 100 compares the service provision quality obtained from the captured image associated with the imaging device ID and stored in the storage unit 202 with the planned service provision quality indicated by the prescheduled data on service provision. , there is a difference, the adjustment process is executed based on the difference. More specifically, the server device 100 compares the captured image, which is the measurement data, with the prescheduled data, and the service provision quality required from the captured image is indicated by the prescheduled data regarding service provision. If the quality of the service has not reached the planned provision quality, as adjustment processing, the amount of penalty for the service provider is determined based on the difference between the provision quality and the planned provision quality.
  • the server device 100 performs image analysis on the captured image associated with the corresponding imaging device ID, collects garbage from a designated location, and provides a service indicating whether the garbage has been disposed of at a designated disposal site. Seek quality.
  • the server device 100 determines the amount of penalty when the obtained quality of provision does not reach the planned quality of provision of the service indicated by the pre-scheduled data, for example, when the specified garbage is not collected.
  • the amount of the penalty is, for example, twice the amount of the fee for garbage collection and disposal agreed between the user and the service provider.
  • the server device 100 may analyze the captured image associated with the corresponding imaging device ID, analyze the position information of the captured image, and obtain the service provision quality. If the obtained service quality does not reach the service provision quality indicated by the pre-scheduled data, for example, if the garbage is not disposed of at the designated garbage disposal site, the server apparatus 100 determines the amount of the penalty. may be determined. As yet another example, the server device 100 analyzes the captured image associated with the corresponding imaging device ID, analyzes the position information and date and time information of the captured image, and obtains the service provision quality. good too.
  • the server device 100 determines that the garbage will not be disposed of by the set date and time at the garbage disposal site at the set location, for example. If not, the amount of the penalty may be determined.
  • the server device 100 executes payment processing for providing the service based on the captured image.
  • the server device 100 collects and disposes of garbage based on the captured image. Perform payment processing related to the provision of services.
  • the service provision quality required from the captured image is compared with the planned service provision quality indicated by the pre-scheduled data on service provision, and the service provision quality required from the captured image is compared with the pre-scheduled service provision quality.
  • the amount of compensation for the provider is determined based on the service provision quality required from the captured image, and the amount of penalty is calculated from the compensation amount as part of payment processing. The subtracted amount is determined as consideration for the provider.
  • the server device 100 transmits the settlement processing result to the client device 110.
  • the server device 100 transmits the settlement processing result to the client device 120.
  • the server device 100 receives a captured image related to the provision of the garbage collection and disposal service from the imaging device 170, which is an example of a device related to the provision of the garbage collection and disposal service, and determines the service provision quality and the garbage collection and disposal service required from the captured image. If there is a difference between the scheduled service provision quality indicated by the prescheduled data regarding the provision of the service, adjustment processing is performed based on the difference.
  • the information processing method of the server device 100 is to execute payment processing related to the provision of the garbage collection and disposal service based on the captured image.
  • Modification 2 of Embodiment 1 will be described. Modification 2 will be described using a service as an example. In particular, in modification 2, a cleaning service using a robot cleaner will be described as an example of the service.
  • FIG. 8 is a diagram showing an example of the system configuration of the information processing system 1000 of Modification 2.
  • an information processing system 1000 includes a server device 100, a client device 110, a client device 120, and a robot cleaner 180 as a system configuration.
  • Server device 100 is communicatively connected to client device 110 , client device 120 , and robot cleaner 180 via network 150 .
  • Server device 100 of modification 2 is a server device that supervises the cleaning service by robot cleaner 180, and executes processing according to the modification.
  • the client device 110 is a device operated by a user who requests cleaning by the robot cleaner 180 .
  • the client device 120 is a device operated by a person in charge of a management company regarding cleaning by the robot cleaner 180 .
  • the robot cleaner 180 is a robot cleaner that cleans a specified place based on a request from the client device 110 .
  • the robot cleaner 180 has an image capturing device and captures an image of a place or the like after cleaning. Further, the robot cleaner 180 has a communication device and communicates with the server device 100, the client device 120, and the like.
  • the information processing system 1000 includes as many client devices 110 as the number of users who request cleaning by the robot cleaner 180 .
  • the information processing system 1000 includes as many client devices 120 as the number of contractors who undertake cleaning by the robot cleaner 180 .
  • the information processing system 1000 includes as many robot cleaners 180 as the number of robot cleaners owned by each trader.
  • client device 110 and the client device 120 is a PC (Personal Computer). However, this does not limit the present embodiment, and the client device 110 and the client device 120 may be smart phones, tablet computers, or the like.
  • FIG. 9 is a sequence diagram showing an example of information processing of the information processing system 1000.
  • the client device 110 transmits order information to the server device 100 .
  • the order information includes information on the date and time when cleaning is requested, the cleaning location, desired conditions when using the cleaning service by the robot cleaner, and the like.
  • the client device 120 transmits bid information to the server device 100 .
  • the bid information includes response information (for example, price) corresponding to desired conditions. More specifically, the client device 120 accesses the server device 100 and displays a list of order information. Then, the client device 120 transmits to the server device 100 the bid information for the order information selected from the list in accordance with the user's selection operation or the like.
  • the server device 100 executes matching processing for matching the orderer and the bidder based on the order information and one or more pieces of bid information for the order information. For example, the server device 100 determines the bidder who can provide the service at the lowest price among the bidders who can clean at the specified cleaning place at the date and time desired by the orderer as a bidder matching the orderer. . The determined bidder is hereinafter referred to as the service provider. When it is decided to provide the cleaning service by the robot cleaner, the server device 100 receives provider information, identification information (robot cleaner ID) for identifying the robot cleaner 180, orderer information, and scheduled service provision quality information.
  • provider information identification information for identifying the robot cleaner 180
  • orderer information for identifying the robot cleaner 180
  • scheduled service provision quality information for identifying the robot cleaner 180.
  • the amount of money for the cleaning service and the like are stored in the storage unit 202 as prescheduled data for the cleaning service by the robot cleaner.
  • the number of dust particles falling within a predetermined range is equal to or less than a threshold value, or the number of locations where dirt is not removed within a predetermined range is equal to or less than a threshold value.
  • the server device 100 transmits information such as the provider information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 110 as a matching result.
  • the server device 100 transmits information such as the orderer information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 120 as a matching result.
  • the robot cleaner 180 Based on the instructions from the client device 120, the robot cleaner 180 starts cleaning at the specified cleaning location at the specified date and time. Then, in SQ ⁇ b>706 , robot cleaner 180 takes an image of the cleaned place and transmits it to server device 100 when cleaning is finished.
  • a captured image is an example of measurement data related to service provision.
  • Server device 100 stores the captured image in storage unit 202 in association with the robot cleaner ID.
  • the server device 100 stores the captured image in the storage unit 202 in association with the robot cleaner ID.
  • server apparatus 100 determines the service provision quality required from the captured image stored in storage unit 202 in association with the robot cleaner ID, and the provision of service indicated by the prescheduled data regarding service provision. If there is a difference between the planned quality and the quality, adjustment processing is performed based on the difference. More specifically, the server device 100 compares the service provision quality required from the captured image, which is the measurement data, with the scheduled service provision quality indicated by the prescheduled data, and determines the service required from the captured image. does not reach the planned service provision quality indicated by the pre-planned data on service provision, as adjustment processing, the amount of penalty for the service provider is determined based on the difference.
  • the server device 100 performs image analysis on the captured image, and when there is a location where dirt is not removed by a threshold value or more within a predetermined range, the service provision quality required from the captured image is determined based on the prescheduled data regarding service provision. It is determined that the service provision quality indicated by is not reached. Then, the server device 100 determines the amount of penalty for the service provider based on the number of unremoved spots within a predetermined range. For example, the server device 100 sets a penalty amount of 200 yen when the number of unremoved spots is 1, and a penalty amount of 500 yen when there are 2 unremoved spots.
  • the server device 100 executes payment processing for providing the service based on the captured image.
  • the server device 100 executes settlement processing regarding the provision of the cleaning service by the robot cleaner based on the captured image.
  • server device 100 transmits the settlement processing result to the client device 110.
  • server device 100 transmits the settlement processing result to client device 120.
  • FIG. 10 is a diagram showing an example of a system configuration of an information processing system 1000 of Modification 3. As shown in FIG. As shown in FIG. 10, the information processing system 1000 is configured to perform adjustment processing (transaction verification penalty processing in FIG. 10) and settlement processing described in the above-described embodiments and the like on a blockchain smart contract.
  • adjustment processing transaction verification penalty processing in FIG. 10
  • settlement processing described in the above-described embodiments and the like on a blockchain smart contract.
  • the server device 100 records the actual power interchange amount received through a meter such as a smart meter on the blockchain, and uses an amount proportional to the difference between the value and the matching record as a penalty for pre-matching settlement. At the same time, settlement is performed on the smart contract. This allows for pre-matching based on probabilities and accounting for differences between actual weighed values.
  • the server device 100 performs the following processes. i.e. (1) Implementation of pre-matching based on predicted values (2) Execution of power interchange (3) Recording of meter readings in accordance with the Measurement Act on the blockchain (4) Matching results and meter readings by smart contract Value Consistency Confirmation/Penalty Calculation Processing (5) Settlement Using Tokens
  • the server device 100 sets a penalty by multiplying the absolute value of the difference between the matching result and the weighing result by a certain constant.
  • the server device 100 grants tokens in contrast to the penalty when the actual amount of accommodation exceeds the matching amount.
  • Fig. 11 is a diagram showing the flow of processing for recording the amount of accommodation results measured by the smart meter in the blockchain.
  • the contract ID and amount are recorded in the block chain, and the server device 100 performs the process (4) based on this information.
  • the information processing system 1000 may include ticket gates at stations, POS (Point of Sale) systems at restaurants, and the like.
  • the user exits the ticket gate at the station using an IC card or the like recorded in a smartphone or the like.
  • the ticket gate may distribute coupons and the like for restaurants near the station to smartphones and the like of users exiting the ticket gate.
  • the method of distributing coupons is not limited to this, and a leaflet with a two-dimensional code or the like written thereon may be distributed.
  • the user to whom the leaflet was distributed may obtain the coupon by reading the two-dimensional code and having a smartphone or the like read the coupon.
  • the server device 100 makes a reservation for a restaurant when receiving an operation for making a restaurant reservation using a coupon from the user.
  • the server device 100 stores, as reservation information, identification information for identifying the user who made the reservation, information such as the reserved course, information on the date and time of the reservation to visit the restaurant, information on the coupon, etc., as advance schedule data regarding use of the service. do.
  • the measurement data is transmitted from the store's POS system or the like to the server device 100 .
  • the server device 100 receives measurement data from a POS system or the like.
  • the measurement data includes identification information that identifies the user who made the payment, information on the coupon used by the user, information on the food and drink that the user actually ate, information on the price of the food and drink, and the date and time when the payment was made. Information etc. is transmitted.
  • a POS system is an example of a device related to the use of services. Data obtained from a POS system is an example of metered data relating to service usage. Note that, as another example of the device related to the use of the service, a cash register installed in a restaurant may be used. In this case, the measurement data relating to service usage is the data sent from the register. The data sent from the register is also similar to the data obtained from the POS system.
  • the server device 100 executes adjustment processing for the user based on the difference. For example, when a reservation is made but the user does not come to the store without canceling it, information indicating that the user did not come to the store without canceling is sent from the POS system to the server device 100 as an example of measurement data. sent. In such a case, the server device 100 uses the service usage information obtained from the measurement data (i.e., the usage information indicating that a reservation was made but did not come to the store without being canceled) and advance schedule data.
  • the server device 100 may determine that the user pays an unauthorized cancellation fee according to the difference, or how much the user's credibility is lowered based on the reservation amount and/or the number of unauthorized cancellations. may decide.
  • This process is an example of the adjustment process in the second embodiment.
  • the credibility may be a specific numerical value indicating the credibility of the user, or may be a value indicating a status such as gold, silver, or copper.
  • the server device 100 will be described below assuming that it holds, manages, and provides specific numerical values indicating the user's credibility as credibility.
  • the server device 100 charges the registered user's credit card for an amount calculated based on the number of people who made the reservation and the course fee, for example, as payment processing. do. Further, when it is determined that the user's credibility is to be lowered by a predetermined numerical value, the server device 100 performs, as settlement processing, a process of lowering the user's credibility by the numerical value calculated based on the number of people who made the reservation and the fee for the course. . On the other hand, if the user does not cancel the reservation, the server device 100 executes payment processing for using the service based on the measurement data.
  • the server device 100 may perform a process of increasing the creditworthiness of the user according to the amount of money spent by the user.
  • the second embodiment when there is a difference between the service usage information obtained from the measurement data and the service usage schedule information indicated by the advance schedule data regarding service usage, based on the difference, for example, the user's creditworthiness It is possible to perform adjustment processing such as lowering the In addition, payment processing can be executed based on measurement data obtained when actually using a restaurant or the like.
  • the information processing system 1000 of Modification 1 includes a web camera that captures an image of the vicinity of a ticket gate at a station, a web camera that captures an image of a street with restaurants, a web camera that captures an image of the entrance/exit of a commercial facility, the inside of a building, and the like. These web cameras take images of people. Then, the server device 100 obtains the flow of people from the captured image. In addition, server device 100 determines how the flow of people will change by distributing coupons.
  • the server device 100 can be used to determine the flow of people when a coupon for a restaurant on the upper floor of a predetermined commercial facility is distributed, or when a coupon for a restaurant on the first floor or basement of a predetermined commercial facility is distributed.
  • the flow of people, the flow of people when coupons for a restaurant near the station are distributed, etc., may be obtained from captured images captured by a plurality of web cameras.
  • the adjustment process includes: determining the amount of a first penalty for the supplier of the product based on the difference between the supply quantity of the product and the planned supply quantity of the product, and supplying the product determined from the measurement data as the payment processing
  • An information processing apparatus that determines an amount of consideration for the supplier based on the amount, and determines an amount obtained by subtracting the amount of the first penalty from the amount of consideration as the consideration for the supplier.
  • the adjustment process includes: determining an amount to be given to the supplier of the product based on the difference between the supply amount of the product and the planned supply amount of the product; and determining an amount obtained by adding the amount to be provided to the amount of consideration as the consideration for the supplier.
  • the adjustment process includes: , determining the amount of a second penalty for the supplier of the product based on the difference between the supply amount of the product and the planned supply amount of the product, and supplying the product obtained from the measurement data as the payment processing
  • An information processing apparatus that determines an amount of consideration for the supplier based on the amount, and determines an amount obtained by subtracting the amount of the second penalty from the amount of consideration as the amount of consideration for the supplier.
  • the information processing apparatus wherein the product is electric power.
  • the device related to the supply of the product is a smart meter related to the supply of electric power.
  • An information processing device comprising a control unit, wherein the control unit receives measurement data related to the provision of the service from a device related to the provision of the service, and determines the quality of the service provided from the measurement data and the provision of the service.
  • the control unit receives measurement data related to the provision of the service from a device related to the provision of the service, and determines the quality of the service provided from the measurement data and the provision of the service.
  • the adjustment As processing the amount of penalty for the service provider is determined based on the difference between the provision quality and the expected provision quality, and as the payment processing, the provision is performed based on the service provision quality obtained from the measurement data.
  • An information processing apparatus that determines an amount of consideration for a provider, and determines an amount obtained by subtracting the amount of penalty from the amount of consideration as the amount of consideration for the provider.
  • the information processing apparatus wherein the service is a garbage collection and disposal service.
  • the device related to the provision of the service is an imaging device having a communication function and related to a garbage truck.
  • the measurement data is image data relating to disposal of garbage by the garbage truck.
  • the image data relating to the garbage disposal includes position information.
  • An information processing device comprising a control unit, wherein the control unit receives measurement data related to the use of the service from a device related to the use of the service, and generates service usage information obtained from the measurement data and the use of the service. If there is a difference between the service usage schedule information indicated by the pre-scheduled data regarding the .
  • the control unit executes the adjustment process and the payment process on a smart contract.
  • An information processing method executed by an information processing device wherein measurement data relating to the supply of products is received from a device relating to the supply of products, and an amount of product supply obtained from the measurement data and prescheduled data relating to the supply of the products are used.
  • An information processing method wherein if there is a difference between the indicated supply amount of the product and the supply amount of the product, adjustment processing is performed based on the difference, and settlement processing regarding the supply of the product is performed based on the measurement data.
  • An information processing method executed by an information processing device wherein measurement data relating to the provision of the service is received from a device relating to the provision of the service, and the service provision quality required from the measurement data and the prescheduled data relating to the provision of the service are obtained.
  • An information processing method comprising: executing an adjustment process based on the difference when there is a difference between the indicated quality to be provided and the quality, and executing a settlement process for providing the service based on the measurement data.
  • An information processing method executed by an information processing device, wherein measurement data relating to the use of the service is received from a device relating to the use of the service, and service usage information obtained from the measurement data and prescheduled data relating to the use of the service are obtained. If there is a difference between the indicated service usage schedule information and the difference, determine the processing for the user based on the difference, execute the determined processing, and execute the payment processing related to the use of the service based on the measurement data.
  • Information processing methods A program for causing a computer to function as a control section of the information processing apparatus. Of course, it is not limited to this.
  • Server device 110 Client device 120: Client device 130: Smart meter 150: Network 160: Garbage truck 170: Imaging device 180: Robot cleaner 201: Control unit 202: Storage unit 203: Communication unit 1000: Information processing system

Landscapes

  • Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

One embodiment of the present invention provides an information processing device. This information processing device has a control unit. The control unit receives measurement data related to the supply of a commodity from a device related to the supply of the commodity, and when a difference exists between the supply amount of the commodity as obtained from the measurement data and the supply amount of the commodity as indicated by prior scheduled data related to the supply of the commodity, the control unit executes an adjustment process on the basis of the difference. A settlement process related to the supply of the commodity is executed on the basis of the measurement data.

Description

情報処理装置、情報処理方法及びプログラムInformation processing device, information processing method and program
 本発明は、情報処理装置、情報処理方法及びプログラムに関する。 The present invention relates to an information processing device, an information processing method, and a program.
 取引を管理するシステムが存在する。
 特許文献1では、電力の売買取引を管理するシステムが開示されている。
A system exists to manage transactions.
Patent Literature 1 discloses a system for managing power sales transactions.
特開2002-102142号公報Japanese Patent Application Laid-Open No. 2002-102142
 実際に商品を売り買いする前に事前のマッチングを行う場合、マッチングにおける約定量と実際の商品の取引量とにズレが生じする場合がある。このような場合、マッチングにおける約定量に基づいて決済をしてしまうと実際の取引量とはかけ離れた決済を行うことになってしまう。 When conducting preliminary matching before actually buying and selling products, there may be a discrepancy between the contract amount in matching and the actual transaction volume of the product. In such a case, if settlement is made based on the contract amount in matching, settlement will be made far from the actual transaction amount.
 本発明の一態様によれば、情報処理装置が提供される。この情報処理装置は、制御部を有する。制御部は、商品の供給に関する装置より商品の供給に関する計測データを受け取り、計測データから求められる商品の供給量と、商品の供給に関する事前予定データで示される商品の供給量と、に差分が存在する場合、差分に基づき調整処理を実行する。計測データに基づき商品の供給に関する決済処理を実行する。 According to one aspect of the present invention, an information processing device is provided. This information processing device has a control unit. The control unit receives measurement data regarding product supply from a device regarding product supply, and there is a difference between the product supply amount obtained from the measurement data and the product supply amount indicated by pre-planned data regarding product supply. If so, the adjustment process is executed based on the difference. Execute payment processing related to product supply based on measurement data.
図1は、情報処理システムのシステム構成の一例を示す図である。FIG. 1 is a diagram showing an example of the system configuration of an information processing system. 図2は、サーバー装置のハードウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a hardware configuration of a server device; 図3は、情報処理システムの情報処理の一例を示すシーケンス図である。FIG. 3 is a sequence diagram illustrating an example of information processing of the information processing system. 図4は、事前予定データの一例を示す図である。FIG. 4 is a diagram showing an example of advance schedule data. 図5は、変形例1の情報処理システムのシステム構成の一例を示す図である。FIG. 5 is a diagram illustrating an example of a system configuration of an information processing system according to Modification 1. As illustrated in FIG. 図6は、情報処理システムの情報処理の一例を示すシーケンス図である。FIG. 6 is a sequence diagram showing an example of information processing of the information processing system. 図7は、変形例1の事前予定データの一例を示す図である。FIG. 7 is a diagram illustrating an example of prescheduled data according to Modification 1. As illustrated in FIG. 図8は、変形例2の情報処理システムのシステム構成の一例を示す図である。FIG. 8 is a diagram illustrating an example of a system configuration of an information processing system according to Modification 2. As illustrated in FIG. 図9は、情報処理システムの情報処理の一例を示すシーケンス図である。FIG. 9 is a sequence diagram illustrating an example of information processing of the information processing system. 図10は、変形例3の情報処理システムのシステム構成の一例を示す図である。FIG. 10 is a diagram illustrating an example of a system configuration of an information processing system according to modification 3. As illustrated in FIG. 図11は、スマートメーターで計量された融通結果量をブロックチェーンに記録する処理の流れを示す図である。FIG. 11 is a diagram showing the flow of processing for recording the amount of accommodation results measured by the smart meter in the blockchain.
 以下、図面を用いて本発明の実施形態について説明する。以下に示す実施形態中で示した各種特徴事項は、互いに組み合わせ可能である。 Embodiments of the present invention will be described below with reference to the drawings. Various features shown in the embodiments shown below can be combined with each other.
 本明細書において「部」とは、例えば、広義の回路によって実施されるハードウェア資源と、これらのハードウェア資源によって具体的に実現されうるソフトウェアの情報処理とを合わせたものも含みうる。また、本実施形態においては様々な情報を取り扱うが、これら情報は、0又は1で構成される2進数のビット集合体として信号値の高低によって表され、広義の回路上で通信・演算が実行されうる。 In this specification, the term "unit" may include, for example, a combination of hardware resources implemented by circuits in a broad sense and software information processing that can be specifically realized by these hardware resources. In addition, although various information is handled in this embodiment, this information is represented by the level of the signal value as a binary bit aggregate composed of 0 or 1, and communication and calculation are performed on a circuit in a broad sense. can be
 また、広義の回路とは、回路(Circuit)、回路類(Circuitry)、プロセッサ(Processor)、及びメモリ(Memory)等を少なくとも適当に組み合わせることによって実現される回路である。すなわち、特定用途向け集積回路(Application Specific Integrated Circuit:ASIC)、プログラマブル論理デバイス(例えば、単純プログラマブル論理デバイス(Simple Programmable Logic Device:SPLD)、複合プログラマブル論理デバイス(Complex Programmable Logic Device:CPLD)、及びフィールドプログラマブルゲートアレイ(Field Programmable Gate Array:FPGA))等を含むものである。 A circuit in a broad sense is a circuit realized by at least appropriately combining circuits, circuits, processors, memories, and the like. Application Specific Integrated Circuit (ASIC), Programmable Logic Device (for example, Simple Programmable Logic Device (SPLD), Complex Programmable Logic Device (CPLD), and field It includes a programmable gate array (Field Programmable Gate Array: FPGA)).
<実施形態1>
1.システム構成
 図1は、情報処理システム1000のシステム構成の一例を示す図である。図1に示されるように、情報処理システム1000は、システム構成として、サーバー装置100と、クライアント装置110と、クライアント装置120と、スマートメーター130と、を含む。サーバー装置100は、ネットワーク150を介して、クライアント装置110、クライアント装置120、スマートメーター130と通信可能に接続されている。サーバー装置100は、電力取引を管理するサーバー装置であって、後述する本実施形態に係る処理を実行する。クライアント装置110は、電力の買い取りを行うユーザーが操作する装置である。クライアント装置120は、例えば太陽光発電等で発電した電力の販売を行うユーザーが操作する装置である。スマートメーター130は、販売された電力量を計測し、計測した結果を、スマートメーター130を識別する識別情報と共にサーバー装置100に送信する、電子式電力量計である。本実施形態では、商品の一例として電力を用いて、情報処理システム1000等の処理を説明する。スマートメーター130は電力の供給に関する計測データを計測する装置の一例である。また、商品の供給に関するスマートメーター130は、電力の供給に関する装置の一例でもある。
<Embodiment 1>
1. System Configuration FIG. 1 is a diagram showing an example of the system configuration of an information processing system 1000. As shown in FIG. As shown in FIG. 1, an information processing system 1000 includes a server device 100, a client device 110, a client device 120, and a smart meter 130 as a system configuration. The server device 100 is communicably connected to the client device 110 , the client device 120 and the smart meter 130 via the network 150 . The server device 100 is a server device that manages power transactions, and executes processing according to the present embodiment, which will be described later. The client device 110 is a device operated by a user who purchases power. The client device 120 is a device operated by a user who sells power generated by, for example, solar power generation. The smart meter 130 is an electronic watt-hour meter that measures the amount of electricity sold and transmits the measurement result to the server device 100 together with identification information that identifies the smart meter 130 . In this embodiment, the processing of the information processing system 1000 and the like will be described using electric power as an example of a product. The smart meter 130 is an example of a device that measures measurement data regarding power supply. In addition, the smart meter 130 related to product supply is also an example of a device related to power supply.
 図1では、説明の簡略化のため、情報処理システム1000において、クライアント装置110と、クライアント装置120とは1台しか図示していない。しかし、電力の買い取りを行うユーザーの数だけ、クライアント装置110が情報処理システム1000に含まれる。また、電力の販売を行うユーザーの数だけ、クライアント装置120及びスマートメーター130が情報処理システム1000に含まれる。
 クライアント装置110及びクライアント装置120の一例としては、PC(Personal Computer)がある。但し、このことは本実施の形態を制限するものではなく、クライアント装置110及びクライアント装置120は、スマートフォンであってもよいし、タブレット型コンピュータ等であってもよい。サーバー装置100は、情報処理装置の一例である。
In FIG. 1, only one client device 110 and one client device 120 are shown in the information processing system 1000 for simplification of explanation. However, the information processing system 1000 includes as many client devices 110 as there are users who purchase power. In addition, the information processing system 1000 includes as many client devices 120 and smart meters 130 as the number of users who sell electricity.
An example of the client device 110 and the client device 120 is a PC (Personal Computer). However, this does not limit the present embodiment, and the client device 110 and the client device 120 may be smart phones, tablet computers, or the like. Server device 100 is an example of an information processing device.
2.サーバー装置100のハードウェア構成
 図2は、サーバー装置100のハードウェア構成の一例を示す図である。サーバー装置100は、ハードウェア構成として、制御部201と、記憶部202と、通信部203と、を含む。制御部201は、CPU(Central Processing Unit)等であって、サーバー装置100の全体を制御する。記憶部202は、HDD(Hard Disk Drive)、ROM(Read Only Memory)、RAM(Random Access Memory)、SSD(Solid State Drive)の何れか又はこれらの任意の組み合わせ等であって、プログラム及び制御部201がプログラムに基づき処理を実行する際に利用するデータ等を記憶する。制御部201が、記憶部202に記憶されているプログラムに基づき、処理を実行することによって、サーバー装置100の機能及び後述するシーケンス図におけるサーバー装置100の処理等が実現される。通信部203は、NIC(Network Interface Card)等であって、サーバー装置100をネットワーク150に接続し、他の装置(例えば、クライアント装置110等)との通信を司る。
 クライアント装置110、クライアント装置120等のハードウェア構成もサーバー装置100のハードウェア構成と同様である。クライアント装置の制御部がクライアント装置の記憶部に記憶されているプログラムに基づき処理を実行することによってクライアント装置の機能等が実現される。
2. 2. Hardware Configuration of Server Device 100 FIG. 2 is a diagram showing an example of the hardware configuration of the server device 100. As shown in FIG. The server device 100 includes a control unit 201, a storage unit 202, and a communication unit 203 as a hardware configuration. The control unit 201 is a CPU (Central Processing Unit) or the like, and controls the server device 100 as a whole. The storage unit 202 is any one of HDD (Hard Disk Drive), ROM (Read Only Memory), RAM (Random Access Memory), SSD (Solid State Drive), or any combination thereof, and stores programs and control units. 201 stores data and the like used when executing processing based on a program. The control unit 201 executes processing based on the programs stored in the storage unit 202, thereby realizing the functions of the server device 100 and the processing of the server device 100 in sequence diagrams to be described later. The communication unit 203 is a NIC (Network Interface Card) or the like, connects the server device 100 to the network 150, and controls communication with other devices (for example, the client device 110 or the like).
The hardware configuration of the client device 110 , the client device 120 , etc. is the same as the hardware configuration of the server device 100 . Functions and the like of the client device are realized by the control unit of the client device executing processing based on a program stored in the storage unit of the client device.
3.情報処理
 図3は、情報処理システム1000の情報処理の一例を示すシーケンス図である。
 SQ301において、クライアント装置110は、サーバー装置100に対して、発注情報を送信する。発注情報には、発注情報を識別する情報、必要とする電力量、電力の受け取り日時、買い取る電力量に関する希望条件等が含まれる。
 SQ302において、クライアント装置120は、サーバー装置100に対して、入札情報を送信する。入札情報には、希望条件に対する応答情報(例えば、金額等)が含まれる。より具体的に説明すると、クライアント装置120は、サーバー装置100にアクセスして、発注情報の一覧を表示させる。そして、クライアント装置120は、ユーザーの選択操作等に応じて、一覧のうち、選択された発注情報に対する入札情報をサーバー装置100に送信する。
3. Information Processing FIG. 3 is a sequence diagram illustrating an example of information processing in the information processing system 1000 .
At SQ 301 , the client device 110 transmits order information to the server device 100 . The order information includes information for identifying the order information, the required amount of power, the date and time of receiving the power, desired conditions regarding the amount of power to be purchased, and the like.
At SQ 302 , the client device 120 transmits bid information to the server device 100 . The bid information includes response information (for example, amount of money, etc.) to the desired conditions. More specifically, the client device 120 accesses the server device 100 and displays a list of order information. Then, the client device 120 transmits to the server device 100 the bid information for the order information selected from the list in accordance with the user's selection operation or the like.
 SQ303において、サーバー装置100は、発注情報と、発注情報に対する1以上の入札情報と、に基づいて、発注者と入札者とをマッチングさせるマッチング処理を実行する。例えば、サーバー装置100は、発注者にマッチングする入札者として、発注者が必要とする電力を電力の受け取り日時にもっとも安く提供できる入札者を決定する。なお、サーバー装置100は、入札者が指定された日時に、指定された電力量をきちんと提供しているか否か等の、入札者の実績履歴等に基づき、入札者を点数化し、閾値以上の点数を有する入札者を、マッチング対象の入札者として限定してもよい。決定された入札者を以下、電力の供給者という。電力の提供者を決定すると、サーバー装置100は、供給者情報と、供給者に関連付けて登録されているスマートメーターを識別する識別情報(スマートメーターID)と、発注者情報と、電力量と、電力に関する金額等を電力の供給に関する事前予定データとして記憶部202に記憶する。 In SQ303, the server device 100 executes matching processing for matching the orderer and the bidder based on the order information and one or more pieces of bid information for the order information. For example, the server device 100 determines a bidder who can provide the power required by the orderer at the lowest price at the date and time when the power is received, as a bidder matching the orderer. Note that the server device 100 scores the bidder based on the bidder's performance history, such as whether or not the bidder properly provides the specified amount of power at the specified date and time, and Bidders with points may be limited as bidders to be matched. The determined bidder is hereinafter referred to as the power supplier. When the power supplier is determined, the server device 100 stores supplier information, identification information (smart meter ID) for identifying a smart meter registered in association with the supplier, orderer information, power amount, The amount of money related to electric power and the like are stored in the storage unit 202 as pre-scheduled data related to power supply.
 図4は、事前予定データの一例を示す図である。図4に示されるように、事前予定データには、供給者情報と、スマートメーターIDと、発注者情報と、電力量と、金額と、が含まれる。供給者情報には、供給者に関連する情報であって、供給者の名前、連絡先(電話番号及び電子メールアドレス)、クライアント装置120を識別する識別情報等が含まれる。スマートメーターIDには、供給者情報に関連するスマートメーター130を識別する識別情報が含まれる。発注者情報には、発注者の名前、連絡先(電話番号及び電子メールアドレス)、クライアント装置110を識別する識別情報等が含まれる。電力量には、電力の供給に関する供給予定の電力量が含まれる。金額には、電力量に応じた電力の金額が含まれる。 FIG. 4 is a diagram showing an example of prescheduled data. As shown in FIG. 4, the prescheduled data includes supplier information, smart meter ID, orderer information, power amount, and price. The supplier information is information related to the supplier and includes the supplier's name, contact information (telephone number and e-mail address), identification information for identifying the client device 120, and the like. The smart meter ID includes identification information that identifies the smart meter 130 associated with the supplier information. The orderer information includes the orderer's name, contact information (telephone number and e-mail address), identification information for identifying the client device 110, and the like. The amount of electric power includes the amount of electric power scheduled to be supplied regarding the supply of electric power. The amount includes the amount of electricity corresponding to the amount of electricity.
 SQ304において、サーバー装置100は、マッチング結果として、事前予定データに含まれる、供給者情報、電力量、金額等の情報をクライアント装置110に送信する。
 SQ305において、サーバー装置100は、マッチング結果として、事前予定データに含まれる、発注者情報、電力量、金額の情報等をクライアント装置120に送信する。
In SQ304, the server device 100 transmits information such as supplier information, electric power amount, and price included in the pre-scheduled data to the client device 110 as a matching result.
In SQ305, the server device 100 transmits the orderer information, the electric power amount, the amount of money information, etc. included in the pre-scheduled data to the client device 120 as a matching result.
 クライアント装置120のユーザーである電力の供給者は、例えば太陽光発電設備等を用いて発電を行い、定められた日時にクライアント装置110に対して電力を供給する。
 SQ306において、サーバー装置100は、電力を供給するクライアント装置120のユーザーに関連するスマートメーター130より計測データを受信する。例えば、スマートメーター130は、クライアント装置120からの要求に基づいて、スマートメーター130を識別する識別情報であるスマートメーターIDと共にクライアント装置110に対して供給された実際の電力量をサーバー装置100に送信する。クライアント装置110に対して供給された実際の電力量を、以下、計測データという。サーバー装置100は、スマートメーター130より電力の供給に関する計測データを受け取る。
A power supplier, who is a user of the client device 120, generates power using, for example, a solar power generation facility, and supplies power to the client device 110 at a predetermined date and time.
At SQ306, the server device 100 receives metering data from the smart meter 130 associated with the user of the client device 120 to which power is supplied. For example, based on a request from the client device 120, the smart meter 130 transmits to the server device 100 a smart meter ID, which is identification information for identifying the smart meter 130, and the actual amount of power supplied to the client device 110. do. The actual amount of power supplied to the client device 110 is hereinafter referred to as measurement data. The server device 100 receives measurement data regarding power supply from the smart meter 130 .
 SQ307において、サーバー装置100は、スマートメーターIDに基づき、事前予定データを特定し、特定した事前予定データに含まれる供給予定量を取得する。そして、サーバー装置100は、取得した供給予定量と、計測データと、に差分が存在するか否かを判定する。サーバー装置100は、計測データから求められる電力の供給量と、電力の供給に関する事前予定データで示される電力の供給量と、に差分が存在する場合、差分に基づき調整処理を実行する。より具体的に説明すると、サーバー装置100は、計測データで示される電力の供給量と、電力の供給に関する事前予定データで示される電力の供給量と、を比較し、計測データから求められる電力の供給量が、電力の供給に関する事前予定データで示される電力の供給予定量より少なかった場合、調整処理として、電力の供給量と電力の供給予定量との差分に基づき、電力の供給者に対する第1のペナルティの額を決定する。第1のペナルティの額としては、例えば、事前予定データで示される電力の供給予定量より1000kw少なければ2万円、2000kw少なければ3万円等である。 In SQ307, the server device 100 identifies the prescheduled data based on the smart meter ID, and acquires the scheduled supply amount included in the identified prescheduled data. Then, the server device 100 determines whether or not there is a difference between the acquired planned supply amount and the measurement data. If there is a difference between the amount of power supply obtained from the measurement data and the amount of power supply indicated by the prescheduled data on power supply, the server apparatus 100 executes adjustment processing based on the difference. More specifically, the server apparatus 100 compares the amount of power supply indicated by the measurement data with the amount of power supply indicated by pre-scheduled data on power supply, and determines the amount of power calculated from the measurement data. If the supply amount is less than the planned power supply amount indicated by the pre-planned data on power supply, as adjustment processing, based on the difference between the power supply amount and the planned power supply amount, Determine the amount of the 1 penalty. The amount of the first penalty is, for example, 20,000 yen for 1,000 kW less than the scheduled power supply amount indicated by the advance schedule data, and 30,000 yen for 2,000 kW less.
 一方、サーバー装置100は、計測データから求められる電力の供給量が、電力の供給に関する事前予定データで示される電力の供給予定量より多かった場合、調整処理として、電力の供給量と電力の供給予定量との差分に基づき、電力の供給者に対して付与する額を決定するようにしてもよい。すなわち、サーバー装置100は、予定より多い電力が供給された場合、予定より多い分の電力の料金をプラスするよう決定してもよい。他の例として、サーバー装置100は、計測データから求められる電力の供給量が、電力の供給に関する事前予定データで示される電力の供給予定量より多かった場合、調整処理として、電力の供給量と電力の供給予定量との差分に基づき、電力の供給者に対する第2のペナルティの額を決定するようにしてもよい。第2のペナルティの額としては、例えば、事前予定データで示される電力の供給予定量より1000kw多ければ2万円、2000kw多ければ3万円等である。これは、予定の供給量より多い電力を送られても、送られた側の設備にとって負荷となる場合があるからである。
 サーバー装置100は、設定に応じて、予定より多くの電力量を供給した場合にどのような処理を行うかを切り替えるようにしてもよい。
On the other hand, if the amount of power supply obtained from the measurement data is greater than the planned amount of power supply indicated by the pre-scheduled data on power supply, the server apparatus 100 performs adjustment processing to adjust the amount of power supply and the amount of power supplied. The amount to be given to the power supplier may be determined based on the difference from the planned amount. In other words, the server apparatus 100 may decide to add the charge for the amount of power that exceeds the planned amount when more power than the planned amount is supplied. As another example, if the amount of power supply obtained from the measurement data is greater than the planned amount of power supply indicated by the pre-scheduled data on power supply, the server apparatus 100 performs the adjustment process to adjust the power supply amount The amount of the second penalty for the power supplier may be determined based on the difference from the planned power supply amount. The amount of the second penalty is, for example, 20,000 yen for 1,000 kW more than the scheduled power supply amount indicated by the advance schedule data, and 30,000 yen for 2,000 kW more. This is because even if more electric power than the planned supply amount is sent, it may become a load on the equipment on the sent side.
The server device 100 may switch the processing to be performed when more power than planned is supplied, according to settings.
 SQ308において、サーバー装置100は、計測データに基づき電力の供給に関する決済処理を実行する。ここで、計測データで示される電力の供給量と、電力の供給に関する事前予定データで示される電力の供給量と、に差分が存在しない場合、サーバー装置100は、計測データに基づき電力の供給に関する決済処理を実行する。一方、計測データで示される電力の供給量と、電力の供給に関する事前予定データで示される電力の供給量と、を比較し、計測データから求められる電力の供給量が、電力の供給に関する事前予定データで示される電力の供給予定量より少なかった場合、サーバー装置100は、決済処理として、計測データから求められる電力の供給量に基づき供給者に対する対価の額を決定し、対価の額から第1のペナルティの額を引いた額を供給者に対する対価として決定する。 In SQ308, the server device 100 executes settlement processing for power supply based on the measurement data. Here, if there is no difference between the amount of power supply indicated by the measurement data and the amount of power supply indicated by the pre-scheduled data on power supply, the server device 100 determines the amount of power supply on the basis of the measurement data. Execute payment processing. On the other hand, the amount of power supply indicated by the measurement data is compared with the amount of power supply indicated by the pre-planned data on power supply, and the amount of power supply obtained from the measurement data is compared with the pre-planned amount on power supply. If the power supply amount is less than the planned power supply amount indicated by the data, the server apparatus 100 determines the amount of compensation for the supplier based on the amount of power supply determined from the measurement data, as settlement processing, and selects the first amount from the amount of compensation. The amount after subtracting the amount of the penalty is determined as the consideration for the supplier.
 一方、サーバー装置100は、計測データから求められる電力の供給量が、電力の供給に関する事前予定データで示される電力の供給予定量より多かった場合、決済処理として、計測データから求められる電力の供給量に基づき供給者に対する対価の額を決定し、対価の額に付与する額を足した額を供給者に対する対価として決定するようにしてもよい。他の例として、サーバー装置100は、計測データから求められる電力の供給量が、電力の供給に関する事前予定データで示される電力の供給予定量より多かった場合、決済処理として、計測データから求められる電力の供給量に基づき供給者に対する対価の額を決定し、対価の額から第2のペナルティの額を引いた額を供給者に対する対価として決定するようにしてもよい。 On the other hand, if the amount of power supply determined from the measurement data is greater than the planned amount of power supply indicated by the pre-scheduled data on the power supply, the server apparatus 100 performs the payment processing to supply the power determined from the measurement data. The amount of consideration for the supplier may be determined based on the quantity, and the amount obtained by adding the amount to be given to the amount of consideration may be determined as the consideration for the supplier. As another example, if the amount of power supply determined from the measurement data is greater than the planned amount of power supply indicated by the pre-scheduled data on the power supply, the server device 100 performs the payment process based on the amount of power determined from the measurement data. The amount of consideration for the supplier may be determined based on the amount of power supply, and the amount obtained by subtracting the amount of the second penalty from the amount of consideration may be determined as the consideration for the supplier.
 SQ309において、サーバー装置100は、クライアント装置110に、決済処理の結果を送信する。
 同様に、SQ310において、サーバー装置100は、クライアント装置120に、決済処理の結果を送信する。
In SQ309, the server device 100 transmits the settlement processing result to the client device 110. FIG.
Similarly, in SQ310, the server device 100 transmits the settlement processing result to the client device 120. FIG.
 すなわち、サーバー装置100は、電力の供給に関する装置より電力の供給に関する計測データを受け取り、計測データで示される電力の供給量と、電力の供給に関する事前予定データで示される電力の供給量と、に差分が存在する場合、差分に基づき調整処理を実行する。また、サーバー装置100は、計測データに基づき電力の供給に関する決済処理を実行する。 That is, the server apparatus 100 receives measurement data regarding power supply from a device regarding power supply, and compares the amount of power supply indicated by the measurement data with the amount of power supply indicated by prescheduled data regarding power supply. If there is a difference, adjust processing is performed based on the difference. In addition, the server device 100 executes settlement processing regarding power supply based on the measurement data.
 以上、本実施形態によれば、実際の取引量に応じた決済処理を行うことができる。
 なお、本実施形態では、商品の例として電力を例に説明を行ったが、これに限定されるものではない。
As described above, according to the present embodiment, settlement processing can be performed according to the actual transaction volume.
In addition, in this embodiment, although electric power was described as an example of a product, it is not limited to this.
(変形例1)
 実施形態1の変形例1を説明する。
 変形例1ではサービスを例に説明を行う。特に、変形例1では、サービスの一例としてゴミ回収処分サービスを例に説明を行う。
(Modification 1)
Modification 1 of Embodiment 1 will be described.
Modification 1 will be described using a service as an example. In particular, in Modification 1, a garbage collection and disposal service will be described as an example of the service.
 図5は、変形例1の情報処理システム1000のシステム構成の一例を示す図である。図5に示されるように、情報処理システム1000は、システム構成として、サーバー装置100と、クライアント装置110と、クライアント装置120と、ゴミ収集車160と、撮像装置170と、を含む。サーバー装置100は、ネットワーク150を介して、クライアント装置110、クライアント装置120、ゴミ収集車160と、通信可能に接続されている。変形例1のサーバー装置100は、ゴミ回収処分サービスに関する情報処理を統括するサーバー装置であって、変形例1に係る処理を実行する。クライアント装置110は、ゴミの回収処分を依頼するユーザーが操作する装置である。クライアント装置120は、ゴミ収集車160を管理する管理会社の担当者が操作する装置である。ゴミ収集車160は、クライアント装置110からの依頼に基づいてクライアント装置110の自宅等にゴミを回収し、設定された処分場までゴミを運んで、回収したゴミを処分する車である。撮像装置170は、ゴミ収集車160に関連付けられて設定されているカメラであり、被写体を撮像する。また、撮像装置170は、通信機能を有する。撮像装置170は、ゴミ収集車160と関連付けられてサーバー装置100に設定されていればよく、一例としては、ゴミ収集車160の運転手が可搬可能なスマートフォン等である。撮像装置170で撮像された撮像画像には、属性情報として、撮像された日時を示す日時情報と、撮像された位置を示す位置情報と、が付加される。撮像装置170は、サービスの提供に関する装置の一例である。 FIG. 5 is a diagram showing an example of the system configuration of the information processing system 1000 of Modification 1. As shown in FIG. As shown in FIG. 5, the information processing system 1000 includes a server device 100, a client device 110, a client device 120, a garbage truck 160, and an imaging device 170 as a system configuration. The server device 100 is communicably connected to the client device 110 , the client device 120 and the garbage truck 160 via the network 150 . The server device 100 of Modification 1 is a server device that supervises information processing related to the garbage collection and disposal service, and executes processing according to Modification 1. FIG. The client device 110 is a device operated by a user who requests garbage collection and disposal. The client device 120 is a device operated by a person in charge of a management company that manages the garbage truck 160 . The garbage truck 160 is a vehicle that collects garbage to the home or the like of the client apparatus 110 based on a request from the client apparatus 110, transports the garbage to a set disposal site, and disposes of the collected garbage. The imaging device 170 is a camera that is set in association with the garbage truck 160 and captures an image of a subject. Also, the imaging device 170 has a communication function. The imaging device 170 may be associated with the garbage truck 160 and set in the server device 100 , and an example is a smart phone or the like that can be carried by the driver of the garbage truck 160 . A captured image captured by the imaging device 170 is added with, as attribute information, date/time information indicating the date and time when the image was captured, and position information indicating the position at which the image was captured. The imaging device 170 is an example of a device related to service provision.
 図5では、説明の簡略化のため、情報処理システム1000において、クライアント装置110、クライアント装置120、ゴミ収集車160等は1台しか図示していない。しかし、ゴミの回収処分を依頼するユーザーの数だけ、クライアント装置110が情報処理システム1000に含まれる。また、ゴミ処分の業者の数だけ、クライアント装置120が情報処理システム1000に含まれる。また、各々のゴミ処分の業者が保有するゴミ収集車の数だけ、ゴミ収集車160及び撮像装置170のセットが情報処理システム1000に含まれる。
 また、本変形例では説明の簡略化のため、1人のユーザーがゴミの回収処分を依頼するものとして説明を行う。しかし、複数のユーザーがそれぞれの家のゴミの回収処分を依頼し、依頼を受けたゴミ収集車160がそれぞれの家からゴミを回収し、設定された処分場にてゴミを処分するようにしてもよい。
 クライアント装置110及びクライアント装置120の一例としては、PC(Personal Computer)がある。但し、このことは本実施の形態を制限するものではなく、クライアント装置110及びクライアント装置120は、スマートフォンであってもよいし、タブレット型コンピュータ等であってもよい。
In FIG. 5, only one client device 110, client device 120, garbage truck 160, and the like in the information processing system 1000 are shown for simplification of explanation. However, the information processing system 1000 includes as many client devices 110 as there are users requesting garbage collection and disposal. In addition, the information processing system 1000 includes as many client devices 120 as there are garbage disposal companies. The information processing system 1000 includes as many sets of garbage trucks 160 and imaging devices 170 as the number of garbage trucks owned by each garbage disposal company.
Also, in this modified example, for the sake of simplification of explanation, it is assumed that one user requests garbage collection and disposal. However, a plurality of users request collection and disposal of garbage from each house, and the garbage truck 160 that receives the request collects the garbage from each house and disposes of the garbage at the set disposal site. good too.
An example of the client device 110 and the client device 120 is a PC (Personal Computer). However, this does not limit the present embodiment, and the client device 110 and the client device 120 may be smart phones, tablet computers, or the like.
 図6は、情報処理システム1000の情報処理の一例を示すシーケンス図である。
 SQ501において、クライアント装置110は、サーバー装置100に対して、発注情報を送信する。発注情報には、ゴミの量、ゴミの種類、回収日、回収場所、ゴミ回収処分サービスを利用する際の希望条件等が含まれる。
 SQ502において、クライアント装置120は、サーバー装置100に対して、入札情報を送信する。入札情報には、希望条件に対応する応答情報(例えば、金額等)が含まれる。より具体的に説明すると、クライアント装置120は、サーバー装置100にアクセスして、発注情報の一覧を表示させる。そして、クライアント装置120は、ユーザーの選択操作等に応じて、一覧のうち、選択された発注情報に対する入札情報をサーバー装置100に送信する。
FIG. 6 is a sequence diagram showing an example of information processing of the information processing system 1000. As shown in FIG.
At SQ 501 , the client device 110 transmits order information to the server device 100 . The order information includes the amount of garbage, the type of garbage, the date of collection, the place of collection, desired conditions for using the garbage collection and disposal service, and the like.
At SQ 502 , the client device 120 transmits bid information to the server device 100 . The bid information includes response information (for example, price) corresponding to desired conditions. More specifically, the client device 120 accesses the server device 100 and displays a list of order information. Then, the client device 120 transmits to the server device 100 the bid information for the order information selected from the list in accordance with the user's selection operation or the like.
 SQ503において、サーバー装置100は、発注情報と、発注情報に対する1以上の入札情報と、に基づいて、発注者と入札者とをマッチングさせるマッチング処理を実行する。例えば、サーバー装置100は、発注者にマッチングする入札者として、発注者が要望する日時に、指定された種類のゴミを、指定された量、指定された回収場所に回収に行ける入札者のうち、もっとも安くサービスを提供できる入札者を決定する。なお、サーバー装置100は、指定された日に指定されたゴミをきれいに回収し、適切な処分場まで運んでいるか否か等の入札者の実績履歴等に基づき、入札者を点数化し、閾値以上の点数を有する入札者を、マッチング対象の入札者として限定してもよい。決定された入札者を以下、サービスの提供者という。ゴミ回収処分サービスの提供を決定すると、サーバー装置100は、提供者情報と、サービスの提供者の該当するゴミ収集車160に関連付けて登録されているカメラを識別する識別情報(撮像装置ID)と、発注者情報と、サービスの提供予定品質情報と、ゴミ回収処分サービスに関する金額等をゴミ回収処分サービスの提供に関する事前予定データとして記憶部202に記憶する。ここで、提供予定品質情報としては、指定されたゴミを回収しているか、設定された処分場でゴミを処分しているか等である。 In SQ503, the server device 100 executes matching processing for matching the orderer and the bidder based on the order information and one or more pieces of bid information for the order information. For example, the server device 100, as a bidder matching the orderer, selects among the bidders who can collect a specified amount of garbage of a specified type at a specified collection location at a date and time requested by the orderer. , to determine the cheapest bidder to provide the service. Note that the server device 100 scores the bidder based on the bidder's track record, such as whether or not the garbage specified on the specified day is cleanly collected and transported to an appropriate disposal site. Bidders with a score of may be limited as bidders to be matched. The determined bidder is hereinafter referred to as the service provider. When the provision of the garbage collection and disposal service is decided, the server device 100 receives provider information and identification information (imaging device ID) for identifying a camera registered in association with the garbage truck 160 corresponding to the service provider. , orderer information, scheduled service provision quality information, and the amount of money related to the garbage collection and disposal service are stored in the storage unit 202 as prescheduled data regarding the provision of the garbage collection and disposal service. Here, the quality information scheduled to be provided includes information such as whether designated garbage is being collected, whether garbage is being disposed of at a designated disposal site, and the like.
 図7は、変形例1の事前予定データの一例を示す図である。図5に示されるように、事前予定データには、提供者情報と、撮像装置IDと、発注者情報と、提供予定品質情報と、金額と、が含まれる。提供者情報には、提供者に関連する情報であって、提供者の名前、連絡先(電話番号及び電子メールアドレス)、クライアント装置120を識別する識別情報等が含まれる。撮像装置IDには、サービスの提供者の該当するゴミ収集車160に関連付けられて設定されている撮像装置170を識別する識別情報等が含まれる。発注者情報には、発注者の名前、連絡先(電話番号及び電子メールアドレス)、クライアント装置110を識別する識別情報等が含まれる。提供予定品質情報には、指定されたゴミを回収しているか、設定された処分場でゴミを処分しているか等の情報が含まれる。より具体的に説明すると、提供予定品質情報は、指定された回収場所から指定されたゴミを収集し、ゴミ収集車160に積まれていること、設定された処分場でゴミを処分していること等の情報である。また、提供予定品質情報に、ゴミを回収する日時情報、ゴミを処分する日時情報が含まれてもよい。より具体的に説明すると、提供予定品質情報に、何年何月何日にゴミを指定された場所で収集し、何年何月何日までにゴミを定められた処分場まで運搬し、処分する等の情報が含まれてもよい。金額には、利用者とサービスの提供者との間で合意されたゴミ回収処分に関する料金の金額が含まれる。 FIG. 7 is a diagram showing an example of pre-scheduled data of Modification 1. FIG. As shown in FIG. 5, the prescheduled data includes provider information, imaging device ID, orderer information, scheduled provision quality information, and amount. The provider information is information related to the provider, and includes the provider's name, contact information (telephone number and e-mail address), identification information for identifying the client device 120, and the like. The imaging device ID includes identification information for identifying the imaging device 170 set in association with the garbage truck 160 corresponding to the service provider. The orderer information includes the orderer's name, contact information (telephone number and e-mail address), identification information for identifying the client device 110, and the like. The quality information to be provided includes information such as whether the specified garbage is being collected, whether the garbage is being disposed of at the set disposal site, and the like. More specifically, the quality information to be provided indicates that the designated garbage is collected from the designated collection location, loaded on the garbage truck 160, and disposed of at the designated disposal site. information such as Further, the scheduled provision quality information may include date and time information for garbage collection and date and time information for garbage disposal. More specifically, in the quality information to be provided, garbage is collected at a designated place on what day, month, and year, and by what day and year is the garbage transported to the designated disposal site and disposed of. It may also include information such as The amount includes the amount of fees for garbage collection and disposal agreed between the user and the service provider.
 SQ504において、サーバー装置100は、マッチング結果として、事前予定データに含まれる、提供者情報、提供予定品質情報、金額等の情報をクライアント装置110に送信する。
 SQ505において、サーバー装置100は、マッチング結果として、事前予定データに含まれる、発注者情報、提供予定品質情報、金額等の情報をクライアント装置120に送信する。
In SQ504, the server device 100 transmits information such as the provider information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 110 as a matching result.
In SQ505, the server device 100 transmits information such as the orderer information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 120 as a matching result.
 クライアント装置120のユーザーであるサービス提供者から指示された運転手は、ゴミ収集車160を用いて、指定された日時に、指定された場所でゴミを回収する。運転手は、指定された場所に着くと、撮像装置170を用いて、指定された場所に置かれているゴミの画像と、そのゴミをゴミ収集車160に載せた後の画像とを撮像する。SQ506において、撮像装置170は、サービス提供者の操作に基づいて、撮像装置IDと共に、撮像画像をサーバー装置100に送信する。サーバー装置100は、撮像装置170より撮像画像を受け取る。撮像画像は、サービスの提供に関する計測データの一例である。サーバー装置100は、撮像装置IDと関連付けて撮像画像を記憶部202に記憶する。 A driver instructed by a service provider who is a user of the client device 120 uses the garbage truck 160 to collect garbage at a specified date and time and at a specified location. When the driver arrives at the designated place, the driver uses the imaging device 170 to capture an image of the garbage placed at the designated place and an image of the garbage placed on the garbage truck 160. . In SQ506, the imaging device 170 transmits the captured image together with the imaging device ID to the server device 100 based on the operation of the service provider. The server device 100 receives the captured image from the imaging device 170 . A captured image is an example of measurement data related to service provision. The server device 100 stores the captured image in the storage unit 202 in association with the imaging device ID.
 また、運転手は、ゴミ収集車160を用いて、定められた処分場までゴミを運び、ゴミを処分する。運転手は、定められた処分場でゴミを処分すると、ゴミを処分した後のゴミ収集車160の画像と、定められた処分場の画像と、を撮像する。SQ507において、撮像装置170は、サービス提供者の操作に基づいて、撮像装置IDと共に、撮像画像をサーバー装置100に送信する。撮像装置170は、サービス提供者の操作に基づいて、撮像装置IDと共に、撮像画像をサーバー装置100に送信する。サーバー装置100は、撮像装置170より撮像画像を受け取る。撮像画像は、サービスの提供に関する計測データの一例である。サーバー装置100は、撮像装置IDと関連付けて撮像画像を記憶部202に記憶する。 In addition, the driver uses the garbage truck 160 to carry the garbage to a designated disposal site and dispose of the garbage. After disposing of the garbage at the designated disposal site, the driver captures an image of the garbage truck 160 after disposal of the garbage and an image of the designated disposal site. In SQ507, the imaging device 170 transmits the captured image together with the imaging device ID to the server device 100 based on the operation of the service provider. The imaging device 170 transmits the captured image together with the imaging device ID to the server device 100 based on the operation of the service provider. The server device 100 receives the captured image from the imaging device 170 . A captured image is an example of measurement data related to service provision. The server device 100 stores the captured image in the storage unit 202 in association with the imaging device ID.
 SQ508において、サーバー装置100は、撮像装置IDと関連付けられて記憶部202に記憶されている撮像画像から求められるサービスの提供品質と、サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、に差分が存在する場合、差分に基づき調整処理を実行する。より具体的に説明すると、サーバー装置100は、計測データである撮像画像と、事前予定データと、を比較し、撮像画像から求められるサービスの提供品質が、サービスの提供に関する事前予定データで示されるサービスの提供予定品質に達していなかった場合、調整処理として、提供品質と提供予定品質との差分に基づき、サービスの提供者に対するペナルティの額を決定する。例えば、サーバー装置100は、該当する撮像装置IDと関連付けられている撮像画像を画像解析し、指定された場所からゴミを収集し、定められた処分場でゴミを処分したかを示すサービスの提供品質を求める。サーバー装置100は、求めた提供品質が、事前予定データで示されるサービスの提供予定品質に達していない場合、例えば指定されたゴミが回収されていない場合、ペナルティの額を決定する。ペナルティの額としては、例えば、利用者とサービスの提供者との間で合意されたゴミ回収処分に関する料金の金額の2倍等である。 In SQ508, the server device 100 compares the service provision quality obtained from the captured image associated with the imaging device ID and stored in the storage unit 202 with the planned service provision quality indicated by the prescheduled data on service provision. , there is a difference, the adjustment process is executed based on the difference. More specifically, the server device 100 compares the captured image, which is the measurement data, with the prescheduled data, and the service provision quality required from the captured image is indicated by the prescheduled data regarding service provision. If the quality of the service has not reached the planned provision quality, as adjustment processing, the amount of penalty for the service provider is determined based on the difference between the provision quality and the planned provision quality. For example, the server device 100 performs image analysis on the captured image associated with the corresponding imaging device ID, collects garbage from a designated location, and provides a service indicating whether the garbage has been disposed of at a designated disposal site. Seek quality. The server device 100 determines the amount of penalty when the obtained quality of provision does not reach the planned quality of provision of the service indicated by the pre-scheduled data, for example, when the specified garbage is not collected. The amount of the penalty is, for example, twice the amount of the fee for garbage collection and disposal agreed between the user and the service provider.
 他の例として、サーバー装置100は、該当する撮像装置IDと関連付けられている撮像画像を画像解析すると共に、撮像画像の位置情報を解析し、サービスの提供品質を求めるようにしてもよい。サーバー装置100は、求めた提供品質が、事前予定データで示されるサービスの提供予定品質に達していない場合、例えば設定された位置のごみ処分場にてゴミが処分されていない場合、ペナルティの額を決定するようにしてもよい。
 更に他の例として、サーバー装置100は、該当する撮像装置IDと関連付けられている撮像画像を画像解析すると共に、撮像画像の位置情報及び日時情報を解析し、サービスの提供品質を求めるようにしてもよい。サーバー装置100は、求めた提供品質が、事前予定データで示されるサービスの提供予定品質に達していない場合、例えば設定された位置のごみ処分場に、設定された日時までにゴミが処分されていない場合、ペナルティの額を決定するようにしてもよい。
As another example, the server device 100 may analyze the captured image associated with the corresponding imaging device ID, analyze the position information of the captured image, and obtain the service provision quality. If the obtained service quality does not reach the service provision quality indicated by the pre-scheduled data, for example, if the garbage is not disposed of at the designated garbage disposal site, the server apparatus 100 determines the amount of the penalty. may be determined.
As yet another example, the server device 100 analyzes the captured image associated with the corresponding imaging device ID, analyzes the position information and date and time information of the captured image, and obtains the service provision quality. good too. If the service quality obtained does not reach the scheduled service quality indicated by the prescheduled data, the server device 100 determines that the garbage will not be disposed of by the set date and time at the garbage disposal site at the set location, for example. If not, the amount of the penalty may be determined.
 SQ509において、サーバー装置100は、撮像画像に基づきサービスの提供に関する決済処理を実行する。ここで、撮像画像から求められるサービスの提供品質と、サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、に差分が存在しない場合、サーバー装置100は、撮像画像に基づきゴミ回収処分サービスの提供に関する決済処理を実行する。一方、撮像画像から求められるサービスの提供品質と、サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、を比較し、撮像画像から求められるサービスの提供品質が、サービスの提供に関する事前予定データで示されるサービスの提供予定品質に達していなかった場合、決済処理として、撮像画像から求められるサービスの提供品質に基づき提供者に対する対価の額を決定し、対価の額からペナルティの額を引いた額を提供者に対する対価として決定する。 In SQ509, the server device 100 executes payment processing for providing the service based on the captured image. Here, if there is no difference between the service provision quality required from the captured image and the scheduled service provision quality indicated by the prescheduled data regarding service provision, the server device 100 collects and disposes of garbage based on the captured image. Perform payment processing related to the provision of services. On the other hand, the service provision quality required from the captured image is compared with the planned service provision quality indicated by the pre-scheduled data on service provision, and the service provision quality required from the captured image is compared with the pre-scheduled service provision quality. If the expected quality of service provision indicated by the scheduled data is not achieved, the amount of compensation for the provider is determined based on the service provision quality required from the captured image, and the amount of penalty is calculated from the compensation amount as part of payment processing. The subtracted amount is determined as consideration for the provider.
 SQ510において、サーバー装置100は、クライアント装置110に、決済処理の結果を送信する。
 同様に、SQ511において、サーバー装置100は、クライアント装置120に、決済処理の結果を送信する。
At SQ510, the server device 100 transmits the settlement processing result to the client device 110. FIG.
Similarly, in SQ511, the server device 100 transmits the settlement processing result to the client device 120. FIG.
 すなわち、サーバー装置100は、ゴミ回収処分サービスの提供に関する装置の一例である撮像装置170よりゴミ回収処分サービスの提供に関する撮像画像を受け取り、撮像画像から求められるサービスの提供品質と、ゴミ回収処分サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、に差分が存在する場合、差分に基づき調整処理を実行する。サーバー装置100は、情報処理方法は、撮像画像に基づきゴミ回収処分サービスの提供に関する決済処理を実行する。 That is, the server device 100 receives a captured image related to the provision of the garbage collection and disposal service from the imaging device 170, which is an example of a device related to the provision of the garbage collection and disposal service, and determines the service provision quality and the garbage collection and disposal service required from the captured image. If there is a difference between the scheduled service provision quality indicated by the prescheduled data regarding the provision of the service, adjustment processing is performed based on the difference. The information processing method of the server device 100 is to execute payment processing related to the provision of the garbage collection and disposal service based on the captured image.
(変形例2)
 実施形態1の変形例2を説明する。
 変形例2ではサービスを例に説明を行う。特に、変形例2では、サービスの一例としてロボット掃除機による掃除サービスを例に説明を行う。
(Modification 2)
Modification 2 of Embodiment 1 will be described.
Modification 2 will be described using a service as an example. In particular, in modification 2, a cleaning service using a robot cleaner will be described as an example of the service.
 図8は、変形例2の情報処理システム1000のシステム構成の一例を示す図である。図8に示されるように、情報処理システム1000は、システム構成として、サーバー装置100と、クライアント装置110と、クライアント装置120と、ロボット掃除機180と、を含む。サーバー装置100は、ネットワーク150を介して、クライアント装置110、クライアント装置120、ロボット掃除機180と、通信可能に接続されている。変形例2のサーバー装置100は、ロボット掃除機180による掃除サービスを統括するサーバー装置であって、変形例に係る処理を実行する。クライアント装置110は、ロボット掃除機180による掃除を依頼するユーザーが操作する装置である。クライアント装置120は、ロボット掃除機180による掃除を関する管理会社の担当者が操作する装置である。ロボット掃除機180は、クライアント装置110からの依頼に基づいて指定された場所を掃除するロボット掃除機である。ロボット掃除機180は、撮像装置を有し、掃除したあとの場所等を撮像する。また、ロボット掃除機180は、通信装置を有し、サーバー装置100及びクライアント装置120等と通信を行う。 FIG. 8 is a diagram showing an example of the system configuration of the information processing system 1000 of Modification 2. As shown in FIG. As shown in FIG. 8, an information processing system 1000 includes a server device 100, a client device 110, a client device 120, and a robot cleaner 180 as a system configuration. Server device 100 is communicatively connected to client device 110 , client device 120 , and robot cleaner 180 via network 150 . Server device 100 of modification 2 is a server device that supervises the cleaning service by robot cleaner 180, and executes processing according to the modification. The client device 110 is a device operated by a user who requests cleaning by the robot cleaner 180 . The client device 120 is a device operated by a person in charge of a management company regarding cleaning by the robot cleaner 180 . The robot cleaner 180 is a robot cleaner that cleans a specified place based on a request from the client device 110 . The robot cleaner 180 has an image capturing device and captures an image of a place or the like after cleaning. Further, the robot cleaner 180 has a communication device and communicates with the server device 100, the client device 120, and the like.
 図8では、説明の簡略化のため、情報処理システム1000において、クライアント装置110、クライアント装置120、ロボット掃除機180等は1台しか図示していない。しかし、ロボット掃除機180による掃除を依頼するユーザーの数だけ、クライアント装置110が情報処理システム1000に含まれる。また、ロボット掃除機180による掃除を請け負う業者の数だけ、クライアント装置120が情報処理システム1000に含まれる。また、各々の業者が保有するロボット掃除機の数だけロボット掃除機180が情報処理システム1000に含まれる。 In FIG. 8, only one client device 110, client device 120, robot cleaner 180, and the like are shown in the information processing system 1000 for simplification of explanation. However, the information processing system 1000 includes as many client devices 110 as the number of users who request cleaning by the robot cleaner 180 . In addition, the information processing system 1000 includes as many client devices 120 as the number of contractors who undertake cleaning by the robot cleaner 180 . Also, the information processing system 1000 includes as many robot cleaners 180 as the number of robot cleaners owned by each trader.
 クライアント装置110及びクライアント装置120の一例としては、PC(Personal Computer)がある。但し、このことは本実施の形態を制限するものではなく、クライアント装置110及びクライアント装置120は、スマートフォンであってもよいし、タブレット型コンピュータ等であってもよい。 An example of the client device 110 and the client device 120 is a PC (Personal Computer). However, this does not limit the present embodiment, and the client device 110 and the client device 120 may be smart phones, tablet computers, or the like.
 図9は、情報処理システム1000の情報処理の一例を示すシーケンス図である。
 SQ701において、クライアント装置110は、サーバー装置100に対して、発注情報を送信する。発注情報には、掃除をお願いする日時情報、掃除場所、ロボット掃除機による掃除サービスを利用する際の希望条件等が含まれる。
 SQ702において、クライアント装置120は、サーバー装置100に対して、入札情報を送信する。入札情報には、希望条件に対応する応答情報(例えば、金額等)が含まれる。より具体的に説明すると、クライアント装置120は、サーバー装置100にアクセスして、発注情報の一覧を表示させる。そして、クライアント装置120は、ユーザーの選択操作等に応じて、一覧のうち、選択された発注情報に対する入札情報をサーバー装置100に送信する。
FIG. 9 is a sequence diagram showing an example of information processing of the information processing system 1000. As shown in FIG.
At SQ 701 , the client device 110 transmits order information to the server device 100 . The order information includes information on the date and time when cleaning is requested, the cleaning location, desired conditions when using the cleaning service by the robot cleaner, and the like.
At SQ 702 , the client device 120 transmits bid information to the server device 100 . The bid information includes response information (for example, price) corresponding to desired conditions. More specifically, the client device 120 accesses the server device 100 and displays a list of order information. Then, the client device 120 transmits to the server device 100 the bid information for the order information selected from the list in accordance with the user's selection operation or the like.
 SQ703において、サーバー装置100は、発注情報と、発注情報に対する1以上の入札情報と、に基づいて、発注者と入札者とをマッチングさせるマッチング処理を実行する。例えば、サーバー装置100は、発注者にマッチングする入札者として、発注者が希望する日時に、指定された掃除場所にて掃除を行える入札者のうち、もっとも安くサービスを提供できる入札者を決定する。決定された入札者を以下、サービスの提供者という。ロボット掃除機による掃除サービスの提供を決定すると、サーバー装置100は、提供者情報と、ロボット掃除機180を識別する識別情報(ロボット掃除機ID)と、発注者情報と、サービスの提供予定品質情報と、掃除サービスに関する金額等をロボット掃除機による掃除サービスに関する事前予定データとして記憶部202に記憶する。ここで、提供予定品質情報としては、所定範囲内に落ちているゴミの数が閾値以下であったり、所定範囲内で汚れが落ちていない箇所が閾値以下であったりする。 In SQ703, the server device 100 executes matching processing for matching the orderer and the bidder based on the order information and one or more pieces of bid information for the order information. For example, the server device 100 determines the bidder who can provide the service at the lowest price among the bidders who can clean at the specified cleaning place at the date and time desired by the orderer as a bidder matching the orderer. . The determined bidder is hereinafter referred to as the service provider. When it is decided to provide the cleaning service by the robot cleaner, the server device 100 receives provider information, identification information (robot cleaner ID) for identifying the robot cleaner 180, orderer information, and scheduled service provision quality information. Then, the amount of money for the cleaning service and the like are stored in the storage unit 202 as prescheduled data for the cleaning service by the robot cleaner. Here, as the provision-planned quality information, the number of dust particles falling within a predetermined range is equal to or less than a threshold value, or the number of locations where dirt is not removed within a predetermined range is equal to or less than a threshold value.
 SQ704において、サーバー装置100は、マッチング結果として、事前予定データに含まれる、提供者情報、提供予定品質情報、金額等の情報をクライアント装置110に送信する。
 SQ705において、サーバー装置100は、マッチング結果として、事前予定データに含まれる、発注者情報、提供予定品質情報、金額等の情報をクライアント装置120に送信する。
In SQ704, the server device 100 transmits information such as the provider information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 110 as a matching result.
In SQ705, the server device 100 transmits information such as the orderer information, the planned provision quality information, and the amount of money included in the prescheduled data to the client device 120 as a matching result.
 クライアント装置120からの指示に基づき、ロボット掃除機180は、指定された日時に、指定された掃除場所において掃除を開始する。そして、SQ706において、ロボット掃除機180は、掃除が終わると、掃除した場所の画像を撮像し、サーバー装置100に送信する。撮像画像は、サービスの提供に関する計測データの一例である。サーバー装置100は、ロボット掃除機IDと関連付けて撮像画像を記憶部202に記憶する。サーバー装置100は、ロボット掃除機180より撮像画像を受け取ると、ロボット掃除機IDと関連付けて撮像画像を記憶部202に記憶する。 Based on the instructions from the client device 120, the robot cleaner 180 starts cleaning at the specified cleaning location at the specified date and time. Then, in SQ<b>706 , robot cleaner 180 takes an image of the cleaned place and transmits it to server device 100 when cleaning is finished. A captured image is an example of measurement data related to service provision. Server device 100 stores the captured image in storage unit 202 in association with the robot cleaner ID. When receiving the captured image from the robot cleaner 180, the server device 100 stores the captured image in the storage unit 202 in association with the robot cleaner ID.
 SQ707において、サーバー装置100は、ロボット掃除機IDと関連付けて撮像画像を記憶部202に記憶されている撮像画像から求められるサービスの提供品質と、サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、に差分が存在する場合、差分に基づき調整処理を実行する。より具体的に説明すると、サーバー装置100は、計測データである撮像画像から求められるサービスの提供品質と、事前予定データで示されるサービスの提供予定品質と、を比較し、撮像画像から求められるサービスの提供品質が、サービスの提供に関する事前予定データで示されるサービスの提供予定品質に達していなかった場合、調整処理として、差分に基づき、サービスの提供者に対するペナルティの額を決定する。例えば、サーバー装置100は、撮像画像を画像解析し、所定範囲内において閾値以上に汚れが落ちていない箇所がある場合等、撮像画像から求められるサービスの提供品質が、サービスの提供に関する事前予定データで示されるサービスの提供予定品質に達していないと判定する。そして、サーバー装置100は、所定範囲内の汚れが落ちていない箇所の数等に基づき、サービスの提供者に対するペナルティの額を決定する。例えば、サーバー装置100は、汚れが落ちていない箇所の数が1つのときはペナルティの額は200円、汚れが落ちていない箇所の数が2つのときはペナルティの額は500円等である。 In SQ707, server apparatus 100 determines the service provision quality required from the captured image stored in storage unit 202 in association with the robot cleaner ID, and the provision of service indicated by the prescheduled data regarding service provision. If there is a difference between the planned quality and the quality, adjustment processing is performed based on the difference. More specifically, the server device 100 compares the service provision quality required from the captured image, which is the measurement data, with the scheduled service provision quality indicated by the prescheduled data, and determines the service required from the captured image. does not reach the planned service provision quality indicated by the pre-planned data on service provision, as adjustment processing, the amount of penalty for the service provider is determined based on the difference. For example, the server device 100 performs image analysis on the captured image, and when there is a location where dirt is not removed by a threshold value or more within a predetermined range, the service provision quality required from the captured image is determined based on the prescheduled data regarding service provision. It is determined that the service provision quality indicated by is not reached. Then, the server device 100 determines the amount of penalty for the service provider based on the number of unremoved spots within a predetermined range. For example, the server device 100 sets a penalty amount of 200 yen when the number of unremoved spots is 1, and a penalty amount of 500 yen when there are 2 unremoved spots.
 SQ708において、サーバー装置100は、撮像画像に基づきサービスの提供に関する決済処理を実行する。ここで、撮像画像と、サービスの提供に関する事前予定データと、に差分が存在しない場合、サーバー装置100は、撮像画像に基づきロボット掃除機による掃除サービスの提供に関する決済処理を実行する。 At SQ708, the server device 100 executes payment processing for providing the service based on the captured image. Here, if there is no difference between the captured image and the prescheduled data regarding the provision of the service, the server device 100 executes settlement processing regarding the provision of the cleaning service by the robot cleaner based on the captured image.
 SQ709において、サーバー装置100は、クライアント装置110に、決済処理の結果を送信する。
 同様に、SQ710において、サーバー装置100は、クライアント装置120に、決済処理の結果を送信する。
In SQ709, the server device 100 transmits the settlement processing result to the client device 110. FIG.
Similarly, in SQ710, server device 100 transmits the settlement processing result to client device 120. FIG.
(変形例3)
 実施形態1の変形例3を説明する。変形例3では、実施形態1で示した電力を例に説明を行う。しかしこのことは本変形例を制限するものではない。
 図10は、変形例3の情報処理システム1000のシステム構成の一例を示す図である。図10に示されるように、情報処理システム1000は、上述した実施形態等で説明した調整処理(図10では、取引検証ペナルティ処理)及び決済処理をブロックチェーンのスマートコントラクト上で行うよう構成されている。
(Modification 3)
Modification 3 of Embodiment 1 will be described. Modification 3 will be described using the power shown in Embodiment 1 as an example. However, this does not limit this modification.
FIG. 10 is a diagram showing an example of a system configuration of an information processing system 1000 of Modification 3. As shown in FIG. As shown in FIG. 10, the information processing system 1000 is configured to perform adjustment processing (transaction verification penalty processing in FIG. 10) and settlement processing described in the above-described embodiments and the like on a blockchain smart contract. there is
 変形例3では、サーバー装置100は、スマートメーター等の計量器を通じて受け取った実際の電力融通量をブロックチェーンに記録し、その値とマッチング記録の差分に比例する量をペナルティとして事前マッチングの決済と合わせてスマートコントラクト上で精算を行う。それにより、見込み量に基づく事前マッチングと、実際に計量した値の間の差分を考慮した精算が可能となる。 In Modified Example 3, the server device 100 records the actual power interchange amount received through a meter such as a smart meter on the blockchain, and uses an amount proportional to the difference between the value and the matching record as a penalty for pre-matching settlement. At the same time, settlement is performed on the smart contract. This allows for pre-matching based on probabilities and accounting for differences between actual weighed values.
 サーバー装置100は、以下の処理を行う。すなわち、
(1)予測値に基づく事前マッチングの実施
(2)電力融通の実行
(3)計量法に準拠した計量器の読み値のブロックチェーンへの記録
(4)スマートコントラクトによるマッチング結果と計量器の読み値の整合性の確認・ペナルティ計算処理
(5)トークンを用いた決済
 (4)において、サーバー装置100は、マッチング結果と計量結果の差の絶対値にある定数を掛けた値をペナルティとする。また、サーバー装置100は、売り手側においては、実際の融通量がマッチング量を超えていた際に、ペナルティとは逆にトークン付与を行う。このように、売り手・買い手ごとの過不足の場合に応じた処理の設計も可能であり、ビジネスの仕組み上、求められるロジックを組み込むことができる。これにより、精算対象の属性や扱う商品属性に応じたペナルティ計算が可能になる。
The server device 100 performs the following processes. i.e.
(1) Implementation of pre-matching based on predicted values (2) Execution of power interchange (3) Recording of meter readings in accordance with the Measurement Act on the blockchain (4) Matching results and meter readings by smart contract Value Consistency Confirmation/Penalty Calculation Processing (5) Settlement Using Tokens In (4), the server device 100 sets a penalty by multiplying the absolute value of the difference between the matching result and the weighing result by a certain constant. On the seller side, the server device 100 grants tokens in contrast to the penalty when the actual amount of accommodation exceeds the matching amount. In this way, it is possible to design processing according to the excess or deficiency of each seller/buyer, and it is possible to incorporate the required logic in terms of the business structure. This makes it possible to calculate a penalty according to the attribute of the payment target and the attribute of the product to be handled.
 図11は、スマートメーターで計量された融通結果量をブロックチェーンに記録する処理の流れを示す図である。約定IDと量がブロックチェーンに記帳され、サーバー装置100は、この情報を基に(4)の処理を行う。 Fig. 11 is a diagram showing the flow of processing for recording the amount of accommodation results measured by the smart meter in the blockchain. The contract ID and amount are recorded in the block chain, and the server device 100 performs the process (4) based on this information.
<実施形態2>
 情報処理システム1000は、駅の改札機、飲食店等のPOS(Point of Sale)システム等を含むようにしてもよい。ユーザーは、スマートフォン等に記録されているICカード等を用いて、駅の改札をでる。改札機は、改札を出るユーザーのスマートフォン等に駅近くの飲食店のクーポン等を配るようにしてもよい。なお、クーポンの配り方はこれに限定されるものではなく、二次元コード等が記載されてチラシを配ってもよい。チラシが配られたユーザーは、2次元コードを読み取り、スマートフォン等にクーポンを読み込ませる形でクーポンを取得してもよい。
<Embodiment 2>
The information processing system 1000 may include ticket gates at stations, POS (Point of Sale) systems at restaurants, and the like. The user exits the ticket gate at the station using an IC card or the like recorded in a smartphone or the like. The ticket gate may distribute coupons and the like for restaurants near the station to smartphones and the like of users exiting the ticket gate. Note that the method of distributing coupons is not limited to this, and a leaflet with a two-dimensional code or the like written thereon may be distributed. The user to whom the leaflet was distributed may obtain the coupon by reading the two-dimensional code and having a smartphone or the like read the coupon.
 サーバー装置100は、ユーザーによるクーポンを用いた飲食店の予約を行う操作を受け付けると、飲食店の予約を行う。サーバー装置100は、予約の情報として、予約を行ったユーザーを識別する識別情報、予約したコース等の情報、飲食店を訪れる予約日時情報、クーポンの情報等をサービスの利用に関する事前予定データとして記憶する。
 実際にユーザーが予約を行ったお店に行き、食事等を行い、会計を行うと、お店のPOSシステム等からサーバー装置100に対して、計測データが送信される。サーバー装置100は、POSシステム等より、計測データを受け取る。計測データには、会計を行ったがユーザーを識別する識別情報、ユーザーが使用したクーポンの情報、ユーザーが実際に食べた料理、飲み物の情報、料理、飲み物の値段の情報、会計を行った日時情報等が送信される。POSシステムは、サービスの利用に関する装置の一例である。POSシステムから取得されるデータは、サービスの利用に関する計測データの一例である。なお、サービスの利用に関する装置の他の例として、飲食店に設置されているレジスター等であってもよい。この場合、サービスの利用に関する計測データは、レジスターから送信されるデータとなる。レジスターから送信されるデータも、POSシステムから取得されるデータと同様である。
The server device 100 makes a reservation for a restaurant when receiving an operation for making a restaurant reservation using a coupon from the user. The server device 100 stores, as reservation information, identification information for identifying the user who made the reservation, information such as the reserved course, information on the date and time of the reservation to visit the restaurant, information on the coupon, etc., as advance schedule data regarding use of the service. do.
When the user actually goes to the store where the reservation was made, has a meal, etc., and pays the bill, the measurement data is transmitted from the store's POS system or the like to the server device 100 . The server device 100 receives measurement data from a POS system or the like. The measurement data includes identification information that identifies the user who made the payment, information on the coupon used by the user, information on the food and drink that the user actually ate, information on the price of the food and drink, and the date and time when the payment was made. Information etc. is transmitted. A POS system is an example of a device related to the use of services. Data obtained from a POS system is an example of metered data relating to service usage. Note that, as another example of the device related to the use of the service, a cash register installed in a restaurant may be used. In this case, the measurement data relating to service usage is the data sent from the register. The data sent from the register is also similar to the data obtained from the POS system.
 サーバー装置100は、計測データから求められるサービスの利用情報と、サービスの利用に関する事前予定データで示されるサービスの利用予定情報と、に差分が存在する場合、差分に基づきユーザーに対する調整処理を実行する。例えば、予約を行ったのに、キャンセルもせずユーザーがお店に来なかった場合、ユーザーがキャンセルもせずお店に来なかったことを示す情報が計測データの一例としてPOSシステムからサーバー装置100に送信される。このような場合、サーバー装置100は、計測データから求められるサービスの利用情報(すなわち、予約を行ったのにキャンセルもせずにお店に来なかったことを示す利用情報)と、事前予定データで示されるサービスの利用予定情報(何月何日何時から何名によるどのコースでの予約等)と、に差分が存在すると判定する。そして、サーバー装置100は、差分に応じて、無断のキャンセル料をユーザーが払うよう決定してもよいし、予約の金額及び/又は無断キャンセルの回数に基づいてユーザーの信用を示す信用度をどれくらい下げるか決定してもよい。この処理は、実施形態2における調整処理の一例である。
 なお、信用度は、ユーザーの信用を示す具体的な数値であってもよいし、金、銀、銅等のステータスを示す値であってもよい。以下では説明の簡略化のため、サーバー装置100は、信用度としてユーザーの信用を示す具体的な数値を保持、管理、提供しているものとして説明を行う。
If there is a difference between the service usage information obtained from the measurement data and the service usage schedule information indicated by the advance schedule data regarding service usage, the server device 100 executes adjustment processing for the user based on the difference. . For example, when a reservation is made but the user does not come to the store without canceling it, information indicating that the user did not come to the store without canceling is sent from the POS system to the server device 100 as an example of measurement data. sent. In such a case, the server device 100 uses the service usage information obtained from the measurement data (i.e., the usage information indicating that a reservation was made but did not come to the store without being canceled) and advance schedule data. It is determined that there is a difference between the displayed service usage schedule information (reservation for what course by what number of people, etc.). Then, the server device 100 may determine that the user pays an unauthorized cancellation fee according to the difference, or how much the user's credibility is lowered based on the reservation amount and/or the number of unauthorized cancellations. may decide. This process is an example of the adjustment process in the second embodiment.
Note that the credibility may be a specific numerical value indicating the credibility of the user, or may be a value indicating a status such as gold, silver, or copper. For the sake of simplicity of explanation, the server device 100 will be described below assuming that it holds, manages, and provides specific numerical values indicating the user's credibility as credibility.
 無断のキャンセル料をユーザーが払うと決定した場合、サーバー装置100は、決済処理として、登録されているユーザーのクレジットカードに対して、例えば予約した人数及びコースの料金に基づき算出された金額を請求する。また、ユーザーの信用度を決められた数値分下げると決定した場合、サーバー装置100は、決済処理として、例えば予約した人数及びコースの料金に基づき算出された数値分、ユーザーの信用度を下げる処理を行う。
 一方、サーバー装置100は、ユーザーが予約をキャンセルしなかった場合、計測データに基づきサービスの利用に関する決済処理を実行する。より具体的に説明すると、計測データに含まれる、ユーザーが実際に食べたり飲んだりした分の金額をユーザーのクレジットカードに請求したり、登録されているユーザーの口座から引き落としたりする。なお、ユーザーが予約をキャンセルしなかった場合、サーバー装置100は、ユーザーが使用した金額等に応じて、ユーザーの信用度を上げる処理を行ってもよい。
If the user decides to pay the cancellation fee without permission, the server device 100 charges the registered user's credit card for an amount calculated based on the number of people who made the reservation and the course fee, for example, as payment processing. do. Further, when it is determined that the user's credibility is to be lowered by a predetermined numerical value, the server device 100 performs, as settlement processing, a process of lowering the user's credibility by the numerical value calculated based on the number of people who made the reservation and the fee for the course. .
On the other hand, if the user does not cancel the reservation, the server device 100 executes payment processing for using the service based on the measurement data. More specifically, the amount of money the user actually ate or drank included in the measurement data is charged to the user's credit card or debited from the user's registered account. Note that if the user does not cancel the reservation, the server device 100 may perform a process of increasing the creditworthiness of the user according to the amount of money spent by the user.
 実施形態2によれば、計測データから求められるサービスの利用情報と、サービスの利用に関する事前予定データで示されるサービスの利用予定情報と、に差分が存在する場合、差分に基づき例えば、ユーザーの信用度を下げたりする等の調整処理を実行することができる。また、実際に飲食店等を利用した際の計測データに基づき決済処理を実行することができる。 According to the second embodiment, when there is a difference between the service usage information obtained from the measurement data and the service usage schedule information indicated by the advance schedule data regarding service usage, based on the difference, for example, the user's creditworthiness It is possible to perform adjustment processing such as lowering the In addition, payment processing can be executed based on measurement data obtained when actually using a restaurant or the like.
(変形例1)
 実施形態2の変形例1を説明する。
 変形例1の情報処理システム1000は、駅の改札機周辺を撮像するWebカメラ、飲食店がある町中を撮像するWebカメラ、商業施設の出入り口や建物内等を撮像するWebカメラ等を含む。これらのWebカメラは、人を撮像する。そして、サーバー装置100は、撮像画像から人流を求める。また、サーバー装置100は、クーポンを配ることによってその人流がどのように変わるかを求める。例えば、サーバー装置100は、所定の商業施設の上の階にある飲食店のクーポンを配ったときの人の流れ、所定の商業施設の1階、又は地下にある飲食店のクーポンを配ったときの人の流れ、駅に近い飲食店のクーポンを配ったときの人の流れ等を複数のWebカメラで撮像された撮像画像より求めるようにしてもよい。
(Modification 1)
Modification 1 of Embodiment 2 will be described.
The information processing system 1000 of Modification 1 includes a web camera that captures an image of the vicinity of a ticket gate at a station, a web camera that captures an image of a street with restaurants, a web camera that captures an image of the entrance/exit of a commercial facility, the inside of a building, and the like. These web cameras take images of people. Then, the server device 100 obtains the flow of people from the captured image. In addition, server device 100 determines how the flow of people will change by distributing coupons. For example, the server device 100 can be used to determine the flow of people when a coupon for a restaurant on the upper floor of a predetermined commercial facility is distributed, or when a coupon for a restaurant on the first floor or basement of a predetermined commercial facility is distributed. The flow of people, the flow of people when coupons for a restaurant near the station are distributed, etc., may be obtained from captured images captured by a plurality of web cameras.
<付記>
 発明は、次に記載の各態様で提供されてもよい。
 前記情報処理装置において、前記制御部は、前記計測データから求められる前記商品の供給量が、前記商品の供給に関する事前予定データで示される前記商品の供給予定量より少なかった場合、前記調整処理として、前記商品の供給量と前記商品の供給予定量との差分に基づき、前記商品の供給者に対する第1のペナルティの額を決定し、前記決済処理として、前記計測データから求められる前記商品の供給量に基づき前記供給者に対する対価の額を決定し、前記対価の額から前記第1のペナルティの額を引いた額を前記供給者に対する対価として決定する、情報処理装置。
 前記情報処理装置において、前記制御部は、前記計測データから求められる前記商品の供給量が、前記商品の供給に関する事前予定データで示される前記商品の供給予定量より多かった場合、前記調整処理として、前記商品の供給量と前記商品の供給予定量との差分に基づき、前記商品の供給者に対して付与する額を決定し、前記決済処理として、前記計測データから求められる前記商品の供給量に基づき前記供給者に対する対価の額を決定し、前記対価の額に前記付与する額を足した額を前記供給者に対する対価として決定する、情報処理装置。
 前記情報処理装置において、前記制御部は、前記計測データから求められる前記商品の供給量が、前記商品の供給に関する事前予定データで示される前記商品の供給予定量より多かった場合、前記調整処理として、前記商品の供給量と前記商品の供給予定量との差分に基づき、前記商品の供給者に対する第2のペナルティの額を決定し、前記決済処理として、前記計測データから求められる前記商品の供給量に基づき前記供給者に対する対価の額を決定し、前記対価の額から前記第2のペナルティの額を引いた額を前記供給者に対する対価として決定する、情報処理装置。
 前記情報処理装置において、前記商品は電力である、情報処理装置。
 前記情報処理装置において、前記商品の供給に関する装置は、前記電力の供給に関するスマートメーターである、情報処理装置。
 情報処理装置であって、制御部を有し、前記制御部は、サービスの提供に関する装置より前記サービスの提供に関する計測データを受け取り、前記計測データから求められるサービスの提供品質と、前記サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、に差分が存在する場合、前記差分に基づき調整処理を実行し、前記計測データに基づき前記サービスの提供に関する決済処理を実行する、情報処理装置。
 前記情報処理装置において、前記制御部は、前記計測データから求められる前記サービスの提供品質が、前記サービスの提供に関する事前予定データで示される前記サービスの提供予定品質に達していなかった場合、前記調整処理として、前記提供品質と前記提供予定品質との差分に基づき、前記サービスの提供者に対するペナルティの額を決定し、前記決済処理として、前記計測データから求められる前記サービスの提供品質に基づき前記提供者に対する対価の額を決定し、前記対価の額から前記ペナルティの額を引いた額を前記提供者に対する対価として決定する、情報処理装置。
 前記情報処理装置において、前記サービスは、ゴミ回収処分サービスである、情報処理装置。
 前記情報処理装置において、前記サービスの提供に関する装置は、ゴミ収集車に関連する、通信機能を有する撮像装置である、情報処理装置。
 前記情報処理装置において、前記計測データは、前記ゴミ収集車のゴミ処分に関する画像データである、情報処理装置。
 前記情報処理装置において、前記ゴミ処分に関する画像データには位置情報が含まれる、情報処理装置。
 情報処理装置であって、制御部を有し、前記制御部は、サービスの利用に関する装置より前記サービスの利用に関する計測データを受け取り、前記計測データから求められるサービスの利用情報と、前記サービスの利用に関する事前予定データで示されるサービスの利用予定情報と、に差分が存在する場合、前記差分に基づき調整処理を実行し、前記計測データに基づき前記サービスの利用に関する決済処理を実行する、情報処理装置。
 前記情報処理装置において、前記制御部は、前記調整処理及び前記決済処理をスマートコントラクト上で実行する、情報処理装置。
 情報処理装置が実行する情報処理方法であって、商品の供給に関する装置より前記商品の供給に関する計測データを受け取り、前記計測データから求められる商品の供給量と、前記商品の供給に関する事前予定データで示される商品の供給量と、に差分が存在する場合、前記差分に基づき調整処理を実行し、前記計測データに基づき前記商品の供給に関する決済処理を実行する、情報処理方法。
 情報処理装置が実行する情報処理方法であって、サービスの提供に関する装置より前記サービスの提供に関する計測データを受け取り、前記計測データから求められるサービスの提供品質と、前記サービスの提供に関する事前予定データで示される提供予定品質と、に差分が存在する場合、前記差分に基づき調整処理を実行し、前記計測データに基づき前記サービスの提供に関する決済処理を実行する、情報処理方法。
 情報処理装置が実行する情報処理方法であって、サービスの利用に関する装置より前記サービスの利用に関する計測データを受け取り、前記計測データから求められるサービスの利用情報と、前記サービスの利用に関する事前予定データで示されるサービスの利用予定情報と、に差分が存在する場合、前記差分に基づきユーザーに対する処理を決定し、決定した処理を実行し、前記計測データに基づき前記サービスの利用に関する決済処理を実行する、情報処理方法。
 プログラムであって、コンピュータを、前記情報処理装置の制御部として機能させるためのプログラム。
 もちろん、この限りではない。
<Appendix>
The invention may be provided in each of the aspects described below.
In the information processing apparatus, when the supply amount of the product obtained from the measurement data is less than the planned supply amount of the product indicated by the pre-planned data regarding the supply of the product, the adjustment process includes: determining the amount of a first penalty for the supplier of the product based on the difference between the supply quantity of the product and the planned supply quantity of the product, and supplying the product determined from the measurement data as the payment processing An information processing apparatus that determines an amount of consideration for the supplier based on the amount, and determines an amount obtained by subtracting the amount of the first penalty from the amount of consideration as the consideration for the supplier.
In the information processing device, when the supply amount of the product obtained from the measurement data is larger than the planned supply amount of the product indicated by pre-scheduled data regarding the supply of the product, the adjustment process includes: determining an amount to be given to the supplier of the product based on the difference between the supply amount of the product and the planned supply amount of the product; and determining an amount obtained by adding the amount to be provided to the amount of consideration as the consideration for the supplier.
In the information processing device, when the supply amount of the product obtained from the measurement data is larger than the planned supply amount of the product indicated by pre-scheduled data regarding the supply of the product, the adjustment process includes: , determining the amount of a second penalty for the supplier of the product based on the difference between the supply amount of the product and the planned supply amount of the product, and supplying the product obtained from the measurement data as the payment processing An information processing apparatus that determines an amount of consideration for the supplier based on the amount, and determines an amount obtained by subtracting the amount of the second penalty from the amount of consideration as the amount of consideration for the supplier.
The information processing apparatus, wherein the product is electric power.
In the information processing device, the device related to the supply of the product is a smart meter related to the supply of electric power.
An information processing device, comprising a control unit, wherein the control unit receives measurement data related to the provision of the service from a device related to the provision of the service, and determines the quality of the service provided from the measurement data and the provision of the service. When there is a difference between the planned quality of the service to be provided indicated by the pre-planned data relating to the above, an information processing device that performs adjustment processing based on the difference, and performs settlement processing regarding the provision of the service based on the measurement data. .
In the information processing device, if the service provision quality obtained from the measurement data has not reached the planned service provision quality indicated by the preplanned data regarding the service provision, the adjustment As processing, the amount of penalty for the service provider is determined based on the difference between the provision quality and the expected provision quality, and as the payment processing, the provision is performed based on the service provision quality obtained from the measurement data. An information processing apparatus that determines an amount of consideration for a provider, and determines an amount obtained by subtracting the amount of penalty from the amount of consideration as the amount of consideration for the provider.
The information processing apparatus, wherein the service is a garbage collection and disposal service.
In the information processing device, the device related to the provision of the service is an imaging device having a communication function and related to a garbage truck.
In the information processing device, the measurement data is image data relating to disposal of garbage by the garbage truck.
In the information processing device, the image data relating to the garbage disposal includes position information.
An information processing device, comprising a control unit, wherein the control unit receives measurement data related to the use of the service from a device related to the use of the service, and generates service usage information obtained from the measurement data and the use of the service. If there is a difference between the service usage schedule information indicated by the pre-scheduled data regarding the .
In the information processing device, the control unit executes the adjustment process and the payment process on a smart contract.
An information processing method executed by an information processing device, wherein measurement data relating to the supply of products is received from a device relating to the supply of products, and an amount of product supply obtained from the measurement data and prescheduled data relating to the supply of the products are used. An information processing method, wherein if there is a difference between the indicated supply amount of the product and the supply amount of the product, adjustment processing is performed based on the difference, and settlement processing regarding the supply of the product is performed based on the measurement data.
An information processing method executed by an information processing device, wherein measurement data relating to the provision of the service is received from a device relating to the provision of the service, and the service provision quality required from the measurement data and the prescheduled data relating to the provision of the service are obtained. An information processing method, comprising: executing an adjustment process based on the difference when there is a difference between the indicated quality to be provided and the quality, and executing a settlement process for providing the service based on the measurement data.
An information processing method executed by an information processing device, wherein measurement data relating to the use of the service is received from a device relating to the use of the service, and service usage information obtained from the measurement data and prescheduled data relating to the use of the service are obtained. If there is a difference between the indicated service usage schedule information and the difference, determine the processing for the user based on the difference, execute the determined processing, and execute the payment processing related to the use of the service based on the measurement data. Information processing methods.
A program for causing a computer to function as a control section of the information processing apparatus.
Of course, it is not limited to this.
 例えば、上述のプログラムを記憶させる、コンピュータ読み取り可能な非一時的な記憶媒体として提供してもよい。
 また、上述した実施形態及び変形例を任意に組み合わせて実施するようにしてもよい。
For example, it may be provided as a computer-readable non-temporary storage medium storing the above-described program.
Further, the embodiment and modifications described above may be arbitrarily combined and implemented.
 最後に、本発明に係る種々の実施形態を説明したが、これらは、例として提示したものであり、発明の範囲を限定することは意図していない。新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。実施形態やその変形は、発明の範囲や要旨に含まれると共に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。 Finally, although various embodiments of the present invention have been described, these are presented as examples and are not intended to limit the scope of the invention. The novel embodiments can be embodied in various other forms, and various omissions, replacements, and modifications can be made without departing from the scope of the invention. Embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the scope of the invention described in the claims and equivalents thereof.
100  :サーバー装置
110  :クライアント装置
120  :クライアント装置
130  :スマートメーター
150  :ネットワーク
160  :ゴミ収集車
170  :撮像装置
180  :ロボット掃除機
201  :制御部
202  :記憶部
203  :通信部
1000 :情報処理システム
100: Server device 110: Client device 120: Client device 130: Smart meter 150: Network 160: Garbage truck 170: Imaging device 180: Robot cleaner 201: Control unit 202: Storage unit 203: Communication unit 1000: Information processing system

Claims (18)

  1.  情報処理装置であって、
     制御部を有し、
     前記制御部は、
     商品の供給に関する装置より前記商品の供給に関する計測データを受け取り、
     前記計測データから求められる商品の供給量と、前記商品の供給に関する事前予定データで示される商品の供給量と、に差分が存在する場合、前記差分に基づき調整処理を実行し、
     前記計測データに基づき前記商品の供給に関する決済処理を実行する、
    情報処理装置。
    An information processing device,
    having a control unit,
    The control unit
    receiving measurement data related to the supply of the product from a device related to the supply of the product;
    if there is a difference between the supply amount of the product obtained from the measurement data and the supply amount of the product indicated by the pre-planned data regarding the supply of the product, performing an adjustment process based on the difference;
    executing payment processing related to the supply of the product based on the measurement data;
    Information processing equipment.
  2.  請求項1に記載の情報処理装置において、
     前記制御部は、
     前記計測データから求められる前記商品の供給量が、前記商品の供給に関する事前予定データで示される前記商品の供給予定量より少なかった場合、前記調整処理として、前記商品の供給量と前記商品の供給予定量との差分に基づき、前記商品の供給者に対する第1のペナルティの額を決定し、
     前記決済処理として、前記計測データから求められる前記商品の供給量に基づき前記供給者に対する対価の額を決定し、前記対価の額から前記第1のペナルティの額を引いた額を前記供給者に対する対価として決定する、
    情報処理装置。
    In the information processing device according to claim 1,
    The control unit
    When the supply amount of the product obtained from the measurement data is less than the planned supply amount of the product indicated by the pre-scheduled data regarding the supply of the product, the adjustment processing includes the supply amount of the product and the supply of the product. Determining a first penalty amount for the supplier of the product based on the difference from the planned amount;
    In the settlement process, the amount of consideration for the supplier is determined based on the amount of supply of the product obtained from the measurement data, and the amount obtained by subtracting the amount of the first penalty from the amount of consideration is paid to the supplier. determine as consideration,
    Information processing equipment.
  3.  請求項1又は請求項2に記載の情報処理装置において、
     前記制御部は、
     前記計測データから求められる前記商品の供給量が、前記商品の供給に関する事前予定データで示される前記商品の供給予定量より多かった場合、前記調整処理として、前記商品の供給量と前記商品の供給予定量との差分に基づき、前記商品の供給者に対して付与する額を決定し、
     前記決済処理として、前記計測データから求められる前記商品の供給量に基づき前記供給者に対する対価の額を決定し、前記対価の額に前記付与する額を足した額を前記供給者に対する対価として決定する、
    情報処理装置。
    In the information processing apparatus according to claim 1 or claim 2,
    The control unit
    When the supply amount of the product obtained from the measurement data is larger than the planned supply amount of the product indicated by the pre-planned data regarding the supply of the product, the adjustment processing includes the supply amount of the product and the supply of the product. Based on the difference from the planned amount, determine the amount to be given to the supplier of the product,
    In the settlement process, the amount of consideration for the supplier is determined based on the supply amount of the product obtained from the measurement data, and the amount obtained by adding the amount to be provided to the amount of consideration is determined as the consideration for the supplier. do,
    Information processing equipment.
  4.  請求項1から請求項3の何れか1項に記載の情報処理装置において、
     前記制御部は、
     前記計測データから求められる前記商品の供給量が、前記商品の供給に関する事前予定データで示される前記商品の供給予定量より多かった場合、前記調整処理として、前記商品の供給量と前記商品の供給予定量との差分に基づき、前記商品の供給者に対する第2のペナルティの額を決定し、
     前記決済処理として、前記計測データから求められる前記商品の供給量に基づき前記供給者に対する対価の額を決定し、前記対価の額から前記第2のペナルティの額を引いた額を前記供給者に対する対価として決定する、
    情報処理装置。
    In the information processing apparatus according to any one of claims 1 to 3,
    The control unit
    When the supply amount of the product obtained from the measurement data is larger than the planned supply amount of the product indicated by the pre-planned data regarding the supply of the product, the adjustment processing includes the supply amount of the product and the supply of the product. Determining the amount of a second penalty for the supplier of the product based on the difference from the planned amount;
    In the settlement process, the amount of consideration for the supplier is determined based on the supply amount of the product obtained from the measurement data, and the amount obtained by subtracting the second penalty amount from the amount of consideration is paid to the supplier. determine as consideration,
    Information processing equipment.
  5.  請求項1から請求項4までの何れか1項に記載の情報処理装置において、
     前記商品は電力である、
    情報処理装置。
    In the information processing apparatus according to any one of claims 1 to 4,
    the commodity is electricity,
    Information processing equipment.
  6.  請求項5に記載の情報処理装置において、
     前記商品の供給に関する装置は、前記電力の供給に関するスマートメーターである、
    情報処理装置。
    In the information processing device according to claim 5,
    The device related to the supply of goods is a smart meter related to the supply of electricity,
    Information processing equipment.
  7.  情報処理装置であって、
     制御部を有し、
     前記制御部は、
     サービスの提供に関する装置より前記サービスの提供に関する計測データを受け取り、
     前記計測データから求められるサービスの提供品質と、前記サービスの提供に関する事前予定データで示されるサービスの提供予定品質と、に差分が存在する場合、前記差分に基づき調整処理を実行し、
     前記計測データに基づき前記サービスの提供に関する決済処理を実行する、
    情報処理装置。
    An information processing device,
    having a control unit,
    The control unit
    receiving measurement data related to the provision of the service from a device related to the provision of the service;
    If there is a difference between the service provision quality obtained from the measurement data and the service provision quality indicated by the pre-planned data regarding the provision of the service, performing an adjustment process based on the difference,
    executing payment processing related to the provision of the service based on the measurement data;
    Information processing equipment.
  8.  請求項7に記載の情報処理装置において、
     前記制御部は、
     前記計測データから求められる前記サービスの提供品質が、前記サービスの提供に関する事前予定データで示される前記サービスの提供予定品質に達していなかった場合、前記調整処理として、前記提供品質と前記提供予定品質との差分に基づき、前記サービスの提供者に対するペナルティの額を決定し、
     前記決済処理として、前記計測データから求められる前記サービスの提供品質に基づき前記提供者に対する対価の額を決定し、前記対価の額から前記ペナルティの額を引いた額を前記提供者に対する対価として決定する、
    情報処理装置。
    In the information processing device according to claim 7,
    The control unit
    If the provision quality of the service obtained from the measurement data does not reach the planned provision quality of the service indicated by the pre-planned data regarding the provision of the service, the adjustment process includes the provision quality and the planned provision quality. Determine the amount of the penalty for the service provider based on the difference between
    In the payment processing, the amount of consideration for the provider is determined based on the quality of service provided from the measurement data, and the amount obtained by subtracting the amount of penalty from the amount of consideration is determined as the consideration for the provider. do,
    Information processing equipment.
  9.  請求項7又は請求項8に記載の情報処理装置において、
     前記サービスは、ゴミ回収処分サービスである、
    情報処理装置。
    In the information processing device according to claim 7 or claim 8,
    wherein the service is a garbage collection and disposal service;
    Information processing equipment.
  10.  請求項9に記載の情報処理装置において、
     前記サービスの提供に関する装置は、ゴミ収集車に関連する、通信機能を有する撮像装置である、
    情報処理装置。
    In the information processing device according to claim 9,
    The device related to the provision of the service is an imaging device having a communication function, which is related to a garbage truck.
    Information processing equipment.
  11.  請求項10に記載の情報処理装置において、
     前記計測データは、前記ゴミ収集車のゴミ処分に関する画像データである、
    情報処理装置。
    In the information processing device according to claim 10,
    The measurement data is image data related to garbage disposal of the garbage truck,
    Information processing equipment.
  12.  請求項11に記載の情報処理装置において、
     前記ゴミ処分に関する画像データには位置情報が含まれる、
    情報処理装置。
    In the information processing device according to claim 11,
    The image data related to the garbage disposal includes location information.
    Information processing equipment.
  13.  情報処理装置であって、
     制御部を有し、
     前記制御部は、
     サービスの利用に関する装置より前記サービスの利用に関する計測データを受け取り、
     前記計測データから求められるサービスの利用情報と、前記サービスの利用に関する事前予定データで示されるサービスの利用予定情報と、に差分が存在する場合、前記差分に基づき調整処理を実行し、
     前記計測データに基づき前記サービスの利用に関する決済処理を実行する、
    情報処理装置。
    An information processing device,
    having a control unit,
    The control unit
    receiving measurement data relating to the use of the service from a device relating to the use of the service;
    If there is a difference between the service usage information obtained from the measurement data and the service usage schedule information indicated by the advance schedule data regarding the service usage, performing adjustment processing based on the difference,
    executing payment processing related to the use of the service based on the measurement data;
    Information processing equipment.
  14.  請求項1から請求項13までの何れか1項に記載の情報処理装置において、
     前記制御部は、
     前記調整処理及び前記決済処理をスマートコントラクト上で実行する、
    情報処理装置。
    In the information processing apparatus according to any one of claims 1 to 13,
    The control unit
    executing the adjustment process and the settlement process on a smart contract;
    Information processing equipment.
  15.  情報処理装置が実行する情報処理方法であって、
     商品の供給に関する装置より前記商品の供給に関する計測データを受け取り、
     前記計測データから求められる商品の供給量と、前記商品の供給に関する事前予定データで示される商品の供給量と、に差分が存在する場合、前記差分に基づき調整処理を実行し、
     前記計測データに基づき前記商品の供給に関する決済処理を実行する、
    情報処理方法。
    An information processing method executed by an information processing device,
    receiving measurement data related to the supply of the product from a device related to the supply of the product;
    if there is a difference between the supply amount of the product obtained from the measurement data and the supply amount of the product indicated by the pre-planned data regarding the supply of the product, performing an adjustment process based on the difference;
    executing payment processing related to the supply of the product based on the measurement data;
    Information processing methods.
  16.  情報処理装置が実行する情報処理方法であって、
     サービスの提供に関する装置より前記サービスの提供に関する計測データを受け取り、
     前記計測データから求められるサービスの提供品質と、前記サービスの提供に関する事前予定データで示される提供予定品質と、に差分が存在する場合、前記差分に基づき調整処理を実行し、
     前記計測データに基づき前記サービスの提供に関する決済処理を実行する、
    情報処理方法。
    An information processing method executed by an information processing device,
    receiving measurement data related to the provision of the service from a device related to the provision of the service;
    If there is a difference between the service provision quality obtained from the measurement data and the service provision quality indicated by the pre-scheduled data regarding the provision of the service, performing an adjustment process based on the difference,
    executing payment processing related to the provision of the service based on the measurement data;
    Information processing methods.
  17.  情報処理装置が実行する情報処理方法であって、
     サービスの利用に関する装置より前記サービスの利用に関する計測データを受け取り、
     前記計測データから求められるサービスの利用情報と、前記サービスの利用に関する事前予定データで示されるサービスの利用予定情報と、に差分が存在する場合、前記差分に基づきユーザーに対する処理を決定し、決定した処理を実行し、
     前記計測データに基づき前記サービスの利用に関する決済処理を実行する、
    情報処理方法。
    An information processing method executed by an information processing device,
    receiving measurement data relating to the use of the service from a device relating to the use of the service;
    If there is a difference between the service usage information obtained from the measurement data and the service usage schedule information indicated by the advance schedule data regarding the service usage, a process for the user is determined based on the difference. perform the processing,
    executing payment processing related to the use of the service based on the measurement data;
    Information processing methods.
  18.  プログラムであって、
     コンピュータを、請求項1から請求項14までの何れか1項に記載の情報処理装置の制御部として機能させるためのプログラム。
    a program,
    A program for causing a computer to function as a control unit of the information processing apparatus according to any one of claims 1 to 14.
PCT/JP2022/031621 2021-08-27 2022-08-22 Information processing device, information processing method, and program WO2023027043A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021-139438 2021-08-27
JP2021139438A JP2023033005A (en) 2021-08-27 2021-08-27 Information processing device, information processing method, and program

Publications (1)

Publication Number Publication Date
WO2023027043A1 true WO2023027043A1 (en) 2023-03-02

Family

ID=85323212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/031621 WO2023027043A1 (en) 2021-08-27 2022-08-22 Information processing device, information processing method, and program

Country Status (2)

Country Link
JP (1) JP2023033005A (en)
WO (1) WO2023027043A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020043757A (en) * 2016-05-12 2020-03-19 株式会社日立製作所 Power supply system
WO2021020790A1 (en) * 2019-07-30 2021-02-04 김우일 Garbage disposal service device and driving method for device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020043757A (en) * 2016-05-12 2020-03-19 株式会社日立製作所 Power supply system
WO2021020790A1 (en) * 2019-07-30 2021-02-04 김우일 Garbage disposal service device and driving method for device

Also Published As

Publication number Publication date
JP2023033005A (en) 2023-03-09

Similar Documents

Publication Publication Date Title
US8849703B2 (en) Processing online transactions
US20020073015A1 (en) Method and system for trading redeemable assets
JP2001283120A (en) Transaction supporting system
KR20160061572A (en) Method for relaying electric power trading
JP2003242243A (en) Method and system for managing points to recycling object electronic apparatus
KR20120113975A (en) System and method for distributing profit
EP1223529A2 (en) Degradation diagnostic method, degradation diagnostic mediation device and degradation diagnostic device and computer-readable recording medium on which a program is recorded
KR101799235B1 (en) Assurance system and method for escrow service
KR20170123217A (en) Platform System for Matching between Bidding Expert and Bidding Participant and Method thereof
KR101803850B1 (en) A program for cloud funding platform to establish sales base of goods/services and a server implemented by the same
KR101927516B1 (en) System for transaction service of noble metal applying virtual money
AU6422401A (en) Point management apparatus, commodity and service providing apparatus, settlement mediating apparatus, and network point-settling system
JP7138081B2 (en) Payment device, payment method and payment program
JP7075081B2 (en) Information processing equipment, information processing methods and programs
WO2023027043A1 (en) Information processing device, information processing method, and program
JP6883054B2 (en) Information processing equipment, information processing methods and information processing programs
JP7231685B2 (en) Setting device, setting method and setting program
KR20190129230A (en) Online safety transaction system for secondhand goods
RU2717725C1 (en) Online trading platform for selling goods and services
KR20140121642A (en) Real Estate Lease Funds Operating System using Internet and Method thereof
JP2009211125A (en) Affiliate system
MX2007016117A (en) Online buyback system.
KR100660269B1 (en) Credit card payment processing method by a distributed variable merchant discount rate
JP7309178B2 (en) Unsecured funding system
JP7452946B2 (en) Information processing method, information processing device, and program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22861331

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE