Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Index Properties of National Obps :

The index that contains data for National-OBPS is- obps-national-dashboard

The mapping for this index is:

PUT obps-national-dashboard/_mapping/nss
{
  "properties": {
    "applicationsSubmitted": {
      "type": "long"
    },
    "applicationsWithDeviation": {
      "type": "long"
    },
    "averageDaysToIssueOC": {
      "type": "long"
    },
    "averageDaysToIssuePermit": {
      "type": "long"
    },
    "averageDeviation": {
      "type": "long"
    },
    "date": {
      "type": "date",
      "format": "dd-MM-yyyy HH:mm:ss||dd-MM-yyyy||epoch_millis||dd-MM-yyyy'T'HH:mm:ss.SSSZ"
    },
    "landAreaAppliedInSystemForBPA": {
      "type": "long"
    },
    "module": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "ocIssued": {
      "type": "long"
    },
    "ocPlansScrutinized": {
      "type": "long"
    },
    "ocSubmitted": {
      "type": "long"
    },
    "ocWithDeviation": {
      "type": "long"
    },
    "occupancyType": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "paymentMode": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "permitsIssuedForOccupancyType": {
      "type": "long"
    },
    "permitsIssuedForRiskType": {
      "type": "long"
    },
    "permitsIssuedForSubOccupancyType": {
      "type": "long"
    },
    "plansScrutinized": {
      "type": "long"
    },
    "region": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "riskType": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "slaComplianceOC": {
      "type": "long"
    },
    "slaCompliancePermit": {
      "type": "long"
    },
    "state": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "subOccupancyType": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "tenantId": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "todaysClosedApplicationsOC": {
      "type": "long"
    },
    "todaysClosedApplicationsPermit": {
      "type": "long"
    },
    "todaysCollectionForPaymentMode": {
      "type": "long"
    },
    "todaysCompletedApplicationsWithinSLAOC": {
      "type": "long"
    },
    "todaysCompletedApplicationsWithinSLAPermit": {
      "type": "long"
    },
    "ulb": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    },
    "ward": {
      "type": "text",
      "fields": {
        "keyword": {
          "type": "keyword",
          "ignore_above": 256
        }
      }
    }
  }
}

The following is the table that describes the properties mentioned above:

Attributes

Definition

Breakup

ulb

The district for which the data is ingested

Nil

region

The region for which the data is ingested

Nil

state

The ULB name for which the data is ingested

Nil

ward

The ward for which the data is ingested

Nil

date

The date for which the data is ingested

Nil

module

The name of the module for which data is ingested i.e, OBPS

Nil

ocPlansScrutinized

# of plans submitted by an architect for scrutiny for new construction to concerned authority for issuing OC on the given date

Nil

plansScrutinized

# of plans submitted by an architect for scrutiny for new construction to concerned authority on the given date

Nil

ocSubmitted

# of applications submitted for OC for new construction on the given date

Nil

applicationsSubmitted

# of applications submitted for building permit for new construction on the given date

Nil

ocIssued

# of OC applications issued by the concerned authority on the given date

Nil

landAreaAppliedInSystemForBPA

total area in sq. mtr. approved for construction on the given date

Nil

averageDaysToIssuePermit

# of days taken to issue a permit / Total permits issued - latest date

Nil

averageDaysToIssueOC

# of days taken to issue an OC / Total OCs issued - latest date

Nil

slaCompliancePermit

# of permits issued within SLA / Total permits issued - till the given date

Nil

slaComplianceOC

# of OCs issued within SLA / Total OCs issued - till the given date

Nil

applicationsWithDeviation

# of Permit Applications with Deviation on the given date

Nil

averageDeviation

Average deviation % for all applications with deviations on the given date

Nil

ocWithDeviation

# of OC Applications with Deviation on the given date

Nil

todaysClosedApplicationsOC

# of OC Applications closed on the given date

Nil

todaysClosedApplicationsOC

# of Permit Applications closed on the given date

Nil

todaysCompletedApplicationsWithinSLAOC

# of OC Applications closed on the given date within SLA

Nil

todaysCompletedApplicationsWithinSLAPermit

# of Permit Applications closed on the given date within SLA

Nil

todaysCollection

Total collection related to OBPS module on a given date

Breakup by payment mode has to be provided

permitsIssued

# of new permits issued by the concerned authority on the given date

Breakup by riskType, occupancyType, subOccupancyType has to be provided

Postman collection for National Obps:

https://www.getpostman.com/collections/e5f3441fb0ddc3b9bd5e

  • No labels